summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py6
-rw-r--r--docs/index.md7
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
new file mode 100644
index 00000000..cf6479bf
--- /dev/null
+++ b/docs/conf.py
@@ -0,0 +1,6 @@
+from recommonmark.parser import CommonMarkParser
+
+source_parsers = {'.md': CommonMarkParser}
+
+source_suffix = ['.md']
+master_doc = 'index'
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 00000000..182aa15d
--- /dev/null
+++ b/docs/index.md
@@ -0,0 +1,7 @@
+<meta http-equiv="refresh" content="0; url=https://ostreedev.github.io/ostree">
+
+<script type="text/javascript">
+ window.location.href = "https://ostreedev.github.io/ostree"
+</script>
+
+If you are not redirected automatically, please go to <a href='https://ostreedev.github.io/ostree'>ostreedev.github.io/ostree</a>.