Skip to content

Commit c608813

Browse files
authored
Upgrade Docsy to 0.7.2 (#248)
1 parent 891b4ca commit c608813

5 files changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ In this project, the Docsy theme component is pulled in as a Hugo module, togeth
1111
$ hugo mod graph
1212
hugo: collected modules in 566 ms
1313
hugo: collected modules in 578 ms
14-
github.com/google/docsy-example github.com/google/[email protected].1
15-
github.com/google/docsy-example github.com/google/docsy/[email protected].1
16-
github.com/google/docsy/[email protected].1 github.com/twbs/[email protected]+incompatible
17-
github.com/google/docsy/[email protected].1 github.com/FortAwesome/[email protected]
14+
github.com/google/docsy-example github.com/google/[email protected].2
15+
github.com/google/docsy-example github.com/google/docsy/[email protected].2
16+
github.com/google/docsy/[email protected].2 github.com/twbs/[email protected]+incompatible
17+
github.com/google/docsy/[email protected].2 github.com/FortAwesome/[email protected]
1818
```
1919

2020
You can find detailed theme instructions in the [Docsy user guide][].
@@ -29,7 +29,7 @@ This is not an officially supported Google product. This project is currently ma
2929

3030
A simple way to get started is to use this project as a template, which gives you a site project that is set up and ready to use. To do this:
3131

32-
1. Use the dropdown for switching branches/tags to change to the latest released tag `v0.7.1`
32+
1. Use the dropdown for switching branches/tags to change to the latest released tag `v0.7.2`
3333

3434
2. Click **Use this template**.
3535

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go 1.12
44

55
require (
66
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect
7-
github.com/google/docsy v0.7.1 // indirect
7+
github.com/google/docsy v0.7.2 // indirect
8+
github.com/google/docsy/dependencies v0.7.2 // indirect
89
github.com/twbs/bootstrap v5.2.3+incompatible // indirect
910
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ github.com/google/docsy v0.7.0 h1:JaeZ0/KufX/BJ3SyATb/fmZa1DFI7o5d9KU+i6+lLJY=
1212
github.com/google/docsy v0.7.0/go.mod h1:5WhIFchr5BfH6agjcInhpLRz7U7map0bcmKSpcrg6BE=
1313
github.com/google/docsy v0.7.1 h1:DUriA7Nr3lJjNi9Ulev1SfiG1sUYmvyDeU4nTp7uDxY=
1414
github.com/google/docsy v0.7.1/go.mod h1:JCmE+c+izhE0Rvzv3y+AzHhz1KdwlA9Oj5YBMklJcfc=
15+
github.com/google/docsy v0.7.2 h1:KzhFgTd3taF1jq9HDemH3omlUqn9qfdE68sxRyTySpM=
16+
github.com/google/docsy v0.7.2/go.mod h1:ol3w2s1FBUzENdKSAEeNjtuaISUzHYHTw60xv5QH3Dg=
1517
github.com/google/docsy/dependencies v0.5.1/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE=
1618
github.com/google/docsy/dependencies v0.6.0/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE=
1719
github.com/google/docsy/dependencies v0.7.0/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
1820
github.com/google/docsy/dependencies v0.7.1/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
21+
github.com/google/docsy/dependencies v0.7.2 h1:+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI=
22+
github.com/google/docsy/dependencies v0.7.2/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
1923
github.com/twbs/bootstrap v4.6.2+incompatible h1:TDa+R51BTiy1wEHSYjmqDb8LxNl/zaEjAOpRE9Hwh/o=
2024
github.com/twbs/bootstrap v4.6.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
2125
github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc=

hugo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ github_branch= "main"
143143
# Google Custom Search Engine ID. Remove or comment out to disable search.
144144
gcs_engine_id = "d72aa9b2712488cc3"
145145

146-
# Enable Algolia DocSearch
147-
algolia_docsearch = false
148-
149146
# Enable Lunr.js offline search
150147
offlineSearch = false
151148

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsy-example-site",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Example site that uses Docsy theme for technical documentation.",
55
"repository": "github:google/docsy-example",
66
"homepage": "https://example.docsy.dev",

0 commit comments

Comments
 (0)