forked from Dekkonot/bitbuffer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (35 loc) · 868 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
site_name: BitBuffer Documentation
site_url: https://dekkonot.github.io/bitbuffer/
site_author: Dekkonot
repo_name: dekkonot/bitbuffer
repo_url: https://github.com/dekkonot/bitbuffer
theme:
name: material
language: en
palette:
primary: teal
accent: amber
nav:
- Home: index.md
- Use:
- Installation: installation.md
- Writing: writing.md
- Reading: reading.md
- Customization: customization.md
- API Reference:
- Main Functions: api-main.md
- Abstract Functions: api-base.md
- Roblox Functions: api-roblox.md
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/dekkonot
- icon: fontawesome/brands/twitter
link: https://twitter.com/dekkonot
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.details