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 adfa6e3 commit 4119eefCopy full SHA for 4119eef
website/docusaurus.config.ts
@@ -22,11 +22,11 @@ const config: Config = {
22
url: 'https://cloudnative-pg.github.io',
23
// Set the /<baseUrl>/ pathname under which your site is served
24
// For GitHub pages deployment, it is often '/<projectName>/'
25
- baseUrl: '/docs-new/',
+ baseUrl: '/docs/',
26
27
// GitHub pages deployment config.
28
organizationName: 'cloudnative-pg',
29
- projectName: 'docs-new',
+ projectName: 'docs',
30
deploymentBranch: 'gh-pages',
31
32
onBrokenLinks: 'throw',
0 commit comments