summaryrefslogtreecommitdiff
path: root/docs/contributing
AgeCommit message (Collapse)Author
2020-04-07development: fix priority level in hirerarchyChristian Poessinger
2020-04-06development: remove additional ``Christian Poessinger
2020-04-02development: add notes about prioritiesChristian Poessinger
2020-04-01Merge pull request #225 from niklasea/fix-docker-group-recommendationChristian Poessinger
build.rst: Do not recommend using docker group
2020-03-31Docs: Fix typo and code-block errorsNiklas Elmose Andersen
Typo removed from CONTRIBUTING.md arp.rst properly displays example command build-vyos.rst troubleshooting diff has proper highlighting
2020-03-31build.rst: Do not recommend using docker groupNiklas 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-16T2132: Document kernel boot parameter 'vyos-config-debug'John Estabrook
2020-03-03contribution: build: document ISO build with custom DEB packageChristian Poessinger
2020-03-03contribution: build: remove outdated branch reference on equuleusChristian Poessinger
2020-03-01contribution: build: add troubleshooting section for APTChristian Poessinger
2020-02-11Update build-vyos.rstBananaWanted
the kernel patch link is outdated
2020-02-09contribution: build: add missind "cd" operationChristian Poessinger
2020-02-08quiet vs quiteThomas Mangin
2020-02-08more information about building on Mac/WindowsThomas Mangin
2020-02-08fix note due to : vs :: typoThomas Mangin
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