diff --git a/docs/_data/nav_contributing.yml b/docs/_data/nav_contributing.yml new file mode 100644 index 0000000000..b1dcc5c80b --- /dev/null +++ b/docs/_data/nav_contributing.yml @@ -0,0 +1,4 @@ +- title: Contributing + items: + - id: design-principles + title: Design Principles diff --git a/docs/_includes/nav_docs.html b/docs/_includes/nav_docs.html index b3e8a277f5..560170606d 100644 --- a/docs/_includes/nav_docs.html +++ b/docs/_includes/nav_docs.html @@ -35,4 +35,18 @@ {% endfor %} + + + {% for section in site.data.nav_contributing %} + + {% endfor %} diff --git a/docs/_layouts/contributing.html b/docs/_layouts/contributing.html new file mode 100644 index 0000000000..fc5bfbadae --- /dev/null +++ b/docs/_layouts/contributing.html @@ -0,0 +1,23 @@ +--- +layout: default +sectionid: contributing +--- + +
+ {% include nav_docs.html %} + +
+

{{ page.title }}

+
{{ page.description }}
+ {{ content }} + +
+ {% if page.prev %} + ← Prev + {% endif %} + {% if page.next %} + Next → + {% endif %} +
+
+
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index a503c5f8b3..d42b8b1572 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -50,7 +50,7 @@ React