Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.

Commit 224cdcc

Browse files
committed
Take brackets out of navigation text
1 parent ef5087c commit 224cdcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: _layouts/default.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
<a href="{{ site.baseurl }}/docs/developer-guide/modules/">Modules documentation</a>
1616
<ul class="o-techdocs-nav o-techdocs-nav--sub">
1717
<li{% if page.title == 'Origami modules quick start' %} aria-selected="true"{% endif %}>
18-
<a href="{{ site.baseurl }}/docs/developer-guide/modules/very-quick-origami/">(tutorial) Modules quick start</a>
18+
<a href="{{ site.baseurl }}/docs/developer-guide/modules/very-quick-origami/">TUTORIAL Quick start</a>
1919
</li>
2020
<li{% if page.title == 'How to pick your build method' %} aria-selected="true"{% endif %}>
2121
<a href="{{ site.baseurl }}/docs/developer-guide/modules/choosing-your-build-method/">How to pick your build method</a>
2222
</li>
2323
<li{% if page.title == 'Build Service guide' %} aria-selected="true"{% endif %}>
24-
<a href="{{ site.baseurl }}/docs/developer-guide/modules/build-service/">(tutorial) Using the Build Service</a>
24+
<a href="{{ site.baseurl }}/docs/developer-guide/modules/build-service/">TUTORIAL The Build Service</a>
2525
</li>
2626
<li{% if page.title == 'Manual build process guide' %} aria-selected="true"{% endif %}>
27-
<a href="{{ site.baseurl }}/docs/developer-guide/modules/building-modules/">(tutorial) Using a manual build process</a>
27+
<a href="{{ site.baseurl }}/docs/developer-guide/modules/building-modules/">TUTORIAL Manual build process</a>
2828
</li>
2929
<li{% if page.title == 'Initialising modules' %} aria-selected="true"{% endif %}>
3030
<a href="{{ site.baseurl }}/docs/developer-guide/modules/initialising-modules/">How to initialise modules</a>

0 commit comments

Comments
 (0)