From b61087c396860bb507be1adea50244a8c8e3242c Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Wed, 6 May 2026 17:47:58 +0300 Subject: feat: import MyST swap mechanism, llms.txt feature, and content from current Replaces the broken #1885/#1869/#1875 trio with a single PR for circinus. This PR: - Imports 254 md-*.md files from currents working MyST conversion (the broken converter that produced #1885s md-*.md files is not used here; currents files are correct as verified on /en/rolling/). - Adds the per-page RST-to-MyST swap mechanism: scripts/swap_sources.py, scripts/import_myst.py, tests, _swap.txt, _ext/vyos.py and Makefile swap-wrapped targets, .readthedocs.yml pre/post hooks. - Replaces 175 .jpg/.png with 187 .webp images for swapped pages. - Adds the llms.txt + sitemap feature (sphinx_llms_txt, sphinx_sitemap) with circinus-tailored html_baseurl https://docs.vyos.io/en/1.5/ and curated docs/_html_extra/llms.txt for 1.5.x. - Updates docs/_html_extra/robots.txt with AI crawler Allow rules and the /en/1.5/sitemap.xml reference. - Drops configuration/service/suricata from the swap set (no matching RST sibling on circinus; suricata is a current-only feature). Supersedes: - #1885 (broken md-*.md converter output) - #1869 (LLM doc adaptation backport, bundled here) - #1875 (llms.txt circinus, bundled here) Generated by robots https://vyos.io --- docs/_static/css/DataTables-1.11.5/images/sort_asc.webp | Bin 0 -> 200 bytes .../css/DataTables-1.11.5/images/sort_asc_disabled.webp | Bin 0 -> 174 bytes docs/_static/css/DataTables-1.11.5/images/sort_both.webp | Bin 0 -> 204 bytes docs/_static/css/DataTables-1.11.5/images/sort_desc.webp | Bin 0 -> 206 bytes .../css/DataTables-1.11.5/images/sort_desc_disabled.webp | Bin 0 -> 162 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/_static/css/DataTables-1.11.5/images/sort_asc.webp create mode 100644 docs/_static/css/DataTables-1.11.5/images/sort_asc_disabled.webp create mode 100644 docs/_static/css/DataTables-1.11.5/images/sort_both.webp create mode 100644 docs/_static/css/DataTables-1.11.5/images/sort_desc.webp create mode 100644 docs/_static/css/DataTables-1.11.5/images/sort_desc_disabled.webp (limited to 'docs/_static/css') diff --git a/docs/_static/css/DataTables-1.11.5/images/sort_asc.webp b/docs/_static/css/DataTables-1.11.5/images/sort_asc.webp new file mode 100644 index 00000000..eebabad0 Binary files /dev/null and b/docs/_static/css/DataTables-1.11.5/images/sort_asc.webp differ diff --git a/docs/_static/css/DataTables-1.11.5/images/sort_asc_disabled.webp b/docs/_static/css/DataTables-1.11.5/images/sort_asc_disabled.webp new file mode 100644 index 00000000..847d4f5d Binary files /dev/null and b/docs/_static/css/DataTables-1.11.5/images/sort_asc_disabled.webp differ diff --git a/docs/_static/css/DataTables-1.11.5/images/sort_both.webp b/docs/_static/css/DataTables-1.11.5/images/sort_both.webp new file mode 100644 index 00000000..1b09597a Binary files /dev/null and b/docs/_static/css/DataTables-1.11.5/images/sort_both.webp differ diff --git a/docs/_static/css/DataTables-1.11.5/images/sort_desc.webp b/docs/_static/css/DataTables-1.11.5/images/sort_desc.webp new file mode 100644 index 00000000..857789c6 Binary files /dev/null and b/docs/_static/css/DataTables-1.11.5/images/sort_desc.webp differ diff --git a/docs/_static/css/DataTables-1.11.5/images/sort_desc_disabled.webp b/docs/_static/css/DataTables-1.11.5/images/sort_desc_disabled.webp new file mode 100644 index 00000000..3368310f Binary files /dev/null and b/docs/_static/css/DataTables-1.11.5/images/sort_desc_disabled.webp differ -- cgit v1.2.3