forked from PalisadoesFoundation/talawa-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebars.js
More file actions
123 lines (123 loc) · 4.25 KB
/
sidebars.js
File metadata and controls
123 lines (123 loc) · 4.25 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
module.exports = {
someSidebar: {
"Getting Started": ["about-talawa", "about"],
Applications: [
"applications/architecture-overview",
"applications/app-overview",
"applications/admin-overview",
],
Talawa: [
"talawa/talawa-introduction",
],
"Talawa API": [
"talawa-api/api-overview",
{
"Base Constraints": [
"talawa-api/constraints/user",
"talawa-api/constraints/organization",
"talawa-api/constraints/admin",
],
},
"talawa-api/authentication",
"talawa-api/functionality",
"talawa-api/expectations",
],
"Talawa Admin": ["talawa-admin/talawa-admin-introduction"],
"Existing Features": [
"functionalities/core-functionalities",
"functionalities/plugin-architecture",
"functionalities/implementing-plugins",
"functionalities/implementing-plugins-example"
],
"Desired Features": [
"features/features-introduction",
{
"Admin Portal": ["features/admin-portal/admin-portal-overview"],
"Admin Capabilities": [
"features/admin-role/admin-role-overview",
"features/admin-role/admin-messaging",
"features/admin-role/admin-manage-members",
"features/admin-role/admin-newsfeed",
],
"Chat and Messaging": [
"features/messaging-and-chat/messaging-and-chat-overview",
"features/messaging-and-chat/message-chat",
"features/messaging-and-chat/message-messaging",
"features/messaging-and-chat/message-voice-messaging",
"features/messaging-and-chat/message-notifications",
],
"Coordinator Capabilities": [
"features/coordinator-role/coordinator-role-overview",
],
Events: [
"features/events/event-overview",
"features/events/event-create-events",
"features/events/event-signup",
"features/events/event-grouping",
"features/events/event-roles",
"features/events/event-attendee-roster",
"features/events/event-paid-donation",
],
Members: [
"features/members/members-overview",
"features/members/members-access",
"features/members/members-roles",
"features/members/members-preapprovals",
"features/members/members-registration",
"features/members/members-banning",
"features/members/members-recovery",
],
Donations: [
"features/donations/donations-overview",
"features/donations/donation-fees",
],
"News feed": [
"features/news feed/news-feed-overview",
"features/news feed/tagging-support",
"features/news feed/pinned-posts",
],
Notifications: [
"features/notifications/notifications-overview",
"features/notifications/follow-tag-support",
],
"Data Management": [
"features/data-management/data-management-overview",
"features/data-management/data-management-compression",
"features/data-management/data-management-retention",
"features/data-management/data-management-storage",
"features/data-management/data-management-distribution",
],
Organisations: [
"features/organisations/organisations-overview",
"features/organisations/organisations-onboarding",
],
},
],
Design: ["design/ux/ux-talawa", "design/ux/ux-design-system"],
Branding: [
"branding/branding-introduction",
"branding/branding-logos",
"branding/branding-color-palette",
"branding/branding-typography",
],
Internships: [
{
Overview: [
"internships/internship-ideas",
"internships/internship-application-template",
"internships/internship-selection-criteria",
],
GitHub: [
"internships/github/github-introduction",
"internships/github/github-application-process",
],
GSoC: [
"internships/gsoc/gsoc-introduction",
"internships/gsoc/gsoc-application-process",
],
GSoD: ["internships/gsod/gsod-ideas"],
Palisadoes: ["internships/palisadoes/palisadoes-introduction"],
},
],
},
};