Skip to content

Commit 46a4945

Browse files
committed
Rename HELP
1 parent 548a84d commit 46a4945

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/help.html renamed to _includes/documentation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!-- Help Section -->
2-
<section id="help">
1+
<!-- Documentation Section -->
2+
<section id="documentation">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12 text-center">

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% include header.html %}
77
{% include about.html %}
88
{% include gettingstarted.html %}
9-
{% include help.html %}
9+
{% include documentation.html %}
1010

1111
{% include footer.html %}
1212
{% include modals.html %}

0 commit comments

Comments
 (0)