-
Notifications
You must be signed in to change notification settings - Fork 62
/
mkdocs.yml
62 lines (54 loc) · 1.33 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
60
61
62
site_name: FlightRadarAPI
repo_url: https://github.com/JeanExtreme002/FlightRadarAPI
docs_dir: docs
site_description: Documentation for the FlightRadarAPI
site_author: JeanExtreme002
edit_uri: edit/main/docs/
nav:
- Home: index.md
- Python: python.md
- Node.js: nodejs.md
- Projects Using FlightRadarAPI: projects.md
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.ico
features:
- navigation.instant
- navigation.instant.progress
- content.code.copy
- content.action.edit
- search.suggest
- search.highlight
- search.share
- content.tooltips
- content.tabs.link
icon:
repo: fontawesome/brands/github
annotation: material/arrow-right-circle
palette:
- primary: indigo
- accent: yellow
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/JeanExtreme002
markdown_extensions:
- admonition
- pymdownx.details
- attr_list
- md_in_html
- abbr
- attr_list
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
plugins:
- git-committers:
repository: JeanExtreme002/FlightRadarAPI
branch: main
- search