|
1 | 1 | module.exports = { |
2 | | - title: 'SHE Docs', |
3 | | - tagline: 'SHE wants you to win', |
4 | | - url: 'https://www.she.energy/docs', |
5 | | - baseUrl: '/docs/', |
6 | | - onBrokenLinks: 'warn', |
7 | | - onBrokenMarkdownLinks: 'warn', |
8 | | - favicon: '/img/favicon.ico', |
9 | | - organizationName: 'ShenaniganDApp', // Usually your GitHub org/user name. |
10 | | - projectName: 'docs', // Usually your repo name. |
11 | | - themeConfig: { |
12 | | - navbar: { |
13 | | - title: 'Shenanigan', |
14 | | - logo: { |
15 | | - alt: 'Shenanigan Logo', |
16 | | - src: 'img/SHELogo.png', |
17 | | - href: '/', |
18 | | - }, |
19 | | - items: [ |
20 | | - { |
21 | | - to: '/', |
22 | | - label: 'Docs', |
23 | | - position: 'right', |
24 | | - }, |
25 | | - { |
26 | | - href: 'https://github.com/ShenaniganDApp', |
27 | | - label: 'GitHub', |
28 | | - position: 'right', |
29 | | - }, |
30 | | - ], |
31 | | - }, |
32 | | - footer: { |
33 | | - style: 'dark', |
34 | | - links: [ |
35 | | - { |
36 | | - title: 'Learn More', |
37 | | - items: [ |
38 | | - { |
39 | | - label: 'Github', |
40 | | - href: 'https://github.com/ShenaniganDApp', |
41 | | - }, |
42 | | - { |
43 | | - label: 'Contribution Guide', |
44 | | - to: '/docs/contribution-guide', |
45 | | - }, |
46 | | - { |
47 | | - label: 'Style Guide', |
48 | | - href: |
49 | | - 'https://docs.google.com/document/d/1E0ZrhPARruPgFXbz-cuiQSa7C4yzTrgSN3E-2w6L8cg/edit', |
50 | | - }, |
51 | | - ], |
52 | | - }, |
53 | | - { |
54 | | - title: 'Social Media', |
55 | | - items: [ |
56 | | - { |
57 | | - label: 'Discord', |
58 | | - href: 'https://discord.com/invite/eThfUxt', |
59 | | - }, |
60 | | - { |
61 | | - label: 'Facebook', |
62 | | - href: 'https://www.facebook.com/shenanigan.dapp/', |
63 | | - }, |
64 | | - { |
65 | | - label: 'Instagram', |
66 | | - href: 'https://www.instagram.com/she.dapp/', |
67 | | - }, |
68 | | - { |
69 | | - label: 'Twitter', |
70 | | - href: 'https://twitter.com/She_Dapp', |
71 | | - }, |
72 | | - { |
73 | | - label: 'Reddit', |
74 | | - href: 'https://www.reddit.com/user/shenanigan_dapp', |
75 | | - }, |
| 2 | + title: "SHE Docs", |
| 3 | + tagline: "SHE wants you to win", |
| 4 | + url: "https://www.she.energy", |
| 5 | + baseUrl: "/", |
| 6 | + onBrokenLinks: "warn", |
| 7 | + onBrokenMarkdownLinks: "warn", |
| 8 | + favicon: "/img/favicon.ico", |
| 9 | + organizationName: "ShenaniganDApp", // Usually your GitHub org/user name. |
| 10 | + projectName: "docs", // Usually your repo name. |
| 11 | + themeConfig: { |
| 12 | + navbar: { |
| 13 | + title: "Shenanigan", |
| 14 | + logo: { |
| 15 | + alt: "Shenanigan Logo", |
| 16 | + src: "img/SHELogo.png", |
| 17 | + href: "/", |
| 18 | + }, |
| 19 | + items: [ |
| 20 | + { |
| 21 | + to: "/", |
| 22 | + label: "Docs", |
| 23 | + position: "right", |
| 24 | + }, |
| 25 | + { |
| 26 | + href: "https://github.com/ShenaniganDApp", |
| 27 | + label: "GitHub", |
| 28 | + position: "right", |
| 29 | + }, |
| 30 | + ], |
| 31 | + }, |
| 32 | + footer: { |
| 33 | + style: "dark", |
| 34 | + links: [ |
| 35 | + { |
| 36 | + title: "Learn More", |
| 37 | + items: [ |
| 38 | + { |
| 39 | + label: "Github", |
| 40 | + href: "https://github.com/ShenaniganDApp", |
| 41 | + }, |
| 42 | + { |
| 43 | + label: "Contribution Guide", |
| 44 | + to: "/docs/contribution-guide", |
| 45 | + }, |
| 46 | + { |
| 47 | + label: "Style Guide", |
| 48 | + href: "https://docs.google.com/document/d/1E0ZrhPARruPgFXbz-cuiQSa7C4yzTrgSN3E-2w6L8cg/edit", |
| 49 | + }, |
| 50 | + ], |
| 51 | + }, |
| 52 | + { |
| 53 | + title: "Social Media", |
| 54 | + items: [ |
| 55 | + { |
| 56 | + label: "Discord", |
| 57 | + href: "https://discord.com/invite/eThfUxt", |
| 58 | + }, |
| 59 | + { |
| 60 | + label: "Facebook", |
| 61 | + href: "https://www.facebook.com/shenanigan.dapp/", |
| 62 | + }, |
| 63 | + { |
| 64 | + label: "Instagram", |
| 65 | + href: "https://www.instagram.com/she.dapp/", |
| 66 | + }, |
| 67 | + { |
| 68 | + label: "Twitter", |
| 69 | + href: "https://twitter.com/She_Dapp", |
| 70 | + }, |
| 71 | + { |
| 72 | + label: "Reddit", |
| 73 | + href: "https://www.reddit.com/user/shenanigan_dapp", |
| 74 | + }, |
76 | 75 |
|
77 | | - { |
78 | | - label: 'YouTube', |
79 | | - href: 'https://www.youtube.com/channel/UCyENEycuNXfntLJLSeIuWXw', |
80 | | - }, |
81 | | - ], |
82 | | - }, |
83 | | - ], |
84 | | - copyright: `Copyright © ${new Date().getFullYear()} Shenanigan Tech LLC`, |
85 | | - }, |
86 | | - }, |
87 | | - presets: [ |
88 | | - [ |
89 | | - '@docusaurus/preset-classic', |
90 | | - { |
91 | | - docs: { |
92 | | - sidebarPath: require.resolve('./sidebars.js'), |
93 | | - // Please change this to your repo. |
94 | | - editUrl: 'https://github.com/ShenaniganDApp/docs/', |
95 | | - routeBasePath: '/', |
96 | | - }, |
97 | | - theme: { |
98 | | - customCss: require.resolve('./src/css/custom.css'), |
99 | | - }, |
100 | | - }, |
101 | | - ], |
102 | | - ], |
| 76 | + { |
| 77 | + label: "YouTube", |
| 78 | + href: "https://www.youtube.com/channel/UCyENEycuNXfntLJLSeIuWXw", |
| 79 | + }, |
| 80 | + ], |
| 81 | + }, |
| 82 | + ], |
| 83 | + copyright: `Copyright © ${new Date().getFullYear()} Shenanigan Tech LLC`, |
| 84 | + }, |
| 85 | + }, |
| 86 | + presets: [ |
| 87 | + [ |
| 88 | + "@docusaurus/preset-classic", |
| 89 | + { |
| 90 | + docs: { |
| 91 | + sidebarPath: require.resolve("./sidebars.js"), |
| 92 | + // Please change this to your repo. |
| 93 | + editUrl: "https://github.com/ShenaniganDApp/docs/", |
| 94 | + routeBasePath: "/", |
| 95 | + }, |
| 96 | + theme: { |
| 97 | + customCss: require.resolve("./src/css/custom.css"), |
| 98 | + }, |
| 99 | + }, |
| 100 | + ], |
| 101 | + ], |
103 | 102 | }; |
0 commit comments