From 640c1e4a8596e5286ab36668b7bbd4d1541250b3 Mon Sep 17 00:00:00 2001 From: Khoa Le Date: Fri, 8 Apr 2016 16:08:27 +0700 Subject: [PATCH] Laragon's documentation with mkdocs --- __init__.py | 0 __init__.pyc | Bin 0 -> 153 bytes base.html | 118 ++++++++++++++++++++++++++++++++ breadcrumbs.html | 25 +++++++ footer.html | 23 +++++++ index.html | 175 +++++++++++++++++++++++++++++++++++++++++++++++ search.html | 141 ++++++++++++++++++++++++++++++++++++++ searchbox.html | 5 ++ sitemap.xml | 20 ++++++ toc.html | 23 +++++++ versions.html | 15 ++++ 11 files changed, 545 insertions(+) create mode 100644 __init__.py create mode 100644 __init__.pyc create mode 100644 base.html create mode 100644 breadcrumbs.html create mode 100644 footer.html create mode 100644 index.html create mode 100644 search.html create mode 100644 searchbox.html create mode 100644 sitemap.xml create mode 100644 toc.html create mode 100644 versions.html diff --git a/__init__.py b/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/__init__.pyc b/__init__.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0f8028a0d3480aa9af02115718523251c5fe373d GIT binary patch literal 153 zcmZSn%*&;a#U7r_00oRd+5w1*S%5?e14FO|NW@PANHCxg#ZEvm{gT`Q{esK_-K5gY zoD|*kyvm}a2>smbl>Fpk7*&#ynwwgzUzD1d0%U?^;^Q;(GE3s)^$IFWIDp33 + + + + + + + {% if page_description %}{% endif %} + {% if site_author %}{% endif %} + {% block htmltitle %} + {% if page_title %}{{ page_title }} - {% endif %}{{ site_name }} + {% endblock %} + + {% if favicon %} + {% else %}{% endif %} + + {# CSS #} + + + + + + {%- for path in extra_css %} + + {%- endfor %} + + {% if current_page %} + + {% endif %} + + + + + + {%- block extrahead %} {% endblock %} + + {%- for path in extra_javascript %} + + {%- endfor %} + + {% if google_analytics %} + + {% endif %} + + + + +
+ + {# SIDE NAV, TOGGLES ON MOBILE #} + + +
+ + {# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #} + + + {# PAGE CONTENT #} +
+
+ {% include "breadcrumbs.html" %} +
+
+ {% block content %} + {{ content }} + {% endblock %} +
+
+ {%- block footer %} + {% include "footer.html" %} + {% endblock %} +
+
+ +
+ +
+ +{% include "versions.html" %} + + + +{% if current_page and current_page.is_homepage %} + +{% endif %} diff --git a/breadcrumbs.html b/breadcrumbs.html new file mode 100644 index 00000000..01960e62 --- /dev/null +++ b/breadcrumbs.html @@ -0,0 +1,25 @@ +
+
    +
  • Docs »
  • + {% if current_page %} + {% for doc in current_page.ancestors %} + {% if doc.link %} +
  • {{ doc.title }} »
  • + {% else %} +
  • {{ doc.title }} »
  • + {% endif %} + {% endfor %} + {% endif %} + {% if current_page %}
  • {{ current_page.title }}
  • {% endif %} +
  • + {% if repo_url %} + {% if repo_name == 'GitHub' %} + Edit on GitHub + {% elif repo_name == 'Bitbucket' %} + Edit on BitBucket + {% endif %} + {% endif %} +
  • +
+
+
diff --git a/footer.html b/footer.html new file mode 100644 index 00000000..11031936 --- /dev/null +++ b/footer.html @@ -0,0 +1,23 @@ +
+ {% if next_page or previous_page %} + + {% endif %} + +
+ +
+ + {% if copyright %} +

{{ copyright }}

+ {% endif %} +
+ + Built with MkDocs using a theme provided by Read the Docs. +
diff --git a/index.html b/index.html new file mode 100644 index 00000000..69990c45 --- /dev/null +++ b/index.html @@ -0,0 +1,175 @@ + + + + + + + + + + + Lalala + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + +
+
+
+
    +
  • Docs »
  • + + + +
  • Home
  • +
  • + +
  • +
+
+
+
+
+ +

Welcome to MkLorums

+

For full documentation visit mkdocs.org.

+

Commands

+
    +
  • mkdocs new [dir-name] - Create a new project.
  • +
  • mkdocs serve - Start the live-reloading docs server.
  • +
  • mkdocs build - Build the documentation site.
  • +
  • mkdocs help - Print this help message.
  • +
+

Project layout

+
mkdocs.yml    # The configuration file.
+docs/
+    index.md  # The documentation homepage.
+    ...       # Other markdown pages, images and other files.
+
+ +
+
+ + +
+
+ +
+ +
+ +
+ + + + + Next » + + +
+ + + + + diff --git a/search.html b/search.html new file mode 100644 index 00000000..75600779 --- /dev/null +++ b/search.html @@ -0,0 +1,141 @@ + + + + + + + + + + + Lalala + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + +
+
+
+
    +
  • Docs »
  • + + +
  • + +
  • +
+
+
+
+
+ + +

Search Results

+ + + +
+ Sorry, page not found. +
+ + +
+
+ + +
+
+ +
+ +
+ +
+ + + + + +
+ + + diff --git a/searchbox.html b/searchbox.html new file mode 100644 index 00000000..177fcb39 --- /dev/null +++ b/searchbox.html @@ -0,0 +1,5 @@ +
+
+ +
+
diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 00000000..26d1e3a9 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,20 @@ + + + + + + None/ + 2016-04-08 + daily + + + + + + None/about/ + 2016-04-08 + daily + + + + \ No newline at end of file diff --git a/toc.html b/toc.html new file mode 100644 index 00000000..6cd2fc9b --- /dev/null +++ b/toc.html @@ -0,0 +1,23 @@ +{% if nav_item.children %} + +{% else %} + +{% endif %} diff --git a/versions.html b/versions.html new file mode 100644 index 00000000..d12d197b --- /dev/null +++ b/versions.html @@ -0,0 +1,15 @@ +
+ + {% if repo_name == 'GitHub' %} + GitHub + {% elif repo_name == 'Bitbucket' %} + BitBucket + {% endif %} + {% if previous_page %} + « Previous + {% endif %} + {% if next_page %} + Next » + {% endif %} + +