forked from datafaker-net/datafaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
125 lines (118 loc) · 3.33 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
site_name: Datafaker
site_url: https://www.datafaker.net
site_author: Erik Pragt
site_description: >-
Create fake data for your JVM programs within minutes,
using our wide range of more than 100 data providers
repo_name: datafaker-net/datafaker
repo_url: https://github.com/datafaker-net/datafaker
edit_uri: "edit/main/docs"
# Copyright
copyright: Copyright © 2016 - 2023 Erik Pragt
theme:
name: material
custom_dir: material
language: en
features:
- content.code.annotate
# - content.tabs.link
# - header.autohide
# - navigation.expand
- navigation.indexes
# - navigation.instant
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
# - toc.integrate
# Extensions
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: datafaker-net
repo: datafaker
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search
- macros
- minify:
minify_html: true
# Customization
extra:
datafaker:
version: 1.7.0
snapshot: 1.8.0-SNAPSHOT
# Page tree
nav:
- Home: index.md
- Documentation:
- Getting started: documentation/getting-started.md
- Basic usage: documentation/usage.md
- Data Providers:
- All providers: documentation/providers.md
- Custom providers: documentation/custom-providers.md
- Advanced usage:
- Sequences: documentation/sequences.md
- Date format: documentation/date-format.md
- Expressions: documentation/expressions.md
- Formats: documentation/formats.md
- Transformation schemas: documentation/schemas.md
- Unique values: documentation/unique-values.md
- Performance:
- Datafaker 1.4.0: documentation/performance140.md
- Datafaker 1.7.0: documentation/performance170.md
- Javadoc: 'https://s01.oss.sonatype.org/service/local/repositories/releases/archive/net/datafaker/datafaker/1.7.0/datafaker-1.7.0-javadoc.jar/!/index.html'
- Contributing: documentation/contributing.md
- License: documentation/license.md
# - Changelog:
# - Changes: changelog/index.md
# - How to upgrade: upgrade.md
- Releases:
- 1.8.0-SNAPSHOT: releases/1.8.0-SNAPSHOT.md
- 1.7.0: releases/1.7.0.md
- 1.6.0: releases/1.6.0.md
- 1.5.0: releases/1.5.0.md
- 1.4.0: releases/1.4.0.md
- 1.3.0: releases/1.3.0.md
- 1.2.0: releases/1.2.0.md
- 1.1.0: releases/1.1.0.md
- 1.0.0: releases/1.0.0.md
- 0.9.0: releases/0.9.0.md
- In the news: in-the-media/links.md