<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs, branch sagitta</title>
<subtitle>VyOS readthedocs (mirror of https://github.com/vyos/vyos-documentation.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-documentation.git/atom?h=sagitta</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-documentation.git/atom?h=sagitta'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/'/>
<updated>2026-08-04T09:54:54+00:00</updated>
<entry>
<title>docs: fix MyST roles used inside eval-rst blocks (#2125)</title>
<updated>2026-08-04T09:54:54+00:00</updated>
<author>
<name>LiudmylaNad</name>
<email>l.nadolina@vyos.io</email>
</author>
<published>2026-08-04T09:54:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=873a388fdb5faeb869881cc780de16c96385e433'/>
<id>urn:sha1:873a388fdb5faeb869881cc780de16c96385e433</id>
<content type='text'>
* docs: fix MyST roles used inside eval-rst blocks

* Apply suggestions from code review

Co-authored-by: coderabbitai[bot] &lt;136622811+coderabbitai[bot]@users.noreply.github.com&gt;

---------

Co-authored-by: coderabbitai[bot] &lt;136622811+coderabbitai[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>docs: exclude superpowers/ from the Sphinx build (#2168)</title>
<updated>2026-07-28T09:13:53+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2026-07-28T09:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=818598fbf1880d6b14ca327949dce37506fcb0ef'/>
<id>urn:sha1:818598fbf1880d6b14ca327949dce37506fcb0ef</id>
<content type='text'>
`docs/superpowers/` holds Claude Code plugin-generated internal design
specs and plans, not user documentation. Adding `superpowers` to
`exclude_patterns` guards against Sphinx ever picking the directory up
and publishing it should it reappear in the source tree.

Guard only — the content itself was already removed in 3ab97e71 and
abb8be5b.

(cherry picked from commit a9dc16aac2a7e7a6e5e4bb1c19897b3d707ba4d1)

Co-authored-by: Yuriy Andamasov &lt;yuriy@vyos.io&gt;</content>
</entry>
<entry>
<title>Fix Cookiebot consent dialog rendering unstyled and breaking the page (#2108) (#2110)</title>
<updated>2026-06-17T19:26:06+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2026-06-17T19:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=133de3b86faf07d70a8a915dd2a95d9a9906057f'/>
<id>urn:sha1:133de3b86faf07d70a8a915dd2a95d9a9906057f</id>
<content type='text'>
On a fresh (no-consent) load the consent banner could render completely
unstyled and expand to full page height. Cookiebot delivers its dialog CSS as
a constructed stylesheet on document.adoptedStyleSheets; ReadTheDocs'
readthedocs-addons.js reassigns that whole-array property with a destructive
replace, and when that lands after Cookiebot's network-gated adoption it drops
Cookiebot's sheet, leaving #CybotCookiebotDialog at position:static expanded to
~6700px. It is a race, so it is intermittent and clears once consent is given
(the dialog then never renders).

- layout.html: a small adoptedStyleSheets shim, installed before any page
  script, that preserves Cookiebot's sheet so another library cannot drop it.
- custom.css: a leak-safe safety net that keeps the dialog contained even if
  its adopted sheet is ever absent. It uses only properties Cookiebot itself
  sets, so it has verifiably no effect on the normal, styled banner.

🤖 Generated by [robots](https://vyos.io)

(cherry picked from commit dce7bb521e3947af59fe18895b609ec353e0450e)

Co-authored-by: Yuriy Andamasov &lt;yuriy@vyos.io&gt;</content>
</entry>
<entry>
<title>docs: fix stale .png/.jpg image refs to match .webp assets in Sagitta (#2098)</title>
<updated>2026-06-11T09:50:44+00:00</updated>
<author>
<name>LiudmylaNad</name>
<email>l.nadolina@vyos.io</email>
</author>
<published>2026-06-11T09:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=e535682b8136a52f7dc66ec7af5a41c181bd8976'/>
<id>urn:sha1:e535682b8136a52f7dc66ec7af5a41c181bd8976</id>
<content type='text'>
Signed-off-by: MilaNad &lt;l.nadolina@vyos.io&gt;</content>
</entry>
<entry>
<title>Revert "docs: Update OpenFabric page to VyOS 1.5 standards (#2060) (#2094)" (#2096)</title>
<updated>2026-06-09T12:53:52+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2026-06-09T12:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=dcf67eb0ed7dec8a80637572596d56b907869599'/>
<id>urn:sha1:dcf67eb0ed7dec8a80637572596d56b907869599</id>
<content type='text'>
This reverts commit b4cffbf38e970b2683d07e063cac455371da681e.</content>
</entry>
<entry>
<title>docs: Update OpenFabric page to VyOS 1.5 standards (#2060) (#2094)</title>
<updated>2026-06-09T10:25:21+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2026-06-09T10:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=b4cffbf38e970b2683d07e063cac455371da681e'/>
<id>urn:sha1:b4cffbf38e970b2683d07e063cac455371da681e</id>
<content type='text'>
* docs: Update OpenFabric page to VyOS 1.5 standards

* Update openfabric.md

* Update openfabric.md

* Update openfabric.md

(cherry picked from commit 754295dcb7c048e8142b36eb90b9a0b18cad506d)

# Conflicts:
#	docs/configuration/protocols/openfabric.md

Co-authored-by: LiudmylaNad &lt;l.nadolina@vyos.io&gt;</content>
</entry>
<entry>
<title>high-availability: T7059: Add persistence-timeout option in virtual-server</title>
<updated>2026-06-02T15:20:52+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-05-18T12:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=c1d7e587fed222498c8305f5b34416dc915cbfac'/>
<id>urn:sha1:c1d7e587fed222498c8305f5b34416dc915cbfac</id>
<content type='text'>
(cherry picked from commit dc04c30291806195311e585450b490d0c672c356)
</content>
</entry>
<entry>
<title>Merge pull request #2039 from vyos/yuriy/rst-leftovers-sagitta</title>
<updated>2026-05-14T05:09:02+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-14T05:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=f00fe5618d4693d83047fab9cc135cf97d1db109'/>
<id>urn:sha1:f00fe5618d4693d83047fab9cc135cf97d1db109</id>
<content type='text'>
docs: fix sagitta interface include text cleanup</content>
</entry>
<entry>
<title>docs: fix 3 grammar/spelling issues across openvpn/ipoe-server/vrf (CodeRabbit review)</title>
<updated>2026-05-14T04:59:53+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-14T04:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=e2f7627157009694eb6b155b175ed109d6bdad22'/>
<id>urn:sha1:e2f7627157009694eb6b155b175ed109d6bdad22</id>
<content type='text'>
preferrably → preferably (openvpn.md:81)
used from → used for (ipoe-server.md:301)
'It and can be' → 'It can be'; wan't → want (vrf/index.md:76)

🤖 Generated by [robots](https://vyos.io)
</content>
</entry>
<entry>
<title>docs: rewrap long prose lines in documentation to fit 80-char limit</title>
<updated>2026-05-14T04:48:40+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-14T04:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=1a33bbcad65b02ddc0350135ef42a26c06a8291c'/>
<id>urn:sha1:1a33bbcad65b02ddc0350135ef42a26c06a8291c</id>
<content type='text'>
</content>
</entry>
</feed>
