-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
144 lines (144 loc) · 4.69 KB
/
mkdocs.yml
File metadata and controls
144 lines (144 loc) · 4.69 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
site_name: Go Advanced Admin Panel Documentation
repo_url: https://github.com/go-advanced-admin/docs
repo_name: go-advanced-admin/docs
edit_uri: edit/main/docs/
plugins:
- privacy
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.tabs
- navigation.top
- toc.follow
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- search.highlight
- search.share
- search.suggest
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
font:
text: "Inter"
code: "Fira Code"
nav:
- Home: index.md
- Quick Start:
- Overview: Quick-Start.md
- ORM-Specific Quick Starts:
- Overview: ORM-Specific-Quick-Starts.md
- GORM Quick Start: GORM-Quick-Start.md
- Bun Quick Start: Bun-Quick-Start.md
- SQLX Quick Start: SQLX-Quick-Start.md
- XORM Quick Start: XORM-Quick-Start.md
- Web Framework Quick Starts:
- Overview: Web-Framework-Specific-Quick-Starts.md
- Echo Quick Start: Echo-Quick-Start.md
- Fiber Quick Start: Fiber-Quick-Start.md
- Gin Quick Start: Gin-Quick-Start.md
- Chi Quick Start: Chi-Quick-Start.md
- Integrations:
- Overview: Integrations.md
- ORM Integrations:
- Overview: ORM.md
- XORM: XORM.md
- SQLX: SQLX.md
- GORM: GORM.md
- Bun: Bun.md
- Build a Custom ORM Integration: Building-a-Custom-ORM-Integration.md
- Web Integrations:
- Overview: Web.md
- Chi: Chi.md
- Gin: Gin.md
- Echo: Echo.md
- Fiber: Fiber.md
- Build a Custom Web Integration: Building-a-Custom-Web-Framework-Integration.md
- Core Features:
- Overview: Core-Features.md
- Permissions: Permissions.md
- Configuration: Configuration.md
- Templates: Templates.md
- Applications: Applications.md
- Models: Models.md
- Forms: Forms.md
- Logging: Logging.md
- Template Rendering: Template-Rendering.md
- Advanced Topics:
- Overview: Advanced-Topics.md
- Production Deployments: Production-Deployments.md
- Performance Optimization: Performance-Optimization.md
- Security Best Practices: Security-Best-Practices.md
- Customizing Forms: Customizing-Forms.md
- Customizing the Admin Panel's Look: Customizing-The-Admin-Panels-Look.md
- Community:
- Community:
- Contributing: Contributing.md
- Reporting a Bug: Reporting-a-Bug.md
- Reporting a Docs Issue: Reporting-a-Docs-Issue.md
- Requesting a Change: Requesting-a-Change.md
- Adding Translations: Adding-Translations.md
- Making a Pull Request: Making-a-Pull-Request.md
- Asking a Question: Asking-a-Question.md
- Guides:
- Creating a Reproduction: Creating-a-Reproduction.md
- Road Map: Road-Map.md
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed
- tables
extra:
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
analytics:
provider: google
property: G-GXGREVPZG6
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://github.com/go-advanced-admin/docs/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">feedback form</a>.
social:
- icon: fontawesome/brands/github
link: https://github.com/go-advanced-admin