4
4
const lightCodeTheme = require ( "prism-react-renderer/themes/github" ) ;
5
5
const darkCodeTheme = require ( "prism-react-renderer/themes/dracula" ) ;
6
6
const url = "https://kubearmor.github.io" ;
7
- const baseUrl = "/kubearmor.io/ " ;
7
+ const baseUrl = "/" ;
8
8
9
9
/** @type {import('@docusaurus/types').Config } */
10
10
const config = {
@@ -16,12 +16,12 @@ const config = {
16
16
url : "https://kubearmor.github.io/" ,
17
17
// Set the /<baseUrl>/ pathname under which your site is served
18
18
// For GitHub pages deployment, it is often '/<projectName>/'
19
- baseUrl : "/kubearmor.io/ " ,
19
+ baseUrl : "/" ,
20
20
21
21
// GitHub pages deployment config.
22
22
// If you aren't using GitHub pages, you don't need these.
23
23
organizationName : "kubearmor" , // Usually your GitHub org/user name.
24
- projectName : "kubearmor.io" , // Usually your repo name.
24
+ projectName : "kubearmor.github. io" , // Usually your repo name.
25
25
onBrokenLinks : "throw" ,
26
26
onBrokenMarkdownLinks : "warn" ,
27
27
trailingSlash : false ,
@@ -168,7 +168,7 @@ const config = {
168
168
label : "Home" ,
169
169
position : "left" ,
170
170
} ,
171
- { to : "/blog " , label : "Blog" , position : "left" } ,
171
+ { to : "https://github.com/kubearmor/KubeArmor/wiki " , label : "Blog" , position : "left" } ,
172
172
{
173
173
to : "https://docs.kubearmor.io/kubearmor/" ,
174
174
label : "Documentation" ,
@@ -204,7 +204,7 @@ const config = {
204
204
items : [
205
205
{
206
206
label : "Blog" ,
207
- to : "/blog " ,
207
+ to : "https://github.com/kubearmor/KubeArmor/wiki " ,
208
208
} ,
209
209
{
210
210
label : "Documentation" ,
0 commit comments