From 9fed1f30e20991768858a8b2fd87ca00756d0a42 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 30 Mar 2021 12:27:10 -0700 Subject: Create documentation.html --- docs/_layouts/documentation.html | 86 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 docs/_layouts/documentation.html (limited to 'docs') diff --git a/docs/_layouts/documentation.html b/docs/_layouts/documentation.html new file mode 100644 index 000000000..af5aae332 --- /dev/null +++ b/docs/_layouts/documentation.html @@ -0,0 +1,86 @@ + + + + + + + + + + +{% seo %} + + + +
+
+ +
+

User Guide to Slang

+
+
+ {% if site.show_downloads %} + Download .zip + Download .tar.gz + {% endif %} + {% if site.github.public %} + {% if site.github.is_project_page %} + View on GitHub + {% else %} + View on GitHub + {% endif %} + {% endif %} +
+
+
+
+ Table of Contents +
+
+
+ {{ content }} +
+
+
+
+ {% if site.github.is_project_page %} + {{ site.title | default: site.github.repository_name }} is maintained by {{ site.github.owner_name }}
+ {% endif %} + This page was generated by GitHub Pages. +
+ +
+
+ + {% if site.google_analytics %} + + {% endif %} + + -- cgit v1.2.3