diff --git a/content/_redirects b/content/_redirects index 9714416d3..f2e1265d0 100644 --- a/content/_redirects +++ b/content/_redirects @@ -31,6 +31,7 @@ /docs/instrumenting/ /docs/instrumenting/clientlibs/ 302! /docs/operating/ /docs/operating/security/ 302! /docs/alerting/ /docs/alerting/latest/overview/ 302! +/docs/toolkit/ /docs/toolkit/latest/introduction/ 302! /docs/practices/ /docs/practices/naming/ 302! /docs/guides/ /docs/guides/basic-auth/ 302! diff --git a/content/docs/guides/index.md b/content/docs/guides/index.md index cbc0c70f1..a95a8d325 100644 --- a/content/docs/guides/index.md +++ b/content/docs/guides/index.md @@ -1,5 +1,5 @@ --- title: Guides -sort_rank: 9 +sort_rank: 10 nav_icon: map-o --- diff --git a/content/docs/practices/index.md b/content/docs/practices/index.md index 7cb0f6895..a925f01ba 100644 --- a/content/docs/practices/index.md +++ b/content/docs/practices/index.md @@ -1,5 +1,5 @@ --- title: Best practices -sort_rank: 8 +sort_rank: 9 nav_icon: thumbs-o-up --- diff --git a/content/docs/toolkit/index.md b/content/docs/toolkit/index.md new file mode 100644 index 000000000..7bb6187f5 --- /dev/null +++ b/content/docs/toolkit/index.md @@ -0,0 +1,5 @@ +--- +title: Toolkit +sort_rank: 8 +nav_icon: toolbox +--- diff --git a/nanoc.yaml b/nanoc.yaml index 9730c8f6c..ddbae10ef 100644 --- a/nanoc.yaml +++ b/nanoc.yaml @@ -84,6 +84,14 @@ data_sources: config: entrypoint: /overview/ repository_url: https://github.com/prometheus/alertmanager.git + - + type: repo_docs + encoding: utf-8 + identifier_type: legacy + items_root: /docs/toolkit/ + config: + entrypoint: /introduction/ + repository_url: https://github.com/roidelapluie/exporter-toolkit.git - type: filesystem items_root: /assets