]> git.puffer.fish Git - matthieu/frr.git/commit
doc: add frr.conf syntax highlighting
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 9 Apr 2018 20:18:05 +0000 (16:18 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 9 Apr 2018 21:30:53 +0000 (17:30 -0400)
commitd5403d4f400db4b4d040460b3c95bdf804350344
tree672f8a4438233f0338ef555a228fef5e6b809b64
parent75ca3b11236e2fd2b4a25d324f455ed3b7acf394
doc: add frr.conf syntax highlighting

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>
doc/developer/_static/overrides.css
doc/developer/conf.py
doc/developer/workflow.rst
doc/extra/frrlexer.py [new file with mode: 0644]
doc/user/_static/overrides.css
doc/user/conf.py