diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-07-29T23·16+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-08-04T21·11+0200 |
commit | d7569abccacba40200b61c54571016edd9e5a457 (patch) | |
tree | 387767e23b6abe920ba3ea58f8372be4724d1072 /docs/tips-and-tricks.md | |
parent | 4adc8f2c4c9c3eabc086b329e4af9477bb0eee92 (diff) |
docs: Add tables of content to all documentation files
Diffstat (limited to 'docs/tips-and-tricks.md')
-rw-r--r-- | docs/tips-and-tricks.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md index debf014cf684..73328fa0a1f7 100644 --- a/docs/tips-and-tricks.md +++ b/docs/tips-and-tricks.md @@ -1,6 +1,14 @@ Kontemplate tips & tricks ========================= +<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc --> +**Table of Contents** + +- [Kontemplate tips & tricks](#kontemplate-tips--tricks) + - [Update Deployments when ConfigMaps change](#update-deployments-when-configmaps-change) + - [direnv & pass](#direnv--pass) + +<!-- markdown-toc end --> ## Update Deployments when ConfigMaps change @@ -64,4 +72,4 @@ per project, it is easy to use [direnv][] to switch to the correct `PASSWORD_STORE_DIR` variable when entering the folder. [not currently]: https://github.com/kubernetes/kubernetes/issues/22368 -[direnv]: https://direnv.net/ \ No newline at end of file +[direnv]: https://direnv.net/ |