| Age | Commit message (Collapse) | Author |
|
Adapted from PR #2014 on rolling, tailored to this branch's actual
state.
This branch (sagitta, 1.4.x previous LTS) is migrated to MyST
Markdown except for two pages with known converter issues that
stayed in RST: docs/cli.rst and docs/installation/cloud/aws.rst.
source_suffix in docs/conf.py is `['.rst', '.md']` to cover both.
Changes:
- README.md: new `## Source format` section naming the two stuck
RST pages, pointing at the `_rst_legacy/` archive, and noting
the MyST-fence form for VyOS command directives in .md pages.
The `## Contributing` blurb drops the now-imprecise "MyST for
migrated pages, RST for the rest" phrasing.
- AGENTS.md: `## Project` and `### Source files` sections updated
to name the two remaining RST pages explicitly so contributors
know which files are still RST and which to write as MyST.
Linter origin claim ("doc-linter.py from the vyos/.github repo")
left intact — that script is NOT inlined on this branch.
🤖 Generated by [robots](https://vyos.io)
|
|
- Rewrite README.md: drop Python 2 install dance, drop `sphinx-panels`
(removed years ago), drop `sudo pip install` antipattern, replace with
venv + requirements.txt path. Refresh the branch table to current
naming, point contributors at AGENTS.md for the full guide. Refresh
the docs status badge to reference `rolling` (was `latest`).
- AGENTS.md: replace remaining `current` branch references with
`rolling` in the branch table, the "PRs target …" line, and the RTD
layout table Branch column. The default branch was renamed
`current` → `rolling` on 2026-05-10 (commit 8dbf8b05 only swept CI).
🤖 Generated by [robots](https://vyos.io)
|
|
The Test-the-docs section documented running vale through Docker, but
vale is not in the Docker image, no .vale.ini exists, and no styles
directory is present. CI uses vyoslinter (doc-linter.py) for linting.
🤖 Generated by [robots](https://vyos.io)
(cherry picked from commit 2fcc13e8f3004d0a55382601b3ce141ea976f5af)
|
|
(cherry picked from commit 498a960a0553c7d496fc02cea10ff336f5143d72)
|
|
|
|
|
|
Replace links to the phabricator site from https://phabricator.vyos.net to
https://vyos.dev
|
|
|
|
|
|
|
|
|
|
|
|
it just redirects to docs.vyos.io, seems pointless to list to me
|
|
|
|
The current requirements.txt does not include sphinx-autobuild
(it is part of the python3-sphinx on buster)
sphinx-rtd-theme is available as a debian package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|