Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |