-
Notifications
You must be signed in to change notification settings - Fork 22
/
docusaurus.config.ts
205 lines (194 loc) · 5.43 KB
/
docusaurus.config.ts
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
import { themes as prismThemes } from "prism-react-renderer";
import type { Config } from "@docusaurus/types";
import type * as Preset from "@docusaurus/preset-classic";
import remarkMath from "remark-math";
import rehypeKatex from "rehype-katex";
const config: Config = {
title: "Flare Developer Hub",
tagline: "The decentralized origin for Flare builders.",
favicon: "/img/favicon.ico",
// Set the production url of your site here
url: "https://dev.flare.network",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "flare-foundation", // Usually your GitHub org/user name.
projectName: "developer-hub", // Usually your repo name.
onBrokenAnchors: "throw",
onDuplicateRoutes: "throw",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
// may want to replace "en" with "zh-Hans".
i18n: {
defaultLocale: "en",
locales: ["en"],
},
presets: [
[
"classic",
{
docs: {
sidebarPath: "./sidebars.ts",
routeBasePath: "/",
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],
editUrl:
"https://github.com/flare-foundation/developer-hub/edit/main",
onInlineTags: "throw",
},
blog: false,
theme: {
customCss: "./src/css/custom.css",
},
gtag: {
trackingID: "G-E6JBVK9HQX",
anonymizeIP: true,
},
googleTagManager: {
containerId: "GTM-WX2D2TR",
},
sitemap: {
lastmod: "date",
ignorePatterns: ["/tags/**"],
},
} satisfies Preset.Options,
],
],
themeConfig: {
image: "img/landing/dev_hub_ani_noblur.png",
colorMode: {
defaultMode: "light",
respectPrefersColorScheme: true,
},
announcementBar: {
id: `announcementBar`,
content: `<a href="https://dev.flare.network/ftso/overview">FTSOv2</a> is live on mainnet! ☀️`,
},
docs: {
sidebar: {
autoCollapseCategories: false,
},
},
navbar: {
title: "Developer Hub",
hideOnScroll: false,
logo: {
alt: "Flare Icon",
src: "img/flare_icon.svg",
srcDark: "img/flare_icon_dark.svg",
width: 32,
height: 32,
},
items: [
// {
// type: "docSidebar",
// sidebarId: "networkSidebar",
// position: "left",
// label: "Flare ☀️",
// },
{
href: "https://github.com/flare-foundation/developer-hub",
className: "header-github-link",
"aria-label": "GitHub repository",
position: "right",
},
],
},
footer: {
style: "light",
logo: {
alt: "Flare Logo",
src: "img/logo/FooterLogoLight.svg",
srcDark: "img/logo/FooterLogoDark.svg",
href: "https://flare.network/",
width: 405,
height: 35.25,
target: "_blank",
},
links: [
{
title: "Support",
items: [
{
label: "FAQs",
to: "/support/faqs",
},
{
label: "Audits",
to: "/support/audits",
},
{
label: "Terms & Privacy",
href: "https://flare.network/privacy-policy/",
},
],
},
{
title: "Developer links",
items: [
{
label: "Flarescan",
href: "https://flarescan.com/",
},
{
label: "Grants",
href: "https://flare.network/grants",
},
{
label: "Flare Systems Explorer",
href: "https://flare-systems-explorer.flare.network",
},
{
label: "Flare Governance Proposals",
href: "https://proposals.flare.network",
},
{
label: "Flare P-Chain Explorer",
href: "https://flare.space/dapp/p-chain-explorer",
},
],
},
],
copyright: `Copyright © Flare Networks ${new Date().getFullYear()}`,
},
prism: {
additionalLanguages: ["solidity", "bash", "json", "toml", "diff"],
theme: prismThemes.oneDark,
darkTheme: prismThemes.oneDark,
},
} satisfies Preset.ThemeConfig,
themes: [
[
require.resolve("@easyops-cn/docusaurus-search-local"),
{
// `hashed` is recommended as long-term-cache of index file is possible
language: ["en"],
indexDocs: true,
indexPages: true,
indexBlog: false,
docsRouteBasePath: "/",
},
],
],
stylesheets: [
{
href: "https://cdn.jsdelivr.net/npm/katex@0.13.24/dist/katex.min.css",
type: "text/css",
integrity:
"sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM",
crossorigin: "anonymous",
},
],
scripts: [
{
defer: true,
src: "https://cdn-cookieyes.com/client_data/dedcd40fe7e8316d7512b294/script.js",
id: "cookieyes",
},
],
};
export default config;