From 243901d1a18659a2bd3f59d36fc1578f8c402d4c Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 5 Jun 2022 21:14:49 +0200 Subject: [PATCH] update doc --- mkdocs.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 072b4bd..678c5d8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,7 +6,7 @@ theme: highlightjs: true hljs_languages: - yaml - collapse_navigation: false + #collapse_navigation: false use_directory_urls: true nav: - 'Dotdrop': 'README.md' @@ -36,16 +36,14 @@ nav: - 'Manage system dotfiles': 'howto/system-config-files.md' - 'Merge files on install': 'howto/merge-files-when-installing.md' - 'Prompt user for variables': 'howto/prompt-user-for-variables.md' - - 'Share content across dotfiles': 'howto/sharing-content.md' - - 'Symlink dotfiles': 'howto/symlink-dotfiles.md' - - + - 'Share content across dotfiles': 'sharing-content.md' + - 'Symlink dotfiles': 'symlink-dotfiles.md' markdown_extensions: - meta - tables - fenced_code - toc: permalink: True -extra_css: - - css/extra.css +#extra_css: +# - css/extra.css