From a294d25bd90de23255e9adab92e9a250d4a5f67c Mon Sep 17 00:00:00 2001 From: Lincoln Puzey Date: Thu, 3 Oct 2024 12:51:19 +0800 Subject: [PATCH] Setup directory for archiving documentation of removed templates --- .gitignore | 1 + docs/pages/archived_templates/index.md | 5 +++++ mkdocs.yml | 1 + 3 files changed, 7 insertions(+) create mode 100644 docs/pages/archived_templates/index.md diff --git a/.gitignore b/.gitignore index f8a03b38..a7603295 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,7 @@ Dockerfile /result.md /tests/templates/**/*-result.ttl /docs/pages/**/*.md +!/docs/pages/archived_templates/*.md !/docs/pages/index.md /docs/pages/index.html site/ diff --git a/docs/pages/archived_templates/index.md b/docs/pages/archived_templates/index.md new file mode 100644 index 00000000..6af5204a --- /dev/null +++ b/docs/pages/archived_templates/index.md @@ -0,0 +1,5 @@ +# Archived templates + +Archived templates are no longer available for use. + +Documentation for archived templates is retained here for reference. diff --git a/mkdocs.yml b/mkdocs.yml index 67f57646..8136878c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ theme: repo: fontawesome/brands/github features: - toc.integrate + - navigation.indexes docs_dir: docs/pages extra: version: