Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-26 | contribution: fix duplicate label error | rebortg | |
2021-01-23 | docs: Mention proofreading in documentation contribution page | erkin | |
2021-01-23 | docs: Fix cross-reference | erkin | |
2021-01-23 | docs: Refer to the larger set of documentation guidelines | erkin | |
2021-01-23 | docs: Add contribution guidelines | erkin | |
2020-12-10 | rearrange development part | rebortg | |
2020-12-10 | styleguide: specify line lenght and exception | rebortg | |
2020-12-08 | fix build error after merge | rebortg | |
2020-12-07 | contributing: improve documentation | rebortg | |
2020-12-07 | fix build errors after arrange | rebortg | |
2020-12-06 | arrange examples | rebortg | |
2020-11-30 | change include to absolute path | rebortg | |
2020-11-29 | rearange changelog, cli, contributing | rebortg | |
2020-11-09 | docs: add ..cmdinclude:: directive | rebortg | |
2020-11-08 | documentation: add link to RST directives | Christian Poessinger | |
2020-10-22 | revisions to the forking instructions | Noah Spahn | |
main changes include a consistent reference to the branch name installing requirements before building locally an alternate method for adding a commit message | |||
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 | common-references: migrate all VyOS Phabricator references | Christian Poessinger | |
2019-12-19 | contributing: clicmd and opcmd definitions should be indented by 3 | 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-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 | 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 | |
2019-11-17 | contribution: beautify documentation directory name | Christian Poessinger | |
2019-11-11 | contribution: fix call to ..note:: | Christian Poessinger | |
2019-11-11 | contribution: restructure entire chapter | Christian Poessinger | |
- move subchapters to sub-sub chapters and try to have more internal references to e.g. commit rules. | |||
2019-11-10 | contribution: fix Markdown leftovers | Rob Thomas | |
2019-11-08 | contribution: fix errors when generating documentation chapter | Christian Poessinger | |
2019-11-08 | contribution: add guide how to participate in the documentation | Christian Poessinger | |