diff options
author | Chia-liang Kao <clkao@clkao.org> | 2016-06-19 17:35:26 +0800 |
---|---|---|
committer | Chia-liang Kao <clkao@clkao.org> | 2016-06-19 17:35:30 +0800 |
commit | 013a6e58516156101dc90d87b88ea6c092096c64 (patch) | |
tree | e605f742e2e3f7c576eac8bff899dd218d737a8d | |
parent | f1f0a8e943c07872d3b7eb3281718beec19fd62d (diff) | |
download | dat-docs-013a6e58516156101dc90d87b88ea6c092096c64.tar.gz dat-docs-013a6e58516156101dc90d87b88ea6c092096c64.zip |
remove mkdocs stuff
-rw-r--r-- | extra.css | 19 | ||||
-rw-r--r-- | mkdocs.yml | 11 |
2 files changed, 0 insertions, 30 deletions
diff --git a/extra.css b/extra.css deleted file mode 100644 index b1f46c2..0000000 --- a/extra.css +++ /dev/null @@ -1,19 +0,0 @@ -.wy-side-nav-search { - background-color: #35b44f; -} - -body { - font-size: 1em; -} - -code, .hljs-tag, .hljs-built_in, .hljs-tag .hljs-title, .hljs-rule .hljs-property, .django .hljs-tag, .hljs-keyword, .css .rule .hljs-keyword, .hljs-winutils, .nginx .hljs-title, .hljs-subst, .hljs-request, .hljs-status, .hljs-comment, .diff .hljs-header, .hljs-javadoc { - font-weight: normal; - font-style: normal; - color: #111; - font-size: 16px; -} - -h3, h4, h5, h6 { - color: #6A7380; - margin-top: 1em; -} diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index cbca66b..0000000 --- a/mkdocs.yml +++ /dev/null @@ -1,11 +0,0 @@ -site_name: Dat project -theme: readthedocs -pages: -- Introduction: 'index.md' -- 'How Dat Works': 'how-dat-works.md' -- 'Dependencies': 'ecosystem.md' -- 'Paper': 'papers/dat-paper.md' -- Meta: - - 'Changelog': 'meta/changelog.md' - - 'Collaborators': 'meta/collaborators.md' -extra_css: [extra.css] |