Skip to content

Commit

Permalink
chore: Improve docs titles
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Feb 24, 2022
1 parent 33cc10c commit 766356d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Include dotfiles from elsewhere

## Include a subdirectory from another repository, like Oh My Zsh
## Include a subdirectory from a URL

To include a subdirectory from another repository, e.g. [Oh My
Zsh](https://github.com/ohmyzsh/ohmyzsh), you cannot use git submodules because
Expand Down Expand Up @@ -70,7 +70,7 @@ When using Oh My Zsh, make sure you disable auto-updates by setting
`~/.oh-my-zsh` directory to drift out of sync with chezmoi's source state. To
update Oh My Zsh and its plugins, refresh the downloaded archives.

## Include a single file from another repository
## Include a single file from a URL

Including single files uses the same mechanism as including a subdirectory
above, except with the external type `file` instead of `archive`. For example,
Expand Down
2 changes: 1 addition & 1 deletion assets/chezmoi.io/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ nav:
- Setup: user-guide/setup.md
- Daily operations: user-guide/daily-operations.md
- Manage different types of file: user-guide/manage-different-types-of-file.md
- Include dotfiles from elsewhere: user-guide/include-dotfiles-from-elsewhere.md
- Include files from elsewhere: user-guide/include-files-from-elsewhere.md
- Manage machine-to-machine differences: user-guide/manage-machine-to-machine-differences.md
- Use scripts to perform actions: user-guide/use-scripts-to-perform-actions.md
- Templating: user-guide/templating.md
Expand Down

0 comments on commit 766356d

Please sign in to comment.