Skip to content

Commit 402293a

Browse files
SayakMukhopadhyayfekete-robert
authored andcommitted
Replaced some instances of older config.yaml and config.json in userguide (google#2086)
1 parent 75bcecd commit 402293a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

userguide/content/en/docs/updating/convert-site-to-module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ In your `hugo.toml`/`hugo.yaml`/`hugo.json` file, update the theme setting to us
7878
{{< tab header="hugo.toml" lang="toml" >}}
7979
theme = ["docsy"]
8080
{{< /tab >}}
81-
{{< tab header="config.yaml" lang="yaml" >}}
81+
{{< tab header="hugo.yaml" lang="yaml" >}}
8282
theme: docsy
8383
{{< /tab >}}
84-
{{< tab header="config.json" lang="json" >}}
84+
{{< tab header="hugo.json" lang="json" >}}
8585
"theme": "docsy"
8686
{{< /tab >}}
8787
{{< /tabpane >}}
@@ -93,7 +93,7 @@ Change this line to:
9393
{{< tab header="hugo.toml" lang="toml" >}}
9494
theme = ["github.com/google/docsy"]
9595
{{< /tab >}}
96-
{{< tab header="config.yaml" lang="yaml" >}}
96+
{{< tab header="hugo.yaml" lang="yaml" >}}
9797
theme:
9898
- github.com/google/docsy
9999
{{< /tab >}}

0 commit comments

Comments
 (0)