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 @@