From 7be2eeff45902f46b8ddb943ff291af32c395abb Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 12 Sep 2020 14:44:49 +0200 Subject: [PATCH] doc fix links --- docs/index.md | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/docs/index.md b/docs/index.md index 3e7b629..a0f80b1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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)