Skip to content

Commit 4119eef

Browse files
authored
docs: migrate to docs (#15)
Finalise the move from docs-new to docs. Signed-off-by: Francesco Canovai <[email protected]>
1 parent adfa6e3 commit 4119eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ const config: Config = {
2222
url: 'https://cloudnative-pg.github.io',
2323
// Set the /<baseUrl>/ pathname under which your site is served
2424
// For GitHub pages deployment, it is often '/<projectName>/'
25-
baseUrl: '/docs-new/',
25+
baseUrl: '/docs/',
2626

2727
// GitHub pages deployment config.
2828
organizationName: 'cloudnative-pg',
29-
projectName: 'docs-new',
29+
projectName: 'docs',
3030
deploymentBranch: 'gh-pages',
3131

3232
onBrokenLinks: 'throw',

0 commit comments

Comments
 (0)