-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
182 lines (168 loc) · 5.81 KB
/
Copy pathmkdocs.yml
File metadata and controls
182 lines (168 loc) · 5.81 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
176
177
178
179
180
181
182
site_name: Dev Resources
site_url: https://example.com
site_author: CodeNight-Ethiopia
site_description: >-
Collection of resources for developers, from templates,packages,articles and etc...
repo_name: CodeNight/dev-resources
repo_url: https://github.com/CodeNight-Ethiopia/dev-resources
edit_uri: https://github.com/CodeNight-Ethiopia/dev-resources/tree/master/docs
copyright: Copyright © 2020 CodeNight Ethiopia
theme:
name: material
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github-alt
features:
# - navigation.tabs
- navigation.instant # common this if you don't want SPA mode
plugins:
- search
- macros
- git-authors:
show_contribution: true
show_line_count: true
count_empty_lines: true
- minify:
minify_html: true
- git-revision-date-localized:
type: timeago
fallback_to_build_date: true
# google_analytics:
# - UA-XXXXXXXX-X
# - auto
nav:
- Home: 'index.md'
- AngularJS:
- Getting start: "angular/index.md"
- Templates: "angular/templates.md"
- Django:
- Getting start: "django/index.md"
- Templates: "django/templates.md"
- Flutter:
- Getting start: "flutter/index.md"
- Templates: "flutter/templates.md"
- Java:
- Getting start: "java/index.md"
- Javascript:
- Getting start: "javascript/index.md"
- Articles: "javascript/articles.md"
- Packages: "javascript/packages.md"
- Templates: "javascript/templates.md"
- Test: "javascript/test.md"
- Backend:
- Express:
- Getting start: "javascript/backend/express/index.md"
- Articles: "javascript/backend/express/articles.md"
- Packages: "javascript/backend/express/packages.md"
- Templates: "javascript/backend/express/templates.md"
- Test: "javascript/backend/express/test.md"
- Hapi:
- Getting start: "javascript/backend/hapi/index.md"
- Articles: "javascript/backend/hapi/articles.md"
- Packages: "javascript/backend/hapi/packages.md"
- Templates: "javascript/backend/hapi/templates.md"
- Test: "javascript/backend/hapi/test.md"
- Nest:
- Getting start: "javascript/backend/nest/index.md"
- Articles: "javascript/backend/nest/articles.md"
- Packages: "javascript/backend/nest/packages.md"
- Templates: "javascript/backend/nest/templates.md"
- Test: "javascript/backend/nest/test.md"
- Frontend:
- React:
- Getting start: "javascript/frontend/react/index.md"
- Articles: "javascript/frontend/react/articles.md"
- Packages: "javascript/frontend/react/packages.md"
- Templates: "javascript/frontend/react/templates.md"
- Test: "javascript/frontend/react/test.md"
- Svelte:
- Getting start: "javascript/frontend/svelte/index.md"
- Articles: "javascript/frontend/svelte/articles.md"
- Packages: "javascript/frontend/svelte/packages.md"
- Templates: "javascript/frontend/svelte/templates.md"
- Test: "javascript/frontend/svelte/test.md"
- Vue:
- Getting start: "javascript/frontend/vue/index.md"
- Articles: "javascript/frontend/vue/articles.md"
- Packages: "javascript/frontend/vue/packages.md"
- Templates: "javascript/frontend/vue/templates.md"
- Test: "javascript/frontend/vue/test.md"
- Kotlin:
- Getting start: "kotlin/index.md"
- Laravel:
- Getting start: "laravel/index.md"
- PHP:
- Getting start: "php/index.md"
- Python:
- Getting start: "python/index.md"
- Articles: "python/articles.md"
- Packages: "python/packages.md"
- Templates: "python/templates.md"
- Test: "python/test.md"
- Web:
- Django:
- Getting start: "python/web/django/index.md"
- Articles: "python/web/django/articles.md"
- Packages: "python/web/django/packages.md"
- Templates: "python/web/django/templates.md"
- Test: "python/web/django/test.md"
- FastAPI:
- Getting start: "python/web/fastapi/index.md"
- Articles: "python/web/fastapi/articles.md"
- Packages: "python/web/fastapi/packages.md"
- Templates: "python/web/fastapi/templates.md"
- Test: "python/web/fastapi/test.md"
- Flask:
- Getting start: "python/web/flask/index.md"
- Articles: "python/web/flask/articles.md"
- Packages: "python/web/flask/packages.md"
- Templates: "python/web/flask/templates.md"
- Test: "python/web/flask/test.md"
- React:
- Getting start: "react/index.md"
- React Native:
- Getting start: "react_native/index.md"
- Vue:
- Getting start: "vue/index.md"
markdown_extensions:
- meta
- abbr
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets
- pymdownx.tabbed
- footnotes
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.smartsymbols
- attr_list
- def_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
extra_css:
- 'static/css/termynal.css'
- 'static/css/custom.css'
- 'static/css/extra.css'
extra_javascript:
- 'static/js/mermaid.min.js'
- 'static/js/termynal.js'
- 'static/js/custom.js'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/CodeNight-Ethiopia
name: CodeNight Ethiopia on Github
- icon: octicons/mail-24
link: mailto:gdgaddis.et@gmail.com
name: CodeNight Ethiopia Email Address