Skip to content

Commit 2becb68

Browse files
authored
Merge pull request #24 from gnolang/feat/awesome-pages
2 parents 8053698 + 455b776 commit 2becb68

File tree

7 files changed

+25
-28
lines changed

7 files changed

+25
-28
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ PROJECTNAME='aib-guide'
55
# Make is verbose in Linux. Make it silent.
66
MAKEFLAGS += --silent
77

8-
## build: Builds the Docker image.
9-
build:
8+
## docker-build: Builds the Docker image.
9+
docker-build:
1010
cd build && docker-compose build --no-cache
1111

1212
## serve: Build HTML from markdown content.

docs/.pages

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
nav:
2+
- index.md
3+
- engineering
4+
- communication
5+
- knowledge-corner
6+
- ... # everything else

docs/engineering/gno.land/.pages

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
nav:
2+
- intro.md
3+
- setup.md
4+
- tools.md
5+
- resources.md
6+
- team.md
7+
- first-challenges.md
8+
- ... # everyting else

docs/knowledge-corner/.pages

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
nav:
2+
- version-control
3+
- cosmos.md
4+
- blockchains-101
5+
- ... # everything else

docs/knowledge-corner/world-of-cosmos/cosmos.md renamed to docs/knowledge-corner/cosmos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cosmos
1+
# World of Cosmos
22

33
## What are the projects in Cosmos?
44

mkdocs.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ theme:
3434
view: material/eye
3535

3636
plugins:
37+
- awesome-pages
3738
- search
3839
- git-revision-date-localized:
3940
enable_creation_date: true
@@ -56,27 +57,3 @@ extra:
5657
repo_url: https://github.com/gnolang/guide
5758
repo_name: gnolang/guide
5859
edit_uri: edit/main/docs/
59-
60-
nav:
61-
- Home: 'index.md'
62-
- Engineering:
63-
- Conventions:
64-
- "General Documentation": 'engineering/conventions/documentation.md'
65-
- "Go Conventions": 'engineering/conventions/go.md'
66-
- "Gno.land":
67-
- Intro: 'engineering/gno.land/intro.md'
68-
- Setup: 'engineering/gno.land/setup.md'
69-
- Tools: 'engineering/gno.land/tools.md'
70-
- Resources: 'engineering/gno.land/resources.md'
71-
- Team: 'engineering/gno.land/team.md'
72-
- "First Challenges": 'engineering/gno.land/first-challenges.md'
73-
- Communication:
74-
- Discord: 'communication/discord.md'
75-
- Signal: 'communication/signal.md'
76-
- Slack: 'communication/slack.md'
77-
- "Knowledge Corner":
78-
- "Version Control":
79-
- "Guide to Git": 'knowledge-corner/version-control/guide-to-git.md'
80-
- "World of Cosmos": 'knowledge-corner/world-of-cosmos/cosmos.md'
81-
- "Blockchains 101":
82-
- "Blockchain Basics": 'knowledge-corner/blockchains-101/blockchain.md'

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ mkdocs-material-extensions==1.1.1
55
linkcheckmd==1.4.0
66
mike==1.1.2
77
mkdocs-git-revision-date-localized-plugin==1.2.0
8-
mkdocs-git-committers-plugin-2==1.1.2
8+
mkdocs-git-committers-plugin-2==1.1.2
9+
mkdocs-awesome-pages-plugin==2.9.1

0 commit comments

Comments
 (0)