Skip to content

Commit f9a2011

Browse files
committed
rename tutorials/exercises to practice
1 parent a6343b0 commit f9a2011

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

content/tutorials/exercises/_index.md renamed to content/practice/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ sort_by = "weight"
33
insert_anchor_links = "right"
44
+++
55

6-
Exercises
6+
Practice
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

templates/navigation/top-navigation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<li class="top-navigation__item {% if current_path and current_path is starting_with('/documentation/api/') %}active{% endif %}">
66
<a href="/documentation/api/">API</a>
77
</li>
8-
<li class="top-navigation__item {% if current_path and current_path is starting_with('/tutorials/exercises/') %}active{% endif %}">
9-
<a href="/tutorials/exercises/basic">Exercises</a>
8+
<li class="top-navigation__item {% if current_path and current_path is starting_with('/tutorials/practice/') %}active{% endif %}">
9+
<a href="/practice/basic">Practice</a>
1010
</li>
1111
<li class="top-navigation__item {% if current_path and current_path is starting_with('/blog/') %}active{% endif %}">
1212
<a href="/blog">Blog</a>

0 commit comments

Comments
 (0)