disable spellchecker for shortcodes
continuous-integration/drone/push Build is pending Details

This commit is contained in:
Robert Kaussow 2020-06-07 17:23:42 +02:00
parent 9ae8621027
commit 088b02567c
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
10 changed files with 17 additions and 2 deletions

View File

@ -1,2 +1 @@
Ansible
toc-tree

View File

@ -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

View File

@ -3,4 +3,6 @@ title: Cloud
geekdocFlatSection: true
---
<!-- spellchecker-disable -->
{{< toc-tree >}}
<!-- spellchecker-enable -->

View File

@ -3,4 +3,6 @@ title: Database
geekdocFlatSection: true
---
<!-- spellchecker-disable -->
{{< toc-tree >}}
<!-- spellchecker-enable -->

View File

@ -3,4 +3,6 @@ title: IoT
geekdocFlatSection: true
---
<!-- spellchecker-disable -->
{{< toc-tree >}}
<!-- spellchecker-enable -->

View File

@ -3,4 +3,6 @@ title: Misc
geekdocFlatSection: true
---
<!-- spellchecker-disable -->
{{< toc-tree >}}
<!-- spellchecker-enable -->

View File

@ -3,4 +3,6 @@ title: Networking
geekdocFlatSection: true
---
<!-- spellchecker-disable -->
{{< toc-tree >}}
<!-- spellchecker-enable -->

View File

@ -3,4 +3,6 @@ title: Programming
geekdocFlatSection: true
---
<!-- spellchecker-disable -->
{{< toc-tree >}}
<!-- spellchecker-enable -->

View File

@ -3,4 +3,6 @@ title: Security
geekdocFlatSection: true
---
<!-- spellchecker-disable -->
{{< toc-tree >}}
<!-- spellchecker-enable -->

View File

@ -3,4 +3,6 @@ title: System
geekdocFlatSection: true
---
<!-- spellchecker-disable -->
{{< toc-tree >}}
<!-- spellchecker-enable -->