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/cluster-config.md | |
parent | 4adc8f2c4c9c3eabc086b329e4af9477bb0eee92 (diff) |
docs: Add tables of content to all documentation files
Diffstat (limited to 'docs/cluster-config.md')
-rw-r--r-- | docs/cluster-config.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/cluster-config.md b/docs/cluster-config.md index 3bc59a63057f..a87c3fb2a0be 100644 --- a/docs/cluster-config.md +++ b/docs/cluster-config.md @@ -31,6 +31,19 @@ include: - name: pub-service ``` +<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc --> +**Table of Contents** + +- [Cluster configuration](#cluster-configuration) + - [Fields](#fields) + - [`context`](#context) + - [`global`](#global) + - [`import`](#import) + - [`include`](#include) + - [External variables](#external-variables) + +<!-- markdown-toc end --> + ## Fields This is documentation for the individual fields in a cluster context file. |