From 40c38b6ebb302408018853b242fb9f064281e5c6 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sat, 29 Aug 2026 07:16:48 -0400 Subject: [PATCH 1/2] Set site version to 0.17.0 --- hugo.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 5a6dda203c..3f7ce99b1e 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -128,7 +128,7 @@ 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.16.1-dev + version: 0.17.0 # Repository configuration (URLs for in-page links to opening issues and suggesting changes) github_repo: https://github.com/google/docsy-example diff --git a/package-lock.json b/package-lock.json index ade853aed1..9de2a009dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docsy-example-site", - "version": "0.16.1-dev+003-over-main-54b561dc", + "version": "0.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "docsy-example-site", - "version": "0.16.1-dev+003-over-main-54b561dc", + "version": "0.17.0", "license": "Apache-2.0", "workspaces": [ "packages/hugoautogen" diff --git a/package.json b/package.json index 9ebade58e1..d8b37d87cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsy-example-site", - "version": "0.16.1-dev+003-over-main-54b561dc", + "version": "0.17.0", "description": "Example site that uses Docsy theme for technical documentation.", "repository": "github:google/docsy-example", "homepage": "https://example.docsy.dev", From 97dc74a402e7206647caea1dfcf3b31547e136ab Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sat, 29 Aug 2026 07:22:48 -0400 Subject: [PATCH 2/2] Update Docsy to main (pre-0.17.0, 36f73a06) --- go.mod | 2 +- go.sum | 4 ++-- hugo.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index e2650ec912..76699ced20 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/google/docsy-example go 1.12 -require github.com/google/docsy/theme v0.16.1-0.20260828131726-54b561dccf11 // indirect +require github.com/google/docsy/theme v0.16.1-0.20260829101401-36f73a06499c // indirect diff --git a/go.sum b/go.sum index c5ac83c9ed..321643731a 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/google/docsy/theme v0.16.1-0.20260828131726-54b561dccf11 h1:GUZTBpQrxI4DOAwm4k2d73lmny133kbZs3+G5I51w+U= -github.com/google/docsy/theme v0.16.1-0.20260828131726-54b561dccf11/go.mod h1:NX/JqXCbZBn9Q2Hj7ez9Xeh9z4XcLiwmDYZXhB4RhRM= +github.com/google/docsy/theme v0.16.1-0.20260829101401-36f73a06499c h1:xxm9WVJ9U+Mnc07HV341fI5/AwWe3h+O/8DjEPoDCcw= +github.com/google/docsy/theme v0.16.1-0.20260829101401-36f73a06499c/go.mod h1:NX/JqXCbZBn9Q2Hj7ez9Xeh9z4XcLiwmDYZXhB4RhRM= diff --git a/hugo.yaml b/hugo.yaml index 3f7ce99b1e..5a6dda203c 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -128,7 +128,7 @@ 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.17.0 + version: 0.16.1-dev # Repository configuration (URLs for in-page links to opening issues and suggesting changes) github_repo: https://github.com/google/docsy-example diff --git a/package-lock.json b/package-lock.json index 9de2a009dc..31cb8b696a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docsy-example-site", - "version": "0.17.0", + "version": "0.16.1-dev+004-over-main-36f73a06", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "docsy-example-site", - "version": "0.17.0", + "version": "0.16.1-dev+004-over-main-36f73a06", "license": "Apache-2.0", "workspaces": [ "packages/hugoautogen" diff --git a/package.json b/package.json index d8b37d87cb..30ab6cfb89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsy-example-site", - "version": "0.17.0", + "version": "0.16.1-dev+004-over-main-36f73a06", "description": "Example site that uses Docsy theme for technical documentation.", "repository": "github:google/docsy-example", "homepage": "https://example.docsy.dev",