We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820af2a commit 48a2394Copy full SHA for 48a2394
docs/docusaurus.config.js
@@ -3,8 +3,8 @@ const isCI = !!process.env.CI;
3
/** @type {import('@docusaurus/types').DocusaurusConfig} */
4
module.exports = {
5
title: 'IBM Operator for Redis Cluster',
6
- url: isCI ? 'https://ibm.github.io/operator-for-redis-cluster' : 'http://localhost:3001',
7
- baseUrl: '/',
+ url: isCI ? 'https://ibm.github.io' : 'http://localhost:3001',
+ baseUrl: '/operator-for-redis-cluster/',
8
onBrokenLinks: 'throw',
9
onBrokenMarkdownLinks: 'warn',
10
favicon: 'img/favicon.ico',
0 commit comments