summaryrefslogtreecommitdiff
path: root/docs/quick-start.rst
AgeCommit message (Collapse)Author
2026-05-06feat: flip swap mechanism on sagitta — MD as primary, RST as overrideYuriy Andamasov
Mirror of #1899 (current) and #1900 (circinus) for sagitta. Same logic, same scripts, per-branch file set. Changes: - Rename docs/**/md-<stem>.md to docs/**/<stem>.md (drop md- prefix) for all 210 stems previously listed in docs/_swap.txt - Rename docs/**/<stem>.rst to docs/**/rst-<stem>.rst (add rst- prefix) for the same 210 stems - Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty - conf.py exclude_patterns flipped: rst-*.rst excluded by default - conf.py runtime-artifact references updated to _rst_override_state.json and _md_exclude.txt - scripts/swap_sources.py imported from current (post-#1899 rewrite, with inverted rename direction) - scripts/import_myst.py and tests/test_import_myst.py deleted (obsolete) - tests/test_swap_sources.py imported from current (post-#1899 rewrite) Side-effect: fixes the same 404 on /en/1.4/ View page source links that #1899 fixed for /en/rolling/ and #1900 fixed for /en/1.5/. Per-branch differences vs #1899: - sagitta has 210 stems vs current's 254 (sagitta has no vpp pages and fewer current-only features; cli + installation/cloud/aws are still RST-only on sagitta pending the title-level fix follow-up) - otherwise the script/conf.py/test changes are byte-identical with current Generated by robots https://vyos.io
2024-03-06Quickstart: manual backport to sagitta for firewall configuration in quickstart.Nicolas Fort
2024-03-03Quick Start - Set interface description to match DHCP scopemacaddict89
(cherry picked from commit d66af8e66073c5821f1c99bfdd9781f07f925a0c)
2024-02-15quick-start: fix fix merge-conflictsChristian Breunig
2024-01-19Fix typos in quick-startSebastian Weber
(cherry picked from commit 32460e70ef014616ec36fce9361f702d5cc1463a) # Conflicts: # docs/quick-start.rst
2024-01-11Update quick-start from master branch (excluding 1.5 specific DHCP changes)sarthurdev
2023-12-30quick-start: fix nat interface example sytanxLucky
2023-11-29docs: fix to code snippet in Quick Start/Firewall and typo Firewall/Global ↵Giggum
Options sagitta/quick-start.html: Fix to replace "interface-name" with "name" for rule 30 and 40 in code snippet to correct syntax error. sagitta/configuration/firewall/global-options.html: Fix to improve correctness is use of English language from "conform" to "confirming" On branch sagitta_giggum Changes to be committed: modified: quick-start.rst modified: configuration/firewall/global-options.rst
2023-11-24fix firewall refrebortg
2023-09-08Firewall refactor: add visible note in firewall docs: zone, quick-start and ↵Nicolas Fort
config blueprint zone-policy
2023-05-04Update quick-start.rsttrucker93a
2022-09-25Update Set Firewallicyfire0573
Current commands look like they were for 1.3?
2022-03-16firewall has a new recent time syntaxNod0n
2021-09-18dhcp: T3838: rename dns-server -> name-serverChristian Poessinger
2020-12-10quick-start: adjust line lenghtrebortg
2020-12-06dhcp: restructure chaptersChristian Poessinger
2020-12-01dhcp: quick example contained invalid domain nameChristian Poessinger
2020-09-19Update quick-start.rstEron Lloyd
Adding a few minor edits to clean up the descriptions and add some consistency to them.
2020-04-03T2209: Remove old user level from quick startEsa Varemo
2020-01-22quick-start: rename Hardening chapterChristian Poessinger
2020-01-22quick-start: remove QoS chapterChristian Poessinger
QoS is explained in a dedicated chapter and should not below to a real VyOS quick-start guide as it's an advanced topic.
2020-01-22quick-start: fix SSH chapter nameChristian Poessinger
2019-12-29quick-start: rework headlinesChristian Poessinger
2019-12-21quick-start: rewrite entire chapterChristian Poessinger
2019-12-10Quick Start: correct redirect linkRobert Göhler
2019-11-30Quick-start: migrate to reserved address spaceRobert Göhler
2019-11-28Refactor "code-block:: console" to "code-block:: none"Christian Poessinger
2019-11-27Refactor "code-block:: sh" to "code-block:: console"Christian Poessinger
This will add proper new-lines into the rendered PDF. Before if it has been a long line, not all content was preserved in the PDF.
2019-11-23toc: build proper doc in html and pdfChristian Poessinger
2019-11-17quick-start: beautify command snippetsChristian Poessinger
2019-10-04Quick Start: fix 'WARNING: Title underline too short'Christian Poessinger
2019-09-19Overhauling and expanding quick start guidekroy
2019-04-24Remove 'dhcp-server disabled' from quick startDominik V. Salonen
Set up my first VyO^Crouter today and fell into this trap, dhcp-server is now enabled by default and has to be disabled with 'dhcp-server disable' instead.
2019-01-20Fixes some references and tocskmpm
2019-01-18dhcp rangeskmpm
in 1.2.0-rc11 you must use range
2018-10-07Reformat TOC and overall document styleChristian Poessinger