Skip to content

Commit f69d62f

Browse files
authored
feat(docusaurus): update to v3.7, minor fix to product descriptions (#491)
2 parents c87cc9e + e137700 commit f69d62f

File tree

4 files changed

+1505
-2380
lines changed

4 files changed

+1505
-2380
lines changed

docusaurus.config.ts

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,25 +145,29 @@ const config: Config = {
145145
},
146146

147147
{
148-
label: "Grants",
148+
label: "Grants Program",
149149
href: "https://flare.network/grants",
150150
},
151151
{
152-
label: "Flare Systems Explorer",
152+
label: "Systems Explorer",
153153
href: "https://flare-systems-explorer.flare.network",
154154
},
155155
{
156-
label: "Flare Governance Proposals",
156+
label: "Governance Proposals",
157157
href: "https://proposals.flare.network",
158158
},
159159
{
160-
label: "Flare P-Chain Explorer",
161-
href: "https://flare.space/dapp/p-chain-explorer",
160+
label: "Flare Portal",
161+
href: "http://portal.flare.network/",
162+
},
163+
{
164+
label: "Discourse Forum",
165+
href: "https://forum.flare.network",
162166
},
163167
],
164168
},
165169
],
166-
copyright: `Copyright © Flare Networks ${new Date().getFullYear()}`,
170+
copyright: `Copyright © Flare Network ${new Date().getFullYear()}`,
167171
},
168172
prism: {
169173
additionalLanguages: ["solidity", "bash", "json", "toml", "diff"],

0 commit comments

Comments
 (0)