This repository has been archived by the owner on Dec 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
123 lines (123 loc) · 3.83 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
site_name: Documentation technique Papillon
site_url: https://docs.getpapillon.xyz
repo_url: https://github.com/PapillonApp/docs
repo_name: PapillonApp/docs
edit_uri: edit/main/docs/
nav:
- Accueil: 'index.md'
- Designer :
- Introduction : 'design/intro.md'
- Charte Graphique :
- Couleurs : 'design/color.md'
- Polices d'écriture : 'design/font.md'
- Ressources externe :
- Charte grapique (PDF) : '../assets/design/Charte%20Graphique%20-%20Papillon%20(sept.%202023).pdf'
- Figma (Public) : 'https://www.figma.com/file/EZ9HbmMmCywyCxp3OuvofF/Product-design-Papillon?type=design&node-id=316%3A470&mode=design&t=gEZXuZLlWRlCkLNn-1'
- Développer :
- Introduction : 'development/intro.md'
- Fonctionnement de l'app :
- ENT : 'development/ent.md'
- Environement de développement :
- Développement iOS : 'development/app/ios.md'
- Développement Android : 'development/app/android.md'
- Développement via EAS : 'development/app/eas.md'
- API utilisées pour Papillon :
- Pawnote (compatible Pronote) : 'development/api/pawnote.md'
- EcoleDirecte:
- API: 'development/api/ed/api.md'
- papillon-ed-core: 'development/api/ed/papillon.md'
- Turboself:
- API : 'development/api/ts/api.md'
- papillon-turboself-core : 'development/api/ts/papillon.md'
- API Papillon: 'development/api/papillon.md'
- Contribuer :
- Introduction : 'contribute/intro.md'
- Tester les nouveautés :
- Programme bêta : 'contribute/beta.md'
- Rapporter des problèmes : 'contribute/reporting-issues.md'
- Soumettre vos modifications :
- Pull Request : 'contribute/pull-request.md'
- Parution dans l'app finale : 'contribute/final-step.md'
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to system preference
language: fr
logo: assets/beta.png
favicon: assets/beta.png
font:
text: Noto Sans
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.footer
- content.action.edit
- content.code.copy
- content.code.select
- content.code.annotate
- navigation.sections
plugins:
- search
- swagger-ui-tag
- git-revision-date-localized:
locale: fr
type: timeago
fallback_to_build_date: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/PapillonApp/Papillon
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/thepapillonapp/
- icon: fontawesome/brands/discord
link: https://discord.gg/ywkBZx2jFB/
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- footnotes
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- abbr
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
extra_css:
- stylesheets/extra.css