Skip to content

Commit 9f70e63

Browse files
authored
docs: use docs-only mode instead of having a landing page (#11)
Landing page is already cloudnative-pg.io Signed-off-by: Francesco Canovai <[email protected]>
1 parent 787f08b commit 9f70e63

File tree

5 files changed

+1
-140
lines changed

5 files changed

+1
-140
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const config: Config = {
4545
docs: {
4646
path: 'docs',
4747
sidebarPath: require.resolve('./sidebars.js'),
48-
routeBasePath: 'docs',
48+
routeBasePath: '/',
4949
includeCurrentVersion: true, // Include the current version in the sidebar
5050
lastVersion: '1.28',
5151
versions: versionsConfig,

website/src/components/HomepageFeatures/index.tsx

Lines changed: 0 additions & 68 deletions
This file was deleted.

website/src/components/HomepageFeatures/styles.module.css

Lines changed: 0 additions & 11 deletions
This file was deleted.

website/src/pages/index.module.css

Lines changed: 0 additions & 23 deletions
This file was deleted.

website/src/pages/index.tsx

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)