Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
140 changes: 140 additions & 0 deletions .cspell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
version: "0.2"
language: en
dictionaries:
- en_US
- softwareTerms
- node
- npm
- html
- css
- bash
ignorePaths:
- node_modules/**
- build/**
- package-lock.json
- "**/*.svg"
- "**/*.json"
words:
- endusers
- Docusaurus
- docusaurus
- Kubestellar
- kubestellar
- KubeCon
- CloudNativeCon
- cncf
- CNCF
- Cartografos
- cartografos
- Swisscom
- Flipkart
- Zeiss
- Adobe
- Allianz
- CERN
- roadmap
- devcontainer
- npx
- mjs
- frontmatter
- sidebars
- cspell
- markdownlint
- Prettier
- prettier
- AUSF
- Aditya
- Alertmanager
- Bootc
- bootc
- bootstrappable
- CNIP
- CNOE
- CNPG
- Crossplane
- Dapr
- Dashboarding
- Flexboxes
- Flexperience
- Hashith
- KCSP
- Karthik
- Katib
- Khushi
- Kserve
- kserve
- Kubebuilder
- Kubeflow
- kubeflow
- Kubermatic
- Kubevirt
- kubevirt
- Kueue
- Kyverno
- kyverno
- MGMT
- MPLS
- NETCONF
- NSSF
- NUMA
- ONNX
- Organisation
- organisation
- organised
- PAGT
- RAPL
- RDMA
- Redirector
- Relocator
- Rollouts
- rollouts
- Romande
- Runbooks
- runbooks
- SDLC
- SLURM
- SNSSAI
- snssai
- Satchitanand
- Telco
- telco
- Tiwari
- Traefik
- VRRP
- Virt
- behaviour
- castrojo
- centralised
- chargeback
- containerd
- containerssh
- coredns
- criu
- daemonset
- dashboarded
- dcgm
- docus
- dranet
- enduser
- externaldns
- fintech
- firewalling
- gppnetwork
- gprs
- hackathons
- hyperscalers
- kubelet
- lifecycles
- maximise
- metallb
- minimise
- multitenancy
- multitenant
- pcpus
- rearchitecture
- reimplementation
- roadmaps
- sdcio
- stargz
- tentpole
- tolerations
21 changes: 21 additions & 0 deletions .markdown-link-check.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"ignorePatterns": [
{
"pattern": "^http://localhost"
}
],
"replacementPatterns": [],
"httpHeaders": [
{
"urls": ["https://github.com", "https://raw.githubusercontent.com"],
"headers": {
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
}
}
],
"timeout": "20s",
"retryOn429": true,
"retryCount": 3,
"fallbackHttpStatus": [200, 206, 429],
"aliveStatusCodes": [200, 206]
}
18 changes: 18 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Markdownlint configuration for the endusers.cncf.io Docusaurus site.
# Line length and a handful of Docusaurus-specific conventions are relaxed
# because content is prose (not hard-wrapped) and pages intentionally use a
# small set of inline HTML elements (figure/figcaption/a) for captions.
default: true

# Prose lines are not hard-wrapped in this repository.
MD013: false

# Docusaurus doc/blog frontmatter provides the H1 via `title`, so pages may
# legitimately omit a Markdown H1, and some legacy pages have not yet been
# split into single-H1 documents.
MD025: false

# Docusaurus pages routinely embed raw HTML and MDX/React components
# (e.g. <div>, <CommunityPeople />, <AwardsTimeline />) as part of normal
# page layout, so this rule is not practical for this repository.
MD033: false