summaryrefslogtreecommitdiff
path: root/docs/contributing
AgeCommit message (Collapse)Author
2020-01-11Fix some typos and capitalizationsStephen James
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-29issue-feature: fix title overline & underline mismatchChristian Poessinger
2019-12-29issue-feature: use documented section style guideChristian Poessinger
2019-12-29common-references: migrate all VyOS Phabricator referencesChristian Poessinger
2019-12-29vytask: migrate all task references to new commandChristian Poessinger
2019-12-21contribution: build: add section about building packagesJernej Jakob
This is copied from the vyos-build README.md with some changes and updates.
2019-12-21install: overall chapter improvementChristian Poessinger
2019-12-19contributing: clicmd and opcmd definitions should be indented by 3Christian Poessinger
2019-12-12development: T1843: add information about GNU preprocessor on XML filesChristian Poessinger
2019-12-12development: improve information about commit messagesChristian Poessinger
... to make it more easy for upcoming contributors
2019-12-10Issues and Features: correct broken linkRobert Göhler
2019-12-10Development: correct redirect linkRobert Göhler
2019-12-10Build VyOS: correct redirect linkRobert Göhler
2019-12-07development: adjust headlines to new level syntaxChristian Poessinger
2019-12-07development: reword of commit messagesChristian 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-26development: fix wrong Python ConfigError import statementChristian Poessinger
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-23Revert "prevent douple heading"Christian Poessinger
This reverts commit c1ab520c4264227b5fc053aa917fdbc7d7e667af.
2019-11-23prevent douple headingRobert 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-17build: fix branch reference on equuleusChristian Poessinger
2019-11-12development: add chapter about Jenkins CIChristian 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-09upstream packages: rename chapter referenceChristian Poessinger
2019-11-09contribution: build: fix headlineChristian Poessinger
2019-11-09contribution: build: use 80 char line breaksChristian Poessinger
2019-11-08contribution: fix errors when generating documentation chapterChristian Poessinger
2019-11-08contribution: add guide how to participate in the documentationChristian Poessinger
2019-11-08index: reformat table of contentsChristian Poessinger
Make TOC sections more obvious and remove single include file for contribution and development.
2019-11-06contribution: build cleanupkroy
2019-11-06contribution: add Python node about 80 character limitChristian Poessinger
2019-11-06contribution: elaborate on Docker container versionsChristian Poessinger