Skip to content

Commit

Permalink
Add empty pages for guides and "about"
Browse files Browse the repository at this point in the history
  • Loading branch information
vidplace7 committed Sep 16, 2024
1 parent f073717 commit 6b85c38
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Install requirements
```sh
pip install -r requirements.txt
```

## Edit interactively
```
mkdocs serve
```
changes made in `docs/` will be reflected in the browser session.


See also: https://www.mkdocs.org/getting-started/
7 changes: 7 additions & 0 deletions docs/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
status: new
---

# About Us!

WIP! Describe our mission to bring the mesh to the mountains!
11 changes: 11 additions & 0 deletions docs/guides.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
status: new
---

# Guides

WIP!

## Guide 1

## Guide 2
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ repo_url: https://github.com/MtnMesh/mtnmesh.github.io
edit_uri: edit/main/docs/
nav:
- Home: index.md
- About: about.md
- Guides: guides.md
- Devices: devices.md
- Resources: resources.md
- Neighbors: neighbors.md
Expand Down

0 comments on commit 6b85c38

Please sign in to comment.