Skip to content

Commit 1154316

Browse files
authored
Upgrade Docsy to 0.8.0 (#257)
1 parent 057358c commit 1154316

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@ site navigation, structure, and more. This **Docsy Example Project** uses the Do
55
theme component as a hugo module and provides a skeleton documentation structure for you to use.
66
You can clone/copy this project and edit it with your own content, or use it as an example.
77

8-
In this project, the Docsy theme component is pulled in as a Hugo module, together with other module dependencies:
8+
In this project, the Docsy theme is pulled in as a Hugo module, together with
9+
its dependencies:
910

1011
```console
1112
$ hugo mod graph
12-
hugo: collected modules in 520 ms
13-
ithub.com/google/docsy-example github.com/google/[email protected]
14-
github.com/google/[email protected] github.com/twbs/[email protected]+incompatible
15-
github.com/google/[email protected] github.com/FortAwesome/[email protected]
13+
...
1614
```
1715

18-
You can find detailed theme instructions in the [Docsy user guide][].
16+
For Docsy documentation, see [Docsy user guide][].
1917

2018
This Docsy Example Project is hosted on [Netlify][] at [example.docsy.dev][].
2119
You can view deploy logs from the [deploy section of the project's Netlify
@@ -27,7 +25,7 @@ This is not an officially supported Google product. This project is currently ma
2725

2826
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:
2927

30-
1. Use the dropdown for switching branches/tags to change to the latest released tag `v0.7.2`
28+
1. Use the dropdown for switching branches/tags to change to the **latest** released tag.
3129

3230
2. Click **Use this template**.
3331

@@ -129,7 +127,7 @@ In the command above, we used the environment variable `HUGO_MODULE_WORKSPACE` t
129127

130128
```toml
131129
[module]
132-
workspace = "docsy.work"
130+
workspace = "docsy.work"
133131
```
134132

135133
Your project's `hugo.toml` file already contains these lines, the directive for workspace assignment is commented out, however. Remove the two trailing comment characters '//' so that this line takes effect.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/google/docsy-example
22

33
go 1.12
44

5-
require github.com/google/docsy v0.7.3-0.20231114182345-885fad8d3625 // indirect
5+
require github.com/google/docsy v0.8.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 h1:Uv1z5EqCfmiK4IHUwT0m3h/u/WCk+kpRfxvAZhpC7Gc=
22
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
3-
github.com/google/docsy v0.7.3-0.20231114182345-885fad8d3625 h1:XZK8jPI1Cz4BKKc9HgQnJXL3USQR1QF91Ewd+DA90T8=
4-
github.com/google/docsy v0.7.3-0.20231114182345-885fad8d3625/go.mod h1:FqTNN2T7pWEGW8dc+v5hQ5VF29W5uaL00PQ1LdVw5F8=
3+
github.com/google/docsy v0.8.0 h1:RgHyKRTo8YwScMThrf01Ky2yCGpUS1hpkspwNv6szT4=
4+
github.com/google/docsy v0.8.0/go.mod h1:FqTNN2T7pWEGW8dc+v5hQ5VF29W5uaL00PQ1LdVw5F8=
55
github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc=
66
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "docsy-example-site",
3-
"version": "0.7.3-dev.0-unreleased",
3+
"version": "0.8.0",
4+
"version.next": "0.8.1-dev.0-unreleased",
45
"description": "Example site that uses Docsy theme for technical documentation.",
56
"repository": "github:google/docsy-example",
67
"homepage": "https://example.docsy.dev",

0 commit comments

Comments
 (0)