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
1 change: 1 addition & 0 deletions .lycheecache
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ https://github.com/google/docsy,200,1782766676
https://github.com/google/docsy-example,200,1782766676
https://github.com/google/docsy-example/issues,200,1782766676
https://github.com/google/docsy-example/pulls,200,1782766676
https://github.com/google/docsy/releases/v0.16.0,200,1785357023
https://github.com/google/docsy/tree/main/docsy.dev,200,1782766676
https://github.com/kubeflow/website/blob/master/README.md,200,1782766676
https://gohugo.io/,200,1782763743
Expand Down
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.0.0-20260717130523-6d9367e214fd // indirect
require github.com/google/docsy/theme v0.16.0 // 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.0.0-20260717130523-6d9367e214fd h1:IPzbNEf+YSj64F/5OQJcuI6wYFdltdGUpTlm+2+TD8g=
github.com/google/docsy/theme v0.0.0-20260717130523-6d9367e214fd/go.mod h1:NX/JqXCbZBn9Q2Hj7ez9Xeh9z4XcLiwmDYZXhB4RhRM=
github.com/google/docsy/theme v0.16.0 h1:9uV9qEhk7UpJ8KYbSpTPQlq6htH+8hYskedgGZVnNsU=
github.com/google/docsy/theme v0.16.0/go.mod h1:NX/JqXCbZBn9Q2Hj7ez9Xeh9z4XcLiwmDYZXhB4RhRM=
3 changes: 2 additions & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ outputFormats:
baseName: _redirects
isPlainText: true
mediaType: text/redirects
notAlternative: true
root: true

# Configure how URLs look like per section.
Expand Down Expand Up @@ -127,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.15.1-dev
version: 0.16.0

# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo: https://github.com/google/docsy-example
Expand Down
1 change: 0 additions & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ exclude_path = [
exclude = [
'[?&]link-check=no', # opt-out query param
'/index\.xml$', # rel=alternate RSS links
'/_redirects$', # rel=alternate Netlify redirects
'^https?://[^/]+/(categories|tags)/', # Docsy-generated taxonomy
'^https?://localhost\b',
'^https://upload\.wikimedia\.org/', # bot-wall (400) on automated thumb requests
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docsy-example-site",
"version": "0.15.1-dev+002-over-main-6d9367e2",
"version": "0.16.0",
"description": "Example site that uses Docsy theme for technical documentation.",
"repository": "github:google/docsy-example",
"homepage": "https://example.docsy.dev",
Expand Down Expand Up @@ -59,16 +59,16 @@
"update": "npm run update:packages && npm run update:docsy:mod"
},
"devDependencies": {
"autoprefixer": "^10.5.0",
"autoprefixer": "^10.5.4",
"cross-env": "^10.1.0",
"hugo-extended": "0.164.0",
"link-cache": "^0.3.0",
"postcss-cli": "^11.0.1",
"rtlcss": "^4.3.0"
},
"optionalDependencies": {
"npm-check-updates": "^22.2.1",
"prettier": "^3.8.3"
"npm-check-updates": "^23.0.0",
"prettier": "^3.9.6"
},
"engines": {
"node": ">=22"
Expand Down
Loading