This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
59 lines (54 loc) · 1.49 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
site_name: FastBitBuffer
site_url: https://howmanysmall.github.io/FastBitBuffer
site_description: The fastest way to compress data on Roblox.
site_author: HowManySmall
repo_name: howmanysmall/FastBitBuffer
repo_url: https://github.com/howmanysmall/FastBitBuffer
theme:
name: "material"
logo: "assets/images/BitBufferIcon.png"
favicon: "assets/images/BitBufferIcon.png"
language: "en"
palette:
primary: "purple"
accent: "light green"
font:
text: "Roboto"
code: "Roboto Mono"
nav:
- Home: index.md
- Guide:
- Installation: guide/installation.md
- Usage: guide/usage.md
- "Example: Saving Locations": guide/location.md
- API: api.md
extra_javascript:
- "docs/assets/javascript/jax.js"
- "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML"
markdown_extensions:
- attr_list
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- def_list
- meta
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- footnotes