forked from uriyyo/fastapi-pagination
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
63 lines (58 loc) · 1.87 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
63
site_name: FastAPI Pagination
site_author: Yurii Karabas
site_description: FastAPI Pagination
copyright: "Copyright © 2023 Yurii Karabas"
repo_url: https://github.com/uriyyo/fastapi-pagination
repo_name: uriyyo/fastapi-pagination
theme:
name: material
palette:
scheme: slate
primary: blue grey
second: grey
logo: img/small-logo.png
icon:
repo: fontawesome/brands/github
favicon: img/small-logo.png
features:
- content.code.copy
- content.code.select
- content.code.annotate
nav:
- "Home": index.md
- "Tutorials - User Guide":
- "First Steps": tutorials/first-steps.md
- "Page Number Pagination": tutorials/page-number-pagination.md
- "Limit Offset Pagination": tutorials/limit-offset-pagination.md
- "Links in Pagination": tutorials/links-pagination.md
- "Cursor Pagination": tutorials/cursor-pagination.md
- "Advanced User Guide":
- "Custom Params": tutorials_advanced/custom-params.md
- "Custom Page": tutorials_advanced/custom-page.md
- "Custom Pagination Function": tutorials_advanced/custom-paginate.md
- "Integrations":
- "Available Integrations": integrations/available-integrations.md
- "Contributing": contributing.md
- "License": license.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- mdx_include:
base_path: docs
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.keys
- pymdownx.inlinehilite
- pymdownx.snippets
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/uriyyo/fastapi-pagination
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/yurii-karabas-b35653140