We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548a84d commit 46a4945Copy full SHA for 46a4945
_includes/help.html renamed to _includes/documentation.html
@@ -1,5 +1,5 @@
1
- <!-- Help Section -->
2
- <section id="help">
+ <!-- Documentation Section -->
+ <section id="documentation">
3
<div class="container">
4
<div class="row">
5
<div class="col-lg-12 text-center">
_layouts/default.html
@@ -6,7 +6,7 @@
6
{% include header.html %}
7
{% include about.html %}
8
{% include gettingstarted.html %}
9
- {% include help.html %}
+ {% include documentation.html %}
10
11
{% include footer.html %}
12
{% include modals.html %}
0 commit comments