summaryrefslogtreecommitdiff
path: root/docs/quick-start.rst
AgeCommit message (Collapse)Author
2026-05-06feat: flip swap mechanism on circinus — MD as primary, RST as overrideYuriy Andamasov
Mirror of #1899 for circinus. Same logic, same scripts, per-branch file set. Changes: - Rename docs/**/md-<stem>.md to docs/**/<stem>.md (drop md- prefix) for all 253 stems previously listed in docs/_swap.txt - Rename docs/**/<stem>.rst to docs/**/rst-<stem>.rst (add rst- prefix) for the same 253 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 rewritten with inverted rename direction (rst-<stem>.rst → <stem>.rst when applying overrides; <stem>.md excluded via _md_exclude.txt) - scripts/import_myst.py and tests/test_import_myst.py deleted (obsolete) - tests/test_swap_sources.py rewritten for new semantics Identical change set to #1899 (current). Per-branch differences: - circinus has 253 stems vs current's 254 (suricata is current-only) - otherwise the script/conf.py/test changes are byte-identical with current Generated by robots https://vyos.io
2024-03-02Quick Start - Set interface description to match DHCP scopemacaddict89
2024-01-17Fix typos in quick-startSebastian Weber
2024-01-12Merge pull request #1238 from nicolas-fort/fwall-multiple-updatesChristian Breunig
Add opmode commands for firewall zones, and add global state-policies…
2024-01-11Add opmode commands for firewall zones, and add global state-policies in ↵Nicolas Fort
quick-start
2024-01-11dhcp: dhcpv6: T3316: Update documentation for inclusion of `subnet-id`sarthurdev
2024-01-10dhcp: T3316: Update documentation for Kea implementationsarthurdev
2023-11-30fix build and ref warningsrebortg
2023-11-16Merge pull request #1154 from blex2/patch-1Robert Göhler
Update quick-start.rst
2023-11-16Update quick-start.rstblex2
tryed document with rolling release 1.5 and had some problems with commands that changed. I adopted the changes here to reflect how I got it on the rolling releae without parse errors
2023-11-16Nat updategreenpsi
Update some nat commands to new syntax
2023-09-17Fixed bad formatting for code-blocksNephiaust
Signed-off-by: Nephiaust <29741794+Nephiaust@users.noreply.github.com>
2023-09-13quick-start: fix typoNick Anderegg
2023-09-12chore: fix formatting and add linter commentsNick Anderegg
2023-09-12quick-start: format to correct line lengthNick Anderegg
2023-09-12quick-start: adding missing rule to allow echo requestsNick Anderegg
2023-09-12quick-start: add clarifying context to nftables config examplesNick Anderegg
2023-09-12quick-start: initial pass of netfilter firewall configuration introNick Anderegg
2023-09-12quick-start: add notice about changes to firewall backendNick Anderegg
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