|
1 | | -import type { SidebarsConfig } from '@docusaurus/plugin-content-docs'; |
| 1 | +import type { SidebarsConfig } from "@docusaurus/plugin-content-docs"; |
2 | 2 |
|
3 | 3 | const sidebars: SidebarsConfig = { |
4 | 4 | docsSidebar: [ |
5 | 5 | { |
6 | | - type: 'autogenerated', |
7 | | - dirName: '.', |
| 6 | + type: "autogenerated", |
| 7 | + dirName: ".", |
8 | 8 | }, |
9 | 9 | { |
10 | | - type: 'html', |
11 | | - value: '<hr style="margin: 1rem 0; border: none; border-top: 1px solid var(--ifm-color-emphasis-300);" />', |
| 10 | + type: "html", |
| 11 | + value: |
| 12 | + '<hr style="margin: 1rem 0; border: none; border-top: 1px solid var(--ifm-color-emphasis-300);" />', |
12 | 13 | }, |
13 | 14 | { |
14 | | - type: 'link', |
15 | | - label: 'Example Apps', |
16 | | - href: 'https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples', |
| 15 | + type: "link", |
| 16 | + label: "Example Apps", |
| 17 | + href: "https://github.com/TheWidlarzGroup/react-native-video/tree/master/example", |
17 | 18 | }, |
18 | 19 | { |
19 | | - type: 'doc', |
20 | | - label: 'Useful Projects', |
21 | | - id: 'projects', |
| 20 | + type: "doc", |
| 21 | + label: "Useful Projects", |
| 22 | + id: "projects", |
22 | 23 | }, |
23 | 24 | { |
24 | | - type: 'html', |
25 | | - value: '<hr style="margin: 1rem 0; border: none; border-top: 1px solid var(--ifm-color-emphasis-300);" />', |
| 25 | + type: "html", |
| 26 | + value: |
| 27 | + '<hr style="margin: 1rem 0; border: none; border-top: 1px solid var(--ifm-color-emphasis-300);" />', |
26 | 28 | }, |
27 | 29 | { |
28 | | - type: 'link', |
29 | | - label: 'Offline Video SDK', |
30 | | - href: 'https://www.thewidlarzgroup.com/offline-video-sdk/?utm_source=rnv&utm_medium=docs&utm_campaign=sidebar&utm_id=offline-video-sdk-button', |
| 30 | + type: "link", |
| 31 | + label: "Offline Video SDK", |
| 32 | + href: "https://www.thewidlarzgroup.com/offline-video-sdk/?utm_source=rnv&utm_medium=docs&utm_campaign=sidebar&utm_id=offline-video-sdk-button", |
31 | 33 | }, |
32 | 34 | { |
33 | | - type: 'link', |
34 | | - label: 'Enterprise Support', |
35 | | - href: 'https://www.thewidlarzgroup.com/?utm_source=rnv&utm_medium=docs&utm_campaign=navbar&utm_id=enterprise#Contact', |
| 35 | + type: "link", |
| 36 | + label: "Enterprise Support", |
| 37 | + href: "https://www.thewidlarzgroup.com/?utm_source=rnv&utm_medium=docs&utm_campaign=navbar&utm_id=enterprise#Contact", |
36 | 38 | }, |
37 | 39 | { |
38 | | - type: 'link', |
39 | | - label: 'Boost Your Issue', |
40 | | - href: 'https://www.thewidlarzgroup.com/issue-boost/?utm_source=rnv&utm_medium=docs&utm_campaign=sidebar&utm_id=issue-boost-button', |
| 40 | + type: "link", |
| 41 | + label: "Boost Your Issue", |
| 42 | + href: "https://www.thewidlarzgroup.com/issue-boost/?utm_source=rnv&utm_medium=docs&utm_campaign=sidebar&utm_id=issue-boost-button", |
41 | 43 | }, |
42 | 44 | { |
43 | | - type: 'html', |
44 | | - value: '<hr style="margin: 1rem 0; border: none; border-top: 1px solid var(--ifm-color-emphasis-300);" />', |
| 45 | + type: "html", |
| 46 | + value: |
| 47 | + '<hr style="margin: 1rem 0; border: none; border-top: 1px solid var(--ifm-color-emphasis-300);" />', |
45 | 48 | }, |
46 | 49 | { |
47 | | - type: 'doc', |
48 | | - label: 'Updating', |
49 | | - id: 'updating', |
| 50 | + type: "doc", |
| 51 | + label: "Updating", |
| 52 | + id: "updating", |
50 | 53 | }, |
51 | 54 | { |
52 | | - type: 'link', |
53 | | - label: 'Releases', |
54 | | - href: 'https://github.com/TheWidlarzGroup/react-native-video/releases', |
55 | | - } |
| 55 | + type: "link", |
| 56 | + label: "Releases", |
| 57 | + href: "https://github.com/TheWidlarzGroup/react-native-video/releases", |
| 58 | + }, |
56 | 59 | ], |
57 | 60 | }; |
58 | 61 |
|
|
0 commit comments