6
6
name : material
7
7
custom_dir : ../en/overrides
8
8
palette :
9
- - media : " (prefers-color-scheme)"
9
+ - media : (prefers-color-scheme)
10
10
toggle :
11
11
icon : material/lightbulb-auto
12
12
name : Switch to light mode
@@ -27,15 +27,13 @@ theme:
27
27
features :
28
28
- content.code.annotate
29
29
- content.code.copy
30
- # - content.code.select
31
30
- content.footnote.tooltips
32
31
- content.tabs.link
33
32
- content.tooltips
34
33
- navigation.footer
35
34
- navigation.indexes
36
35
- navigation.instant
37
36
- navigation.instant.prefetch
38
- # - navigation.instant.preview
39
37
- navigation.instant.progress
40
38
- navigation.path
41
39
- navigation.tabs
46
44
- search.share
47
45
- search.suggest
48
46
- toc.follow
49
-
50
47
icon :
51
48
repo : fontawesome/brands/github-alt
52
49
logo : img/icon-white.svg
@@ -55,11 +52,7 @@ theme:
55
52
repo_name : fastapi/fastapi
56
53
repo_url : https://github.com/fastapi/fastapi
57
54
plugins :
58
- # Material for MkDocs
59
- search :
60
- # Configured in mkdocs.insiders.yml
61
- # social:
62
- # Other plugins
55
+ search : null
63
56
macros :
64
57
include_yaml :
65
58
- external_links : ../en/data/external_links.yml
@@ -103,7 +96,6 @@ plugins:
103
96
signature_crossrefs : true
104
97
show_symbol_type_heading : true
105
98
show_symbol_type_toc : true
106
-
107
99
nav :
108
100
- FastAPI : index.md
109
101
- features.md
@@ -258,33 +250,27 @@ nav:
258
250
- benchmarks.md
259
251
- management.md
260
252
- release-notes.md
261
-
262
253
markdown_extensions :
263
- # Python Markdown
264
- abbr :
265
- attr_list :
266
- footnotes :
267
- md_in_html :
268
- tables :
254
+ abbr : null
255
+ attr_list : null
256
+ footnotes : null
257
+ md_in_html : null
258
+ tables : null
269
259
toc :
270
260
permalink : true
271
-
272
- # Python Markdown Extensions
273
- pymdownx.betterem :
274
- pymdownx.caret :
261
+ pymdownx.betterem : null
262
+ pymdownx.caret : null
275
263
pymdownx.highlight :
276
264
line_spans : __span
277
- pymdownx.inlinehilite :
278
- pymdownx.keys :
279
- pymdownx.mark :
265
+ pymdownx.inlinehilite : null
266
+ pymdownx.keys : null
267
+ pymdownx.mark : null
280
268
pymdownx.superfences :
281
269
custom_fences :
282
270
- name : mermaid
283
271
class : mermaid
284
- format : !!python/name:pymdownx.superfences.fence_code_format
285
- pymdownx.tilde :
286
-
287
- # pymdownx blocks
272
+ format : !!python/name:pymdownx.superfences.fence_code_format ''
273
+ pymdownx.tilde : null
288
274
pymdownx.blocks.admonition :
289
275
types :
290
276
- note
@@ -295,34 +281,28 @@ markdown_extensions:
295
281
- tip
296
282
- hint
297
283
- warning
298
- # Custom types
299
284
- info
300
285
- check
301
- pymdownx.blocks.details :
286
+ pymdownx.blocks.details : null
302
287
pymdownx.blocks.tab :
303
- alternate_style : True
304
-
305
- # Other extensions
306
- mdx_include :
307
- markdown_include_variants :
308
-
288
+ alternate_style : true
289
+ mdx_include : null
290
+ markdown_include_variants : null
309
291
extra :
310
292
analytics :
311
293
provider : google
312
294
property : G-YNEVN69SC3
313
295
feedback :
314
296
title : Was this page helpful?
315
297
ratings :
316
- - icon : material/emoticon-happy-outline
317
- name : This page was helpful
318
- data : 1
319
- note : >-
320
- Thanks for your feedback!
321
- - icon : material/emoticon-sad-outline
322
- name : This page could be improved
323
- data : 0
324
- note : >-
325
- Thanks for your feedback!
298
+ - icon : material/emoticon-happy-outline
299
+ name : This page was helpful
300
+ data : 1
301
+ note : Thanks for your feedback!
302
+ - icon : material/emoticon-sad-outline
303
+ name : This page could be improved
304
+ data : 0
305
+ note : Thanks for your feedback!
326
306
social :
327
307
- icon : fontawesome/brands/github-alt
328
308
link : https://github.com/fastapi/fastapi
@@ -338,7 +318,6 @@ extra:
338
318
link : https://medium.com/@tiangolo
339
319
- icon : fontawesome/solid/globe
340
320
link : https://tiangolo.com
341
-
342
321
alternate :
343
322
- link : /
344
323
name : en - English
@@ -390,14 +369,11 @@ extra:
390
369
name : zh-hant - 繁體中文
391
370
- link : /em/
392
371
name : 😉
393
-
394
372
extra_css :
395
373
- css/termynal.css
396
374
- css/custom.css
397
-
398
375
extra_javascript :
399
376
- js/termynal.js
400
377
- js/custom.js
401
-
402
378
hooks :
403
379
- ../../scripts/mkdocs_hooks.py
0 commit comments