-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
125 lines (125 loc) · 4.54 KB
/
mkdocs.yml
File metadata and controls
125 lines (125 loc) · 4.54 KB
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: RazorKit
site_url: https://ekondur.github.io/RazorKit/
site_author: Emrah KONDUR
site_description: RazorKit is a collection of lightweight, fluent-style Razor HTML helpers that make it easy for developers to integrate popular JavaScript libraries into their ASP.NET applications. With RazorKit, you can quickly implement features from libraries like Chart.js and DataTables, without the hassle of writing complex JavaScript or HTML code manually.
repo_name: ekondur/RazorKit
repo_url: https://github.com/ekondur/RazorKit
theme:
name: material
logo: rk-logo-m.png
favicon: rk-icon.png
icon:
repo: fontawesome/brands/git-alt
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- content.code.select
- content.code.annotate
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- search.share
- search.suggest
markdown_extensions:
- def_list
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
extra:
analytics:
provider: google
property: G-SNHZZKGMSL
nav:
- Home: index.md
- DataTables:
- DataTables: datatables/index.md
- Options: datatables/options.md
- Columns: datatables/columns.md
- DataSource: datatables/datasource.md
- Callbacks: datatables/callbacks.md
- Command: datatables/command.md
- Command Group: datatables/command-group.md
- Language: datatables/language.md
- Filters: datatables/filters.md
- Layout: datatables/layout.md
- Extensions:
- AutoFill: datatables/extensions/autofill.md
- Buttons: datatables/extensions/buttons.md
- ColReorder: datatables/extensions/colreorder.md
- FixedColumns: datatables/extensions/fixedcolumns.md
- FixedHeader: datatables/extensions/fixedheader.md
- KeyTable: datatables/extensions/keytable.md
- Responsive: datatables/extensions/responsive.md
- RowGroup: datatables/extensions/rowgroup.md
- RowReorder: datatables/extensions/rowreorder.md
- Select: datatables/extensions/select.md
- ChartJs:
- ChartJs: chartjs/index.md
- Configuration: chartjs/configuration.md
- Chart Types:
- Bar Chart: chartjs/datasets/bar.md
- Bubble Chart: chartjs/datasets/bubble.md
- Doughnut and Pie Charts: chartjs/datasets/doughnut-pie.md
- Line Chart: chartjs/datasets/line.md
- Mixed Chart Types: chartjs/datasets/mixed.md
- Polar Area Chart: chartjs/datasets/polar-area.md
- Radar Chart: chartjs/datasets/radar.md
- Scatter Chart: chartjs/datasets/scatter.md
- Plugins:
- Title: chartjs/plugins/title.md
- Subtitle: chartjs/plugins/subtitle.md
- Legend: chartjs/plugins/legend.md
- Tooltip: chartjs/plugins/tooltip.md
- Colors: chartjs/plugins/colors.md
- Decimation: chartjs/plugins/decimation.md
- Filler: chartjs/plugins/filler.md
- Elements:
- Arc: chartjs/elements/arc.md
- Bar: chartjs/elements/bar.md
- Line: chartjs/elements/line.md
- Point: chartjs/elements/point.md
- Axes:
- Scales: chartjs/axes/scales.md
- Grid: chartjs/axes/grid.md
- Ticks: chartjs/axes/ticks.md
- Title: chartjs/axes/title.md
- Callbacks: chartjs/axes/callbacks.md
- Border: chartjs/axes/border.md
- Other Options:
- Layout: chartjs/layout.md
- Animation: chartjs/animation.md
- Interaction: chartjs/interaction.md
- Padding: chartjs/padding.md
- Font: chartjs/font.md
- SweetAlert2:
- SweetAlert2: sweetalert2/index.md
- Configuration: sweetalert2/configuration.md
- General Options: sweetalert2/general.md
- Button Options: sweetalert2/button.md
- Functions: sweetalert2/functions.md
- Custom Class: sweetalert2/custom-class.md