We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f54db commit c633117Copy full SHA for c633117
docs/conf.py
@@ -0,0 +1,6 @@
1
+from recommonmark.parser import CommonMarkParser
2
+
3
+source_parsers = {'.md': CommonMarkParser}
4
5
+source_suffix = ['.md']
6
+master_doc = 'index'
docs/index.md
@@ -0,0 +1,2 @@
+<meta http-equiv="refresh" content="0; URL=https://firefox-source-docs.mozilla.org/mozbase">
+Redirecting to new location...
0 commit comments