-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
175 lines (152 loc) · 4.88 KB
/
mkdocs.yml
File metadata and controls
175 lines (152 loc) · 4.88 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
site_name: Code Wiki
site_description: Personal technical knowledge base and code reference
site_author: Mahboubeh Kouhpayeh
site_url: https://mkouhpayeh.github.io/code-wiki/
copyright: Copyright © 2026 Mahboubeh Kouhpayeh
theme:
name: material
language: en
logo: assets/logo.png
favicon: assets/favicon.ico
font:
text: Segoe UI #ui-sans-serif
code: SFMono-Regular # Red Hat Mono
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- content.code.copy
- content.action.edit
- toc.integrate
icon:
repo: null
palette:
# Dark Mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-night #material/toggle-switch
name: Dark mode
# Light Mode
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny #material/toggle-switch-off-outline
name: Light mode
nav:
- Home: index.md
- Fundamentals:
- Coding Foundation: fundamentals/foundation.md
- Shortcuts: fundamentals/shortcut.md
- SSH Settings: fundamentals/ssh-key.md
- Windows Command: fundamentals/windows-cmd.md
- MkDocs Guide: fundamentals/mkdocs.md
- C#.NET:
- API:
- API Server: csharp/api/api.md
- API Client: csharp/api/api-client.md
- API Architecture: csharp/api/api-arch.md
- Anonymous Endpoint: csharp/api/anonymous-endpoint.md
- API Versioning: csharp/api/api-version.md
- Authentication:
- Authentication: csharp/authentication/auth.md
- EX Authentication: csharp/authentication/authEx.md
- EntityFramework:
- Installation: csharp/entity-framework/ef.md
- Configuration: csharp/entity-framework/config.md
- Exception:
- Customization: csharp/exception/exception-custom.md
- Handler: csharp/exception/exception-handler.md
- Filter: csharp/exception/exception-filter.md
- Mailing:
- Email Service: csharp/mailing/email-service.md
- Cloud Service: csharp/mailing/email-cloud-service.md
- Validation:
- Validation Attributes: csharp/validation/attrib.md
- Custom Validation: csharp/validation/custom-attrib.md
- Patterns:
- Declaration: csharp/dec-pattern.md
- Settings:
- App Settings: csharp/appsettings.md
- Connection String: csharp/con-string.md
- State Service: csharp/state-service.md
- Migrate DB: csharp/migrate-sqlserver.md
- Error:
- Error Handling: csharp/error.md
- Dependency Injection:
- Lifetimes: csharp/di-lifetime.md
- Google:
- reCAPTCHA: csharp/google-recaptcha.md
- HTTP:
- Requests: csharp/http-request.md
- Deploy:
- IIS: csharp/iis-virtualApp.md
- Security:
- Security: csharp/security.md
- Azure:
- Azure Insights: csharp/azure-insights.md
- SQL:
- Column Length: sql/col-max-len.md
- Index Fragmentation: sql/index-frag.md
- Index Job: sql/index-job.md
- Index List: sql/index-list.md
- Index Rebuild: sql/index-rebuild.md
- Generate Data: sql/sample-data.md
- Vol Space: sql/vol-space.md
- Frontend:
- CSS Tips: frontend/css-tips.md
- Bootstrap: frontend/bootstrap.md
- Loading Page: frontend/loading-overlay.md
- Markdown: frontend/markdown.md
- Python:
- Extract Firebird: python/extract-firebird.md
- AI:
- AI Foundation: ai/chat.md
- Automation:
- CI/CD GitLab: automation/ci-cd-gitlab.md
- CI/CD GitHub: automation/ci-cd-github.md
- Ansible Introduction: automation/ansible-intro.md
- Ansible Playbook: automation/ansible-playbook.md
- Docker:
- Docker Introduction: docker/docker-intro.md
- Docker Installation: docker/docker-install.md
- Docker Usage: docker/docker-useage.md
- Tools:
- Analyze Tools: tools/analyze-tools.md
- Performance Tools: tools/performance-tools.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- attr_list
- toc:
permalink: true
toc_depth: 2
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search
extra:
generator: false
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/mahboubeh-kouhpayeh/
extra_css:
- styles/custom.css # optional
extra_javascript:
- https://unpkg.com/mermaid/dist/mermaid.min.js