forked from FakerPHP/fakerphp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
143 lines (135 loc) · 3.41 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
site_name: FakerPHP / Faker
site_description: Documentation for FakerPHP / Faker
repo_name: FakerPHP/Faker
repo_url: https://github.com/FakerPHP/Faker
edit_uri: https://github.com/FakerPHP/fakerphp.github.io/edit/main/docs/
theme:
name: material
custom_dir: overrides
font:
text: 'Nunito'
code: 'Fira Code'
palette:
scheme: preference
primary: blue
accent: blue
favicon: images/favicon.ico
logo: images/logo.svg
icon:
repo: fontawesome/brands/github
language: en
features:
- navigation.instant
extra:
manifest: manifest.webmanifest
social:
- icon: fontawesome/brands/github
link: https://github.com/FakerPHP/Faker
name: Faker repository
- icon: fontawesome/regular/file-alt
link: https://github.com/FakerPHP/fakerphp.github.io
name: Docs repository
locales: &locales
- locales/ar_SA.md
- locales/bg_BG.md
- locales/bn_BD.md
- locales/cs_CZ.md
- locales/da_DK.md
- locales/de_AT.md
- locales/de_CH.md
- locales/de_DE.md
- locales/el_CY.md
- locales/el_GR.md
- locales/en_GB.md
- locales/en_HK.md
- locales/en_IN.md
- locales/en_NG.md
- locales/en_NZ.md
- locales/en_PH.md
- locales/en_SG.md
- locales/en_UG.md
- locales/en_US.md
- locales/en_ZA.md
- locales/es_ES.md
- locales/es_PE.md
- locales/es_VE.md
- locales/fa_IR.md
- locales/fi_FI.md
- locales/fr_BE.md
- locales/fr_CH.md
- locales/fr_FR.md
- locales/he_IL.md
- locales/hr_HR.md
- locales/hu_HU.md
- locales/id_ID.md
- locales/is_IS.md
- locales/it_CH.md
- locales/it_IT.md
- locales/ja_JP.md
- locales/ka_GE.md
- locales/kk_KZ.md
- locales/ko_KR.md
- locales/lt_LT.md
- locales/lv_LV.md
- locales/me_ME.md
- locales/ms_MY.md
- locales/nb_NO.md
- locales/ne_NP.md
- locales/nl_BE.md
- locales/nl_NL.md
- locales/pl_PL.md
- locales/pt_BR.md
- locales/pt_PT.md
- locales/ro_MD.md
- locales/ro_RO.md
- locales/ru_RU.md
- locales/sk_SK.md
- locales/sl_SI.md
- locales/sr_Cyrl_RS.md
- locales/sr_Latn_RS.md
- locales/sr_RS.md
- locales/sv_SE.md
- locales/tr_TR.md
- locales/uk_UA.md
- locales/zh_Hans_CN.md
- locales/zh_Hant_TW.md
plugins:
- search: { }
nav:
- index.md
- formatters.md
- 'Formatters':
- formatters/numbers-and-strings.md
- formatters/text-and-paragraphs.md
- formatters/date-and-time.md
- formatters/internet.md
- formatters/user-agent.md
- formatters/payment.md
- formatters/color.md
- formatters/file.md
- formatters/image.md
- formatters/uuid.md
- formatters/barcode.md
- formatters/miscellaneous.md
- formatters/biased.md
- formatters/html-lorem.md
- formatters/version.md
- 'Locales': *locales
- orm.md
- third-party.md
markdown_extensions:
- admonition: { }
- meta: { }
- toc:
permalink: '#'
- pymdownx.details: { }
- pymdownx.highlight:
use_pygments: false
- pymdownx.superfences: { }
- pymdownx.keys: { }
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.0/highlight.min.js
- javascripts/highlight.js
# Themes can be found here: <https://github.com/highlightjs/highlight.js/tree/master/src/styles>
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.0/styles/atom-one-dark-reasonable.min.css