1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 10:48:00 +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/)
* [the blogpost on dotdrop](https://deadc0de.re/articles/dotfiles.html)
* [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).
# Wiki pages
* Documentation
* [Installation](installation)
* [Usage](usage)
* [Config file format](config)
* [Templating](templating)
* How To
* [Use actions](usage-actions)
* [Use transformations](usage-transformations)
* [Store secrets](sensitive-dotfiles)
* [Symlink dotfiles](symlinked-dotfiles)
* [Store compressed directories](store-compressed-directories)
* [Merge files when installing](merge-files-when-installing)
* [Append to a dotfile](append)
* [Manage system/global config files](global-config-files)
* [Handle special chars](special-chars)
* [Share content across dotfiles](sharing-content)
* [Ignore patterns](ignore-pattern)
* [Create special files](create-special-files)
* [Related projects](related-projects)
* [Troubleshooting](troubleshooting)
* [Installation](installation.md)
* [Usage](usage.md)
* [Config file format](config/config.md)
* [Use actions](config/usage-actions.md)
* [Use transformations](config/usage-transformations.md)
* [Manage system/global config files](howto/global-config-files.md)
* [Ignore patterns](config/ignore-pattern.md)
* [Templating](template/templating.md)
* HowTo
* [Store secrets](howto/sensitive-dotfiles.md)
* [Symlink dotfiles](howto/symlinked-dotfiles.md)
* [Store compressed directories](howto/store-compressed-directories.md)
* [Merge files when installing](howto/merge-files-when-installing.md)
* [Append to a dotfile](howto/append.md)
* [Handle special chars](howto/special-chars.md)
* [Share content across dotfiles](howto/sharing-content.md)
* [Create special files](howto/create-special-files.md)