-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (35 loc) · 784 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (35 loc) · 784 Bytes
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
site_name: Blocket-API.se
repo_url: https://github.com/dunderrrrrr/blocket_api
theme:
name: material
features:
- navigation.tabs
- content.code.copy
- toc.integrate
palette:
scheme: slate
primary: deep purple
accent: deep purple
icon:
logo: material/car-lifted-pickup
extra_css:
- custom.css
nav:
- Main: index.md
- Examples: examples.md
- API reference: api-reference.md
- Swagger⤴: https://blocket-api.se/swagger
plugins:
- search
- swagger-ui-tag:
syntaxHighlightTheme: monokai
extra_css: ["api.css"]
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/dunderrrrrr/blocket_api
markdown_extensions:
- pymdownx.superfences
- admonition
- toc:
permalink: true