mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-04 02:53:45 +00:00
This supersedes https://github.com/kata-containers/kata-containers/pull/12622. I replaced Zensical with mkdocs-materialx. Materialx is a fork of mkdocs-material created after mkdocs-material was put into maintenance mode. We'll use this platform until Zensical is more feature complete. Added a few of the existing docs into the site to make a more user-friendly flow. Signed-off-by: LandonTClipp <11232769+LandonTClipp@users.noreply.github.com>
38 lines
819 B
YAML
38 lines
819 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
|
|
version: "0.2"
|
|
language: en,en-GB
|
|
|
|
dictionaryDefinitions:
|
|
- name: kata-terms
|
|
path: ./tests/spellcheck/kata-dictionary.txt
|
|
addWords: true
|
|
|
|
dictionaries:
|
|
- en-GB
|
|
- en_US
|
|
- bash
|
|
- git
|
|
- golang
|
|
- k8s
|
|
- python
|
|
- rust
|
|
- companies
|
|
- mnemonics
|
|
- peopleNames
|
|
- softwareTerms
|
|
- networking-terms
|
|
- kata-terms
|
|
|
|
ignoreRegExpList:
|
|
- /@[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}/gi # Ignores github handles
|
|
# Ignore code blocks
|
|
- /^\s*`{3,}[\s\S]*?^\s*`{3,}/gm
|
|
- /`[^`\n]+`/g
|
|
|
|
ignorePaths:
|
|
- "**/vendor/**" # vendor files aren't owned by us
|
|
- "**/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/**" # Generated files
|
|
- "**/requirements.txt"
|
|
|
|
useGitignore: true
|