1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 14:54:15 +00:00

doc fix links

This commit is contained in:
deadc0de6
2020-09-12 14:44:49 +02:00
parent e33b18477b
commit 7be2eeff45

View File

@@ -7,29 +7,26 @@ Most information on using dotdrop are described in this wiki and in the [readme]
* [a quick overview of dotdrop features](https://deadc0de.re/dotdrop/) * [a quick overview of dotdrop features](https://deadc0de.re/dotdrop/)
* [the blogpost on dotdrop](https://deadc0de.re/articles/dotfiles.html) * [the blogpost on dotdrop](https://deadc0de.re/articles/dotfiles.html)
* [an example](https://github.com/deadc0de6/dotdrop#getting-started) * [an example](https://github.com/deadc0de6/dotdrop#getting-started)
* [how people are using dotdrop](people-using-dotdrop) * [how people are using dotdrop](meta/people-using-dotdrop.md)
For more examples of config file, [search github](https://github.com/search?q=filename%3Aconfig.yaml+dotdrop&type=Code). For more examples of config file, [search github](https://github.com/search?q=filename%3Aconfig.yaml+dotdrop&type=Code).
# Wiki pages # Wiki pages
* Documentation * [Installation](installation.md)
* [Installation](installation) * [Usage](usage.md)
* [Usage](usage) * [Config file format](config/config.md)
* [Config file format](config) * [Use actions](config/usage-actions.md)
* [Templating](templating) * [Use transformations](config/usage-transformations.md)
* How To * [Manage system/global config files](howto/global-config-files.md)
* [Use actions](usage-actions) * [Ignore patterns](config/ignore-pattern.md)
* [Use transformations](usage-transformations) * [Templating](template/templating.md)
* [Store secrets](sensitive-dotfiles) * HowTo
* [Symlink dotfiles](symlinked-dotfiles) * [Store secrets](howto/sensitive-dotfiles.md)
* [Store compressed directories](store-compressed-directories) * [Symlink dotfiles](howto/symlinked-dotfiles.md)
* [Merge files when installing](merge-files-when-installing) * [Store compressed directories](howto/store-compressed-directories.md)
* [Append to a dotfile](append) * [Merge files when installing](howto/merge-files-when-installing.md)
* [Manage system/global config files](global-config-files) * [Append to a dotfile](howto/append.md)
* [Handle special chars](special-chars) * [Handle special chars](howto/special-chars.md)
* [Share content across dotfiles](sharing-content) * [Share content across dotfiles](howto/sharing-content.md)
* [Ignore patterns](ignore-pattern) * [Create special files](howto/create-special-files.md)
* [Create special files](create-special-files)
* [Related projects](related-projects)
* [Troubleshooting](troubleshooting)