-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
37 lines (36 loc) · 1019 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
site_name: Aid-CLI Docs
site_url: https://timmoth.github.io/aid-cli/
site_description: A CLI toolkit featuring a variety of helpful utilities.
site_author: Timmoth
repo_url: https://github.com/Timmoth/aid-cli/
edit_uri: edit/main/docs
theme:
name: readthedocs
highlightjs: true
logo: assets/logo.png
nav:
- Overview ✅: index.md
- Quick start ▶️: quickstart.md
- Support 🛟: support.md
- Contributing 🙏: contributing.md
- Features:
- http: features/http.md
- ip: features/ip.md
- port: features/port.md
- cpu: features/cpu.md
- mem: features/mem.md
- disk: features/disk.md
- network: features/network.md
- process: features/process.md
- json: features/json.md
- csv: features/csv.md
- text: features/text.md
- file: features/file.md
- time: features/time.md
- bits: features/bits.md
- math: features/math.md
markdown_extensions:
- tables
- admonition
- pymdownx.details
- pymdownx.superfences