You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus.config.js
+16-16
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
module.exports={
2
-
title: "Matic Network | Documentation",
3
-
tagline: "Welcome to Matic developer documentation",
2
+
title: "Polygon Technolgy | Documentation",
3
+
tagline: "Welcome to Polygon developer documentation",
4
4
url: "https://docs.matic.network/",
5
5
baseUrl: "/",
6
-
favicon: "img/favicon.png",
7
-
organizationName: "Matic Network",
6
+
favicon: "img/polygon/polygon-logo.svg",
7
+
organizationName: "Polygon Technology",
8
8
projectName: "matic-docs",
9
9
customFields: {
10
-
description: "Build your next blockchain app on Matic.",
10
+
description: "Build your next blockchain app on Polygon.",
11
11
},
12
12
onBrokenLinks: 'log',
13
13
themeConfig: {
14
14
announcementBar: {
15
15
id: "support_us",
16
16
content:
17
-
'🎉Matic Mainnet <a target="_blank" rel="noopener noreferrer" href="/docs/develop/network-details/network"/>is open for developers🎉! ',
18
-
backgroundColor: "#2b6def",// Defaults to `#fff`
17
+
'🎉 Polygon Mainnet <a target="_blank" rel="noopener noreferrer" href="/docs/develop/network-details/network"/>is open for developers🎉! ',
18
+
backgroundColor: "#8247e5",// Defaults to `#fff`
19
19
textColor: "#fff",// Defaults to `#000`
20
20
},
21
21
// googleAnalytics: {
@@ -35,11 +35,10 @@ module.exports = {
35
35
},
36
36
navbar: {
37
37
hideOnScroll: true,
38
-
title: "Developer",
39
38
logo: {
40
-
alt: "Matic logo",
41
-
src: "/img/logo.svg",
42
-
srcDark: "/img/logo-white.svg",
39
+
alt: "Polygon logo",
40
+
src: "/img/polygon/primary-logo.svg",
41
+
srcDark: "/img/polygon/monotone-white.png",
43
42
// href: 'https://docs.matic.network/', // default to siteConfig.baseUrl
44
43
target: "_self",// by default, this value is calculated based on the `href` attribute (the external link will open in a new tab, all others in the current one)
description: "A modular and extensible framework for building Ethereum-compatible blockchain networks."
20
+
},
21
+
22
+
];
23
+
24
+
exportconstsecondRow=[
14
25
{
15
26
title: "Validators",
16
27
linkUrl: "docs/validate/basics/validator",
17
28
imageUrl: "img/home/core-contribution.svg",
18
29
description: 'Learn how to stake with Matic, and setup you own nodes to maintain the network and earn rewards'
19
30
},
20
-
];
21
-
22
-
exportconstsecondRow=[
23
-
/*{
24
-
title: "Blog",
25
-
linkUrl: "https://blog.matic.network/",
26
-
imageUrl: "img/home/validators.svg",
27
-
description: "The Matic blog hosts news, interviews, conversations, stories, and opinions from the blockchain community, inside and outside of Matic"
28
-
},*/
29
31
{
30
-
title: "Integration Partners",
32
+
title: "Integration ",
31
33
linkUrl: "docs/integrate/quickstart",
32
34
imageUrl: "img/home/integration.svg",
33
35
description: "Key information for partners looking to integrate with Matic. Wallets, developer tools, oracles and more - get all the info you need"
34
36
},
35
37
{
36
38
title: "Core Contributors",
37
39
linkUrl: "docs/contribute/orientation",
38
-
imageUrl: "img/home/blockchain-basics.svg",
40
+
imageUrl: "img/home/core-contributors.svg",
39
41
description: "Contribute and get involved with the Matic Network code base. Spin up a local testnet, or just submit a Pull Request on one of our repos"
40
42
}
41
43
];
@@ -63,26 +65,4 @@ export const thirdRow = [
63
65
},
64
66
];
65
67
66
-
exportconstnetworkBanner=[
67
-
{
68
-
title: "Live Network",
69
-
class_name: "matic-banner",
70
-
linkUrl: "https://matic.network/",
71
-
imageUrl: "img/matic-logo.svg",
72
-
description: "Experience the power of Layer 2 with Matic PoS + Plasma chains"
73
-
},
74
-
{
75
-
title: "Polygon Network",
76
-
class_name: "polygon-banner",
77
-
linkUrl: "https://polygon.technology/",
78
-
imageUrl: "img/polygon-logo.svg",
79
-
description: "A swiss army knife for Ethereum scaling, Zk Rollups, Optimistic Rollups, Shared security chains"
0 commit comments