Skip to content

Commit 5624560

Browse files
committed
docs: nav
1 parent 74c88e6 commit 5624560

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

docs/index.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
# Welcome to MkDocs
1+
# Welcome
22

3-
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
3+
!!! info
44

5-
## Commands
5+
This is a documenation made using material for mkdocs,
6+
hosted on github pages, just like the official goboscript
7+
documentation.
68

7-
* `mkdocs new [dir-name]` - Create a new project.
8-
* `mkdocs serve` - Start the live-reloading docs server.
9-
* `mkdocs build` - Build the documentation site.
10-
* `mkdocs -h` - Print help message and exit.
9+
Welcome to the documentation for the inflation of goboscript.
1110

12-
## Project layout
13-
14-
mkdocs.yml # The configuration file.
15-
docs/
16-
index.md # The documentation homepage.
17-
... # Other markdown pages, images and other files.
11+
Scroll to the bottom to see where to go next

docs/inflator/installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# installation
2+
3+
yeaahh

mkdocs.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ theme:
4848
- navigation.tabs
4949
- content.tabs.link
5050
- content.tooltips
51-
51+
- navigation.footer
5252

5353
plugins:
5454
- social
@@ -118,4 +118,10 @@ extra:
118118
data: 0
119119
note: >-
120120
Thanks for your feedback! Help us improve this page by
121-
using our <a href="https://github.com/inflated-goboscript/inflated-goboscript.github.io/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">feedback form</a>.
121+
using our <a href="https://github.com/inflated-goboscript/inflated-goboscript.github.io/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">feedback form</a>.
122+
123+
nav:
124+
- Home: index.md
125+
- Inflator:
126+
- Inflator: inflator/index.md
127+
- Installation: inflator/installation.md

0 commit comments

Comments
 (0)