Skip to content

Commit 43a82e3

Browse files
authored
Merge pull request #39 from jorge-campo/update-table-of-content-in-mkdocs-config
Update table of content configuration and files
2 parents 7b9efbf + c7de5c3 commit 43a82e3

File tree

19 files changed

+90
-76
lines changed

19 files changed

+90
-76
lines changed

config/en/mkdocs.yml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,27 @@ plugins:
135135
type: date
136136
fallback_to_build_date: true
137137

138-
# Page tree (we don't show a page tree)
138+
# Page tree (for mobile view)
139+
nav:
140+
- Start: index.md
141+
- Getting started:
142+
- getting-started/index.md
143+
- Download Status:
144+
- Download Status for Mac: getting-started/download-status-for-mac.md
145+
- Download Status for Windows: getting-started/download-status-for-windows.md
146+
- Download Status for Linux: getting-started/download-status-for-linux.md
147+
- Download Status for mobie: getting-started/download-status-for-mobile.md
148+
- Using Status:
149+
- using-status/index.md
150+
- Communities:
151+
- status-communities/index.md
152+
- Wallet:
153+
- status-wallet/index.md
154+
- Your profile:
155+
- your-profile/index.md
156+
- Settings:
157+
- settings/index.md
158+
- Tutorials:
159+
- tutorials/index.md
160+
161+

config/style-guide/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ plugins:
135135
type: date
136136
fallback_to_build_date: true
137137

138-
# Page tree (we don't show a page tree)
138+
# Page tree (for mobile view)
139139
nav:
140140
- Welcome: index.md
141141
- Style guidelines: style-guidelines.md

docs/en/direct-messages.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
hide:
3+
- navigation
4+
---
5+
6+
# Using Status

docs/en/first-steps/using-status.md

Lines changed: 0 additions & 59 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
hide:
3+
- navigation
4+
---
5+
6+
# Download Status for Linux
File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
hide:
3+
- navigation
4+
---
5+
6+
# Download Status for <!-- markdownlint-enable MD000 -->
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
hide:
3+
- navigation
4+
---
5+
6+
# Download Status for Windows

docs/en/first-steps/index.md renamed to docs/en/getting-started/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ hide:
33
- navigation
44
---
55

6-
# First steps
7-
8-
## Introduction to Status
9-
10-
- [Using Status](./using-status.md)
6+
# Getting started
117

128
## Download Status
139

0 commit comments

Comments
 (0)