diff --git a/.dictionary b/.dictionary index 414d3d6..64b0f22 100644 --- a/.dictionary +++ b/.dictionary @@ -1,2 +1 @@ Ansible -toc-tree diff --git a/.drone.yml b/.drone.yml index ddffc2a..b77a5e9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: image: node:lts-alpine commands: - npm install -g spellchecker-cli - - spellchecker --files 'content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions + - spellchecker --no-gitignore --files 'content/**/_index.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions environment: FORCE_COLOR: true NPM_CONFIG_LOGLEVEL: error diff --git a/content/roles/cloud/_index.md b/content/roles/cloud/_index.md index 62b583a..1a009f6 100644 --- a/content/roles/cloud/_index.md +++ b/content/roles/cloud/_index.md @@ -3,4 +3,6 @@ title: Cloud geekdocFlatSection: true --- + {{< toc-tree >}} + diff --git a/content/roles/database/_index.md b/content/roles/database/_index.md index c6ef084..f4e730e 100644 --- a/content/roles/database/_index.md +++ b/content/roles/database/_index.md @@ -3,4 +3,6 @@ title: Database geekdocFlatSection: true --- + {{< toc-tree >}} + diff --git a/content/roles/iot/_index.md b/content/roles/iot/_index.md index 9bc1db4..2cc8b0e 100644 --- a/content/roles/iot/_index.md +++ b/content/roles/iot/_index.md @@ -3,4 +3,6 @@ title: IoT geekdocFlatSection: true --- + {{< toc-tree >}} + diff --git a/content/roles/misc/_index.md b/content/roles/misc/_index.md index 31abdc3..90f82e7 100644 --- a/content/roles/misc/_index.md +++ b/content/roles/misc/_index.md @@ -3,4 +3,6 @@ title: Misc geekdocFlatSection: true --- + {{< toc-tree >}} + diff --git a/content/roles/networking/_index.md b/content/roles/networking/_index.md index 4b37b1f..45a0a03 100644 --- a/content/roles/networking/_index.md +++ b/content/roles/networking/_index.md @@ -3,4 +3,6 @@ title: Networking geekdocFlatSection: true --- + {{< toc-tree >}} + diff --git a/content/roles/programming/_index.md b/content/roles/programming/_index.md index 558a528..0e7cffa 100644 --- a/content/roles/programming/_index.md +++ b/content/roles/programming/_index.md @@ -3,4 +3,6 @@ title: Programming geekdocFlatSection: true --- + {{< toc-tree >}} + diff --git a/content/roles/security/_index.md b/content/roles/security/_index.md index 929ace7..0888167 100644 --- a/content/roles/security/_index.md +++ b/content/roles/security/_index.md @@ -3,4 +3,6 @@ title: Security geekdocFlatSection: true --- + {{< toc-tree >}} + diff --git a/content/roles/system/_index.md b/content/roles/system/_index.md index ea239bc..e223da6 100644 --- a/content/roles/system/_index.md +++ b/content/roles/system/_index.md @@ -3,4 +3,6 @@ title: System geekdocFlatSection: true --- + {{< toc-tree >}} +