Skip to content

Commit d4bc4ad

Browse files
committed
Fix structure
1 parent 3392f34 commit d4bc4ad

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

docs/rants/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Rants
22

3-
Keep it tame.
3+
These are not so much rants as they should be more a knowledge dump of thoughts. Sometimes, it's too much effort to condense our thoughts into a formal document. Put personal experiences, or things that don't necessarily fit into the other pages here. And keep it tame :).

mkdocs.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ markdown_extensions:
5959
- pymdownx.keys
6060
- pymdownx.mark
6161
- pymdownx.emoji:
62-
emoji_index: !!python/name:materialx.emoji.twemoji
63-
emoji_generator: !!python/name:materialx.emoji.to_svg
62+
emoji_index: !!python/name:material.extensions.emoji.twemoji
63+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
6464
- tables
6565
- toc:
6666
permalink: true
@@ -102,7 +102,6 @@ extra_javascript:
102102
- https://polyfill.io/v3/polyfill.min.js?features=es6
103103
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
104104
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
105-
- javascripts/tablesort.js
106105

107106
# If you want to put extra CSS
108107
extra_css:
@@ -114,18 +113,19 @@ nav:
114113
- About:
115114
- Overview: index.md
116115
- Contributions: contributions.md
117-
- Projects:
118-
- Overview: projects/index.md
119-
- Determining Clients: projects/clients.md
120-
- During: projects/during.md
121-
- Handover: projects/handover.md
122-
- Workshops:
123-
- Overview: workshops/index.md
124-
- Existing Workshops: workshops/existing-workshops.md
125-
- New Workshops: workshops/new-workshops.md
126-
- Tech Stack:
127-
- Overview: stack/index.md
128-
- Picking a New Stack: stack/new-stack.md
129-
- Devcontainers: stack/devcontainers.md
116+
- Projects:
117+
- Overview: projects/index.md
118+
- Determining Clients: projects/clients.md
119+
- Planning a Project: projects/planning.md
120+
- During Projects: projects/during.md
121+
- Handover: projects/handover.md
122+
- Workshops:
123+
- Overview: workshops/index.md
124+
- Existing Workshops: workshops/existing-workshops.md
125+
- New Workshops: workshops/new-workshops.md
126+
- Tech Stack:
127+
- Overview: stack/index.md
128+
- Picking a New Stack: stack/new-stack.md
129+
- Devcontainers: stack/devcontainers.md
130130
- Rants:
131131
- Overview: rants/index.md

0 commit comments

Comments
 (0)