5 Commits

Author SHA1 Message Date
Orzelius
141326ea3b
docs: fix tabpane styling
stop tabpane tabs colliding with the tabpane language by moving the tabs to the right
docs: https://www.docsy.dev/docs/adding-content/shortcodes/#tabbed-panes

support navigation via anchors to the various headings in the docs

https://www.docsy.dev/docs/adding-content/navigation/#heading-self-links

Signed-off-by: Orzelius <33936483+Orzelius@users.noreply.github.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2025-04-15 18:40:34 +04:00
Andrey Smirnov
f863498ff6
fix: always override APIServer audit policy
Fixes #7537

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2023-07-27 18:22:08 +04:00
Andrey Smirnov
2749aeeda0
feat: add support for multi-doc strategic merge patching
Other changes:

* renamed `version:` to `apiVersion:` in the multi-doc format, as this
  better matches Kubernetes objects
* introduced (not used at the moment) a concept of `NamedDocuments`
  (many documents for the same type)
* added container validation on not having duplicate documents
* JSON6902 now denies multi-doc config

Fixes #7312

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2023-06-05 14:31:48 +04:00
Thomas Perronin
7442ff8b09
chore: fix typos inteface -> interface (docs and tests)
Fix typos.

Signed-off-by: Thomas Perronin <gecko.splinter@gmail.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2023-05-01 16:15:08 +04:00
Andrey Smirnov
d9bdea2b54
chore: fork docs and compatibility modules for Talos 1.5
Getting ready for the next Talos 1.5.0-alpha.0 release.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2023-04-27 15:36:31 +04:00