summaryrefslogtreecommitdiff
path: root/docs/contributing/documentation.rst
AgeCommit message (Collapse)Author
2020-01-04Merge branch 'master' into newdirectivesRobert Göhler
2020-01-04Documentation: add :cfgcmd: and :opcmd: inline commandsRobert Göhler
2019-12-30documentation: fix contribution guideline typosAli
2019-12-30documentation: add new custom command: vytaskChristian Poessinger
2019-12-30documentation: split cfgcmd/opcmd descriptionChristian Poessinger
2019-12-29common-references: migrate all VyOS Phabricator referencesChristian Poessinger
2019-12-19contributing: clicmd and opcmd definitions should be indented by 3Christian Poessinger
2019-12-02Fix: correct directiveRobert Göhler
2019-12-01contributing: improve Git Workflow on documentationChristian Poessinger
2019-11-28Refactor "code-block:: console" to "code-block:: none"Christian Poessinger
2019-11-28docs: remove all trailing whitespacesChristian Poessinger
Done via: $ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//'
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-24Merge pull request #150 from rebortg/cfgcmdChristian Poessinger
cfgcmd for better typing feeling
2019-11-24Style: change .. cfcmd:: to ..cfgcmd::Robert Göhler
2019-11-24contributing: add section to style guideRobert Göhler
2019-11-23documentation: fix generation error in "code-block" directiveChristian 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-23add new directives "cfcmd" and "opcmd"Robert Göhler
2019-11-19contribution: fix code-block in documentationChristian Poessinger
2019-11-17Replace all RFC links with proper :rfc: syntaxChristian Poessinger
2019-11-17contribution: beautify documentation directory nameChristian Poessinger
2019-11-11contribution: fix call to ..note::Christian Poessinger
2019-11-11contribution: restructure entire chapterChristian Poessinger
- move subchapters to sub-sub chapters and try to have more internal references to e.g. commit rules.
2019-11-10contribution: fix Markdown leftoversRob Thomas
2019-11-08contribution: fix errors when generating documentation chapterChristian Poessinger
2019-11-08contribution: add guide how to participate in the documentationChristian Poessinger