We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa07ab commit fb170f7Copy full SHA for fb170f7
docusaurus.config.ts
@@ -48,7 +48,7 @@ const config: Config = {
48
items: [
49
{ to: "/docs", label: "Docs", position: "left" },
50
{ to: "/blog", label: "Blog", position: "left" },
51
- { to: "/donate", label: "Donate", position: "left" },
+ { to: "/support", label: "Support", position: "left" },
52
{ to: "/faq", label: "FAQ", position: "left" },
53
{ to: "/hub", label: "Hub", position: "left", target: "_blank", },
54
{ to: "/eggs", label: "Eggs", position: "left", target: "_blank", },
@@ -119,6 +119,7 @@ const config: Config = {
119
{ from: '/eggs', to: 'https://pelican-eggs.github.io/pelican' },
120
{ from: '/github', to: 'https://github.com/pelican-dev/panel' },
121
{ from: '/hub', to: 'https://hub.pelican.dev' },
122
+ { from: '/donate', to: 'https://pelican.dev/support' },
123
],
124
},
125
0 commit comments