Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ params:
# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# current doc set.
version: 0.14.3
version: 0.14.4-dev

# Internal version number with build ID.
versionWithBuildId: 0.14.3
versionWithBuildId: 0.14.4-dev

# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo: https://github.com/google/docsy-example
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "docsy-example-site",
"version": "0.14.3",
"version.next": "0.14.2-dev-unreleased",
"version": "0.14.4-dev",
"description": "Example site that uses Docsy theme for technical documentation.",
"repository": "github:google/docsy-example",
"homepage": "https://example.docsy.dev",
Expand Down