diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 00:25:51 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 00:25:51 +0300 |
| commit | e42debd8d2654b9c665598bbb0abed7b3bd2cd32 (patch) | |
| tree | e5592274a3748a735d3bf8b1968c63a47013d081 | |
| parent | 6a5be2a4ee60541e991ebeda3491523c51b37ae2 (diff) | |
| download | vyos-documentation-e42debd8d2654b9c665598bbb0abed7b3bd2cd32.tar.gz vyos-documentation-e42debd8d2654b9c665598bbb0abed7b3bd2cd32.zip | |
docs(agents): finish wrapping the 3 sagitta lines auto-wrap missed
The previous auto-wrap commit (6a5be2a4) wrapped the `## Project`
prose but left 3 bullet lines in my diff still over 80 chars:
- Source files L84 (90 chars) — `<page>.md ... most of the tree`.
- Source files L89 (176 chars) — `_include/<name>.txt` description.
- CI L226 (154 chars) — vyoslinter bullet.
Wrapped each to ≤80 chars to keep new content consistent with the
documented 80-char rule.
🤖 Generated by [robots](https://vyos.io)
| -rw-r--r-- | AGENTS.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -81,11 +81,14 @@ Mergify is configured at the org level (no `.mergify.yml` in the repo). The PR t ### Source files -- `docs/<subdir>/<page>.md` — canonical MD source for migrated pages (most of the tree). +- `docs/<subdir>/<page>.md` — canonical MD source for migrated pages + (most of the tree). - The two RST-only pages on this branch: `docs/cli.rst` and `docs/installation/cloud/aws.rst`. Both stayed RST due to converter issues at MyST-migration time and have not been revisited since. -- `docs/_include/<name>.txt` — shared RST snippets included into MyST pages via `cmdincludemd`. Their content is parsed as RST so the legacy templates keep working unchanged. +- `docs/_include/<name>.txt` — shared RST snippets included into MyST + pages via `cmdincludemd`. Their content is parsed as RST so the + legacy templates keep working unchanged. - `docs/_rst_legacy/<subdir>/rst-<page>.rst` — archived pre-migration RST shadows of converted pages. Excluded from the Sphinx build and from the Context7 index. Reference only. @@ -220,7 +223,9 @@ serves and crawlers skip the redirect hop. ## CI -- **vyoslinter** (`scripts/doc-linter.py` in this repo, invoked via `.github/workflows/lint-doc.yml`) — line length and IP rules, on changed files only. +- **vyoslinter** (`scripts/doc-linter.py` in this repo, invoked via + `.github/workflows/lint-doc.yml`) — line length and IP rules, on + changed files only. - **Sphinx build** — runs on Read the Docs for every PR; preview URL appears as a check. - **CLA check** — contributors must sign the VyOS CLA before merge. - **Conflict check** — fails the PR if it doesn't merge cleanly into base. |
