diff --git a/config.toml b/config.toml index f476b7a..5ee7770 100644 --- a/config.toml +++ b/config.toml @@ -11,7 +11,7 @@ canonifyURLs = true # Disable, it makes problems with Netlify (missing internal redirect .../path -> .../path/) # relativeURLs = true -disableKinds = ["taxonomy", "taxonomyTerm"] +disableKinds = ["taxonomy"] # Highlighting config pygmentsCodeFences = true diff --git a/docs/_index.md b/docs/_index.md index dee9d10..74722a9 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -10,7 +10,7 @@ cascade: - type: "docs" toc_root: true _target: - path: "/_index.md" + path: "/" --- GoodData Documentation Theme extends and overrides [Docsy](https://www.docsy.dev/) theme for [Hugo](https://gohugo.io/) static site generator. It provides ont only GoodData-branded styling but also some additional functionality, like support for custom versioning scheme, translated documentation and Redocly API refernces. diff --git a/layouts/docs/list.html b/layouts/docs/list.html index 9734270..e997d90 100644 --- a/layouts/docs/list.html +++ b/layouts/docs/list.html @@ -20,10 +20,5 @@

{{ .Title }}

{{ end }} {{ partial "prev-next-pages.html" . }} - - {{ if (.Site.DisqusShortname) }} -
- {{ partial "disqus-comment.html" . }} - {{ end }} {{ end }} diff --git a/layouts/home.html b/layouts/home.html index 5dea687..9314d06 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -32,10 +32,5 @@

{{.Title}}

{{ end }} {{ partial "prev-next-pages.html" . }} - - {{ if (.Site.DisqusShortname) }} -
- {{ partial "disqus-comment.html" . }} - {{ end }} {{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index a88a525..c3eb7ee 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,5 @@ {{/* (C) 2023 GoodData Corporation */}} -{{ $footer := getJSON "https://www.gooddata.com/learn-assets/js/footer-definition.json" }} +{{ $footer := resources.GetRemote "https://www.gooddata.com/learn-assets/js/footer-definition.json" | transform.Unmarshal }} {{ if not .Site.Params.whitelabeled }}