From 6e60c84ef4d84e65a492643ffdd7bc98a1df4b0c Mon Sep 17 00:00:00 2001 From: Bizouard Paul Date: Thu, 18 Jul 2024 14:28:40 +0200 Subject: [PATCH] doc: add troubleshooting page, update repo url and add markdown extension --- docs/mkdocs.yml => mkdocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename docs/mkdocs.yml => mkdocs.yml (73%) diff --git a/docs/mkdocs.yml b/mkdocs.yml similarity index 73% rename from docs/mkdocs.yml rename to mkdocs.yml index 3ed1923..8242806 100644 --- a/docs/mkdocs.yml +++ b/mkdocs.yml @@ -4,7 +4,7 @@ site_description: Déploiement de LLM à grande échelle site_author: CentraleSupélec repo_name: CentraleSupelec/Aristote-Dispatcher -repo_url: https://github.com/squidfunk/mkdocs-material +repo_url: https://github.com/centralesupelec/aristote-dispatcher theme: name: material @@ -16,5 +16,10 @@ theme: extra_css: - stylesheets/extra.css +markdown_extensions: + - attr_list + - md_in_html + nav: - "Présentation": "index.md" + - "Troubleshooting": "troubleshooting.md"