From 07adaf77093a3af91d39bc554a5ef2d06cb02650 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 1 Jul 2022 22:31:40 +0200 Subject: [PATCH] fix doc --- docs/installation.md | 4 ++-- mkdocs.yml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 3787bcb..d4753e0 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,6 +1,6 @@ # Installation -* [as a submodule](#as-a-submodule) +* [As a submodule](#as-a-submodule) * [PyPI package](#pypi-package) * [Homebrew package](#homebrew-package) * [AUR packages](#aur-packages) @@ -15,7 +15,7 @@ you are cloning your dotfiles Git tree from you will have dotdrop shipped with i Note that when using dotdrop as a submodule you will be tracking the master branch (and not a specific version) The following will create a Git repository for your dotfiles and -keep dotdrop as a submodule. +keep dotdrop as a submodule. ```bash ## create the repository $ mkdir dotfiles; cd dotfiles diff --git a/mkdocs.yml b/mkdocs.yml index 5199dc3..9032f22 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -36,8 +36,9 @@ 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': 'sharing-content.md' - - 'Symlink dotfiles': 'symlink-dotfiles.md' + - 'Share content across dotfiles': 'howto/sharing-content.md' + - 'Symlink dotfiles': 'howto/symlink-dotfiles.md' + - '': '' markdown_extensions: - meta - tables