Skip to content

Commit

Permalink
Replaced some instances of older config.yaml and config.json in userg…
Browse files Browse the repository at this point in the history
…uide (#2086)
  • Loading branch information
SayakMukhopadhyay authored Oct 1, 2024
1 parent c67dd93 commit 7504a86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userguide/content/en/docs/updating/convert-site-to-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ In your `hugo.toml`/`hugo.yaml`/`hugo.json` file, update the theme setting to us
{{< tab header="hugo.toml" lang="toml" >}}
theme = ["docsy"]
{{< /tab >}}
{{< tab header="config.yaml" lang="yaml" >}}
{{< tab header="hugo.yaml" lang="yaml" >}}
theme: docsy
{{< /tab >}}
{{< tab header="config.json" lang="json" >}}
{{< tab header="hugo.json" lang="json" >}}
"theme": "docsy"
{{< /tab >}}
{{< /tabpane >}}
Expand All @@ -93,7 +93,7 @@ Change this line to:
{{< tab header="hugo.toml" lang="toml" >}}
theme = ["github.com/google/docsy"]
{{< /tab >}}
{{< tab header="config.yaml" lang="yaml" >}}
{{< tab header="hugo.yaml" lang="yaml" >}}
theme:
- github.com/google/docsy
{{< /tab >}}
Expand Down

0 comments on commit 7504a86

Please sign in to comment.