disable spellchecker for shortcodes
Some checks are pending
continuous-integration/drone/push Build is pending
Some checks are pending
continuous-integration/drone/push Build is pending
This commit is contained in:
parent
9ae8621027
commit
088b02567c
@ -1,2 +1 @@
|
|||||||
Ansible
|
Ansible
|
||||||
toc-tree
|
|
||||||
|
@ -34,7 +34,7 @@ steps:
|
|||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install -g spellchecker-cli
|
- 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:
|
environment:
|
||||||
FORCE_COLOR: true
|
FORCE_COLOR: true
|
||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
@ -3,4 +3,6 @@ title: Cloud
|
|||||||
geekdocFlatSection: true
|
geekdocFlatSection: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- spellchecker-disable -->
|
||||||
{{< toc-tree >}}
|
{{< toc-tree >}}
|
||||||
|
<!-- spellchecker-enable -->
|
||||||
|
@ -3,4 +3,6 @@ title: Database
|
|||||||
geekdocFlatSection: true
|
geekdocFlatSection: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- spellchecker-disable -->
|
||||||
{{< toc-tree >}}
|
{{< toc-tree >}}
|
||||||
|
<!-- spellchecker-enable -->
|
||||||
|
@ -3,4 +3,6 @@ title: IoT
|
|||||||
geekdocFlatSection: true
|
geekdocFlatSection: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- spellchecker-disable -->
|
||||||
{{< toc-tree >}}
|
{{< toc-tree >}}
|
||||||
|
<!-- spellchecker-enable -->
|
||||||
|
@ -3,4 +3,6 @@ title: Misc
|
|||||||
geekdocFlatSection: true
|
geekdocFlatSection: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- spellchecker-disable -->
|
||||||
{{< toc-tree >}}
|
{{< toc-tree >}}
|
||||||
|
<!-- spellchecker-enable -->
|
||||||
|
@ -3,4 +3,6 @@ title: Networking
|
|||||||
geekdocFlatSection: true
|
geekdocFlatSection: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- spellchecker-disable -->
|
||||||
{{< toc-tree >}}
|
{{< toc-tree >}}
|
||||||
|
<!-- spellchecker-enable -->
|
||||||
|
@ -3,4 +3,6 @@ title: Programming
|
|||||||
geekdocFlatSection: true
|
geekdocFlatSection: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- spellchecker-disable -->
|
||||||
{{< toc-tree >}}
|
{{< toc-tree >}}
|
||||||
|
<!-- spellchecker-enable -->
|
||||||
|
@ -3,4 +3,6 @@ title: Security
|
|||||||
geekdocFlatSection: true
|
geekdocFlatSection: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- spellchecker-disable -->
|
||||||
{{< toc-tree >}}
|
{{< toc-tree >}}
|
||||||
|
<!-- spellchecker-enable -->
|
||||||
|
@ -3,4 +3,6 @@ title: System
|
|||||||
geekdocFlatSection: true
|
geekdocFlatSection: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- spellchecker-disable -->
|
||||||
{{< toc-tree >}}
|
{{< toc-tree >}}
|
||||||
|
<!-- spellchecker-enable -->
|
||||||
|
Reference in New Issue
Block a user