summaryrefslogtreecommitdiffstats
path: root/doc/extra (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: add Ldp user documentationPhilippe Guibert2018-07-101-0/+1
| | | | | | | This commit gathers some basic information on how to configure and setup Ldp, as well as depict some main principles for that protocol. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
* doc: spelling fixesQuentin Young2018-04-201-0/+236
| | | | | | | | * Run sphinxcontrib-spelling over docs * Correct spelling errors * Compile a dictionary for future spellchecking efforts Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* doc: add frr.conf syntax highlightingQuentin Young2018-04-091-0/+38
Vincent Bernat has written a small Pygments lexer for IOS / Quagga config files that works just as well on FRR stuff. Pulled that into our docs with his blessing. Also changed the background color on our code blocks away from that kinda ugly green to gray, which looks way better with the syntax highlighting changes that are about to happen in the next commit. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>