forked from fkhadra/react-toastify-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.js
46 lines (46 loc) · 1.14 KB
/
sidebars.js
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
module.exports = {
someSidebar: {
["Getting Started"]: [
"introduction",
"installation",
"migration-v8",
"release-notes",
],
Usage: [
"positioning-toast",
"autoClose",
"render-what-you-want",
"remove-toast",
"promise",
"icons",
"pause-on-focus-loss",
"use-a-custom-id",
"prevent-duplicate",
"delay-toast-appearance",
"limit-the-number-of-toast-displayed",
"use-a-controlled-progress-bar",
"update-toast",
"define-callback",
"listen-for-changes",
"use-a-custom-close-button-or-remove-it",
"add-an-undo-action-to-a-toast",
"use-react-toastify-with-redux",
"replace-default-transition",
"custom-animation",
"drag-to-remove",
"enable-right-to-left-support",
"accessibility",
"lazy-container-and-multi-container",
"how-to-style",
"dispatch-toast-outside-of-react-component",
],
["API Reference"]: [
"api/toast-container",
"api/toast",
"api/css-transition",
"api/collapse-toast",
"api/use-toast-container",
"api/use-toast",
],
},
};