File tree Expand file tree Collapse file tree 7 files changed +25
-28
lines changed
Expand file tree Collapse file tree 7 files changed +25
-28
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ PROJECTNAME='aib-guide'
55# Make is verbose in Linux. Make it silent.
66MAKEFLAGS += --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.
Original file line number Diff line number Diff line change 1+ nav:
2+ - index.md
3+ - engineering
4+ - communication
5+ - knowledge-corner
6+ - ... # everything else
Original file line number Diff line number Diff line change 1+ nav:
2+ - intro.md
3+ - setup.md
4+ - tools.md
5+ - resources.md
6+ - team.md
7+ - first-challenges.md
8+ - ... # everyting else
Original file line number Diff line number Diff line change 1+ nav:
2+ - version-control
3+ - cosmos.md
4+ - blockchains-101
5+ - ... # everything else
Original file line number Diff line number Diff line change 1- # Cosmos
1+ # World of Cosmos
22
33## What are the projects in Cosmos?
44
Original file line number Diff line number Diff line change 3434 view : material/eye
3535
3636plugins :
37+ - awesome-pages
3738 - search
3839 - git-revision-date-localized :
3940 enable_creation_date : true
@@ -56,27 +57,3 @@ extra:
5657repo_url : https://github.com/gnolang/guide
5758repo_name : gnolang/guide
5859edit_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'
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ mkdocs-material-extensions==1.1.1
55linkcheckmd == 1.4.0
66mike == 1.1.2
77mkdocs-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
You can’t perform that action at this time.
0 commit comments