Skip to content
Draft
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docsy-example-site",
"version": "0.16.1-dev+003-over-main-54b561dc",
"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",
Expand Down
Loading