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