Skip to content

Welcome to the Kontent.ai GitHub Developer resources! You can find some useful guidelines here that might help you get your OS project right.

License

Notifications You must be signed in to change notification settings

Simply007/kontent-ai.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kontent.ai GitHub developer resources

This is a source of Kontent.ai GitHub developer resources. Check out the documentation site for more information.

Spellcheck

This repository runs a Github Action for spellchecking the .md files. To configure the cSpell you can update the cSpell.json file.

You can run the spellcheck manually using the command:

cspell --config ./cSpell.json "**/*.md"

Adding new words

The cSpell checks words against the dictionaries, however some words might not be recognized (e.g. "CODEOWNERS"). To deal with errors caused by this you can update the configuration file by:

  • adding the word into words array. Those words are considered correct and might be used for suggestions when misspelling a word.
  • adding the word into ignoreWords array. Those words are just ignored.

Ignoring patterns

By default, the entire document is checked for spelling. ignoreRegExp and includeRegExp give us the ability to ignore or include patterns of text. If you find some patterns which should be skipped or included during spellcheck, add the regex to the cSpell.json.

For more information about the cSpell you can head to the documentation.

About

Welcome to the Kontent.ai GitHub Developer resources! You can find some useful guidelines here that might help you get your OS project right.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published