Skip to content

Commit a7cc53e

Browse files
authored
Merge pull request #38 from status-im/develop
Minor changes to CONTRIBUTING.md and README.md files
2 parents 9be8552 + 43a82e3 commit a7cc53e

File tree

21 files changed

+94
-80
lines changed

21 files changed

+94
-80
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To understand how a repository fork works, see [About forks](https://docs.github
7878

7979
1. Update your local `develop` branch with the latest changes from `upstream`:
8080

81-
`git pull upstream develop`
81+
`git pull upstream develop --rebase`
8282

8383
`git push origin develop`
8484

@@ -163,7 +163,7 @@ With the Mkdocs live preview server, you can preview your changes as you write y
163163

164164
### 7. What's next?
165165

166-
1. We may ask for changes to be made before a PR can be merged, either using [suggested changes](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request) or pull request comments.
167-
1. As you update your PR and apply changes, mark each conversation as [resolved](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request#resolving-conversations).
166+
- We may ask for changes to be made before a PR can be merged, either using [suggested changes](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request) or pull request comments.
167+
- As you update your PR and apply changes, mark each conversation as [resolved](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request#resolving-conversations).
168168

169169
Congratulations on making it this far! The Status team thanks you.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Status Help illustration](./overrides/assets/images/status-help-image.png)
44

5-
This repository contains the documentation website code and Markdown source files for [help.status.im](https://help.status.im).
5+
This repository contains the documentation website code and Markdown files for [help.status.im](https://help.status.im).
66

77
We use [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) to build the user documentation site.
88

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 -->

0 commit comments

Comments
 (0)