Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-07 | development: fix priority level in hirerarchy | Christian Poessinger | |
2020-04-06 | development: remove additional `` | Christian Poessinger | |
2020-04-02 | development: add notes about priorities | Christian Poessinger | |
2020-04-01 | Merge pull request #225 from niklasea/fix-docker-group-recommendation | Christian Poessinger | |
build.rst: Do not recommend using docker group | |||
2020-03-31 | Docs: Fix typo and code-block errors | Niklas Elmose Andersen | |
Typo removed from CONTRIBUTING.md arp.rst properly displays example command build-vyos.rst troubleshooting diff has proper highlighting | |||
2020-03-31 | build.rst: Do not recommend using docker group | Niklas Elmose Andersen | |
The documentation for building VyOS currently recommends adding a non-root user to the docker group. Doing so is equivalent to making that user root and thus should at least carry a warning. | |||
2020-03-16 | T2132: Document kernel boot parameter 'vyos-config-debug' | John Estabrook | |
2020-03-03 | contribution: build: document ISO build with custom DEB package | Christian Poessinger | |
2020-03-03 | contribution: build: remove outdated branch reference on equuleus | Christian Poessinger | |
2020-03-01 | contribution: build: add troubleshooting section for APT | Christian Poessinger | |
2020-02-11 | Update build-vyos.rst | BananaWanted | |
the kernel patch link is outdated | |||
2020-02-09 | contribution: build: add missind "cd" operation | Christian Poessinger | |
2020-02-08 | quiet vs quite | Thomas Mangin | |
2020-02-08 | more information about building on Mac/Windows | Thomas Mangin | |
2020-02-08 | fix note due to : vs :: typo | Thomas Mangin | |
2020-01-11 | Fix some typos and capitalizations | Stephen James | |
2020-01-04 | Merge branch 'master' into newdirectives | Robert Göhler | |
2020-01-04 | Documentation: add :cfgcmd: and :opcmd: inline commands | Robert Göhler | |
2019-12-30 | documentation: fix contribution guideline typos | Ali | |
2019-12-30 | documentation: add new custom command: vytask | Christian Poessinger | |
2019-12-30 | documentation: split cfgcmd/opcmd description | Christian Poessinger | |
2019-12-29 | issue-feature: fix title overline & underline mismatch | Christian Poessinger | |
2019-12-29 | issue-feature: use documented section style guide | Christian Poessinger | |
2019-12-29 | common-references: migrate all VyOS Phabricator references | Christian Poessinger | |
2019-12-29 | vytask: migrate all task references to new command | Christian Poessinger | |
2019-12-21 | contribution: build: add section about building packages | Jernej Jakob | |
This is copied from the vyos-build README.md with some changes and updates. | |||
2019-12-21 | install: overall chapter improvement | Christian Poessinger | |
2019-12-19 | contributing: clicmd and opcmd definitions should be indented by 3 | Christian Poessinger | |
2019-12-12 | development: T1843: add information about GNU preprocessor on XML files | Christian Poessinger | |
2019-12-12 | development: improve information about commit messages | Christian Poessinger | |
... to make it more easy for upcoming contributors | |||
2019-12-10 | Issues and Features: correct broken link | Robert Göhler | |
2019-12-10 | Development: correct redirect link | Robert Göhler | |
2019-12-10 | Build VyOS: correct redirect link | Robert Göhler | |
2019-12-07 | development: adjust headlines to new level syntax | Christian Poessinger | |
2019-12-07 | development: reword of commit messages | Christian Poessinger | |
2019-12-02 | Fix: correct directive | Robert Göhler | |
2019-12-01 | contributing: improve Git Workflow on documentation | Christian Poessinger | |
2019-11-28 | Refactor "code-block:: console" to "code-block:: none" | Christian Poessinger | |
2019-11-28 | docs: remove all trailing whitespaces | Christian Poessinger | |
Done via: $ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//' | |||
2019-11-27 | Refactor "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-26 | development: fix wrong Python ConfigError import statement | Christian Poessinger | |
2019-11-24 | Merge pull request #150 from rebortg/cfgcmd | Christian Poessinger | |
cfgcmd for better typing feeling | |||
2019-11-24 | Style: change .. cfcmd:: to ..cfgcmd:: | Robert Göhler | |
2019-11-24 | contributing: add section to style guide | Robert Göhler | |
2019-11-23 | Revert "prevent douple heading" | Christian Poessinger | |
This reverts commit c1ab520c4264227b5fc053aa917fdbc7d7e667af. | |||
2019-11-23 | prevent douple heading | Robert Göhler | |
2019-11-23 | documentation: fix generation error in "code-block" directive | Christian Poessinger | |
docs/contributing/documentation.rst:115: ERROR: Error in "code-block" directive: 1 argument(s) required, 0 supplied. .. code-block:: .. opcmd:: show protocols static arp Display all known ARP table entries spanning accross all interfaces There is a missing "sh" statement after "code-block::" | |||
2019-11-23 | add new directives "cfcmd" and "opcmd" | Robert Göhler | |
2019-11-19 | contribution: fix code-block in documentation | Christian Poessinger | |
2019-11-17 | Replace all RFC links with proper :rfc: syntax | Christian Poessinger | |