-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoczrc.js
More file actions
50 lines (50 loc) · 1.36 KB
/
doczrc.js
File metadata and controls
50 lines (50 loc) · 1.36 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
export default {
title: "Isomorphic Documentation",
ignore: ["README.md"],
typescript: true,
menu: [
"Welcome",
"Technology We Use",
"Pre Installation",
"Installation",
"Architecture Overview",
"Non Monorepo Structure",
"Monorepo Packages Structure",
{ name: "Getting Started", menu: ["Authentication"] },
"Customization",
"AsyncComponent",
{
name: "Components",
menu: [
"Shop (Algolia)",
"Authentication",
"UI Elements",
"Widgets",
"Map",
"Leaflet Map",
"Isotope",
"Page Components",
"Sidebar & Routing",
"Form Elements",
"Contact",
"Calendar",
"Ant Table",
"React Trend Chart",
"Recharts",
"ReactVis Charts",
"React-Chart-2",
"Uppy",
"Chat Firebase",
],
},
"RTL CSS Transformation",
"Multi Language Support",
"Express JWT Implementation",
// "Deployment",
"Spark JWT Implementation",
"Flask JWT",
"Django JWT",
// { name: "Deployment", menu: ["AWS"] },
"FAQ",
],
};