You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find detailed theme instructions in the[Docsy user guide][].
16
+
For Docsy documentation, see[Docsy user guide][].
19
17
20
18
This Docsy Example Project is hosted on [Netlify][] at [example.docsy.dev][].
21
19
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
27
25
28
26
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:
29
27
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.
31
29
32
30
2. Click **Use this template**.
33
31
@@ -129,7 +127,7 @@ In the command above, we used the environment variable `HUGO_MODULE_WORKSPACE` t
129
127
130
128
```toml
131
129
[module]
132
-
workspace = "docsy.work"
130
+
workspace = "docsy.work"
133
131
```
134
132
135
133
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.
0 commit comments