Skip to content

Commit

Permalink
exampleSite: Fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Sep 24, 2023
1 parent ffbfbc2 commit 5dcbffc
Showing 1 changed file with 15 additions and 22 deletions.
37 changes: 15 additions & 22 deletions exampleSite/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ languageCode = "en-us"
baseurl = "https://docuapi.netlify.com/"
title = "DocuAPI Example Site"

disableKinds = ["taxonomyTerm"]
disableKinds = ["taxonomy"]

# Code higlighting settings
pygmentsCodefences = true
Expand Down Expand Up @@ -54,30 +54,23 @@ defaultContentLanguage = "en"
languageName = "English"
weight = 2
title = "DocuAPI Example Site"

# Left sidebar footer items. Use HTMl or Markdown.
toc_footers = [
"<a href='#'>Sign Up for a Developer Key</a>",
"Documentation Powered by [DocuAPI](https://github.com/bep/docuapi)",
"Hugo Theme by [bep](https://github.com/bep)",
]
[languages.en.blackfriday]
angledQuotes = false
hrefTargetBlank = true
[languages.en.params]
# Left sidebar footer items. Use HTMl or Markdown.
toc_footers = [
"<a href='#'>Sign Up for a Developer Key</a>",
"Documentation Powered by [DocuAPI](https://github.com/bep/docuapi)",
"Hugo Theme by [bep](https://github.com/bep)",
]

[languages.nn]
languageName = "Nynorsk"
weight = 1
title = "DocuAPI-døme"

# Left sidebar footer items. Use HTMl or Markdown.
toc_footers = [
"<a href='#'>Registrer deg for ein utviklarnøkkel</a>",
"Dokumentasjonen er driven av [DocuAPI](https://github.com/bep/docuapi)",
"Hugo Theme av [bep](https://github.com/bep)",
]

[languages.nn.blackfriday]
# Norwegian uses angled quotes
angledQuotes = true
hrefTargetBlank = true
[languages.nn.params]
# Left sidebar footer items. Use HTMl or Markdown.
toc_footers = [
"<a href='#'>Registrer deg for ein utviklarnøkkel</a>",
"Dokumentasjonen er driven av [DocuAPI](https://github.com/bep/docuapi)",
"Hugo Theme av [bep](https://github.com/bep)",
]

0 comments on commit 5dcbffc

Please sign in to comment.