Skip to content

Commit

Permalink
Trying to fix docs.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Feb 4, 2022
1 parent 07e988b commit a8bb069
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,29 @@ site_author: Federico Di Pierro
repo_url: https://github.com/FededDP/libmodule/

nav:
- Index: index.md
- Concepts: concepts/concepts.md
- Module: concepts/mod.md
- Context: concepts/ctx.md
- Core API: core/core.md
- Module API: core/mod.md
- Context API: core/ctx.md
- Data Structures API: structs/structs.md
- Map: structs/map.md
- List: structs/list.md
- Queue: structs/queue.md
- Stack: structs/stack.md
- Bst: structs/bst.md
- Reference counted memory: mem/mem.md
- Thread Pool API: thpool/thpool.md
- 'Home': 'index.md'
- 'Concepts':
- 'concepts/concepts.md'
- 'Module': 'concepts/mod.md'
- 'Context': 'concepts/ctx.md'
- 'Core API':
- 'core/core.md'
- 'Module API': 'core/mod.md'
- 'Context API': 'core/ctx.md'
- 'Data Structures API':
- 'structs/structs.md'
- 'Map': 'structs/map.md'
- 'List': 'structs/list.md'
- 'Queue': 'structs/queue.md'
- 'Stack': 'structs/stack.md'
- 'Bst': 'structs/bst.md'
- 'Reference counted memory': 'mem/mem.md'
- 'Thread Pool API': 'thpool/thpool.md'
theme: readthedocs

markdown_extensions:
- toc:
permalink: "#"

plugins:
- search

0 comments on commit a8bb069

Please sign in to comment.