add CONTRIBUTING to index and asciidoc2html.py

This commit is contained in:
Patric Schmitz 2016-02-10 18:37:46 +01:00
parent c429991f88
commit 5878cd37fa
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ The following help pages are currently available:
* link:commands.html[Documentation of commands]
* link:settings.html[Documentation of settings]
* link:userscripts.html[How to write userscripts]
* link:CONTRIBUTING.html[Contributing to qutebrowser]
Getting help
------------

View File

@ -43,6 +43,7 @@ class AsciiDoc:
FILES = [
('FAQ.asciidoc', 'qutebrowser/html/doc/FAQ.html'),
('CHANGELOG.asciidoc', 'qutebrowser/html/doc/CHANGELOG.html'),
('CONTRIBUTING.asciidoc', 'qutebrowser/html/doc/CONTRIBUTING.html'),
('doc/quickstart.asciidoc', 'qutebrowser/html/doc/quickstart.html'),
('doc/userscripts.asciidoc', 'qutebrowser/html/doc/userscripts.html'),
]