From 705022b8f7240addad0834ebdcff1a9c25033d7e Mon Sep 17 00:00:00 2001 From: TGITS Date: Sun, 28 Jan 2024 20:34:06 +0100 Subject: [PATCH] feat(wip_for_article) --- mkdocs.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3d40ce6..d9012e0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,3 +1,20 @@ site_name: Fun with Mkdocs ! + theme: - name: material \ No newline at end of file + name: material + language: en # language of the site + features: + - navigation.tabs # To have tabs instead of links + - navigation.tabs.sticky # So have the tabs always present at the top of the page, event when you scroll down + - navigation.tracking # the url evolves with the scrolling + - toc.integrate # to have a toc on the left + - navigation.top # to have a shorcut to go back on top of the page when we scroll down + +nav: + - 'Home': 'index.md' + - 'Introduction': 'mkdocs-briefly.md' + - 'Installation': 'installing-and-running-mkdocs.md' + +plugins: + - search + - offline