Skip to content

Commit

Permalink
ci: CNAME record added and pointed to kubearmor.github.io (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Prasad Mohanty <[email protected]>
  • Loading branch information
Aditya-150 authored Nov 7, 2023
1 parent 4d06759 commit 45833db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const lightCodeTheme = require("prism-react-renderer/themes/github");
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
const url = "https://kubearmor.github.io";
const baseUrl = "/kubearmor.io/";
const baseUrl = "/";

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand All @@ -16,12 +16,12 @@ const config = {
url: "https://kubearmor.github.io/",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/kubearmor.io/",
baseUrl: "/",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "kubearmor", // Usually your GitHub org/user name.
projectName: "kubearmor.io", // Usually your repo name.
projectName: "kubearmor.github.io", // Usually your repo name.
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
trailingSlash: false,
Expand Down Expand Up @@ -168,7 +168,7 @@ const config = {
label: "Home",
position: "left",
},
{ to: "/blog", label: "Blog", position: "left" },
{ to: "https://github.com/kubearmor/KubeArmor/wiki", label: "Blog", position: "left" },
{
to: "https://docs.kubearmor.io/kubearmor/",
label: "Documentation",
Expand Down Expand Up @@ -204,7 +204,7 @@ const config = {
items: [
{
label: "Blog",
to: "/blog",
to: "https://github.com/kubearmor/KubeArmor/wiki",
},
{
label: "Documentation",
Expand Down
1 change: 1 addition & 0 deletions static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://kubearmor.io/

0 comments on commit 45833db

Please sign in to comment.