We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84ef4e commit 84e9ebeCopy full SHA for 84e9ebe
1 file changed
docs/.vitepress/config.mts
@@ -6,6 +6,7 @@ import { withMermaid } from "vitepress-plugin-mermaid";
6
export default withMermaid(defineConfig({
7
title: "CobaltCore",
8
description: "Opinionated OpenStack distribution that builds upon IronCore’s foundation to support non-cloud-native workloads",
9
+ base: "/docs/",
10
head: [['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/cobaltcore-dev/.github/refs/heads/main/assets/Logo_Cobalt_Core_background_white.svg' }]],
11
themeConfig: {
12
// https://vitepress.dev/reference/default-theme-config
0 commit comments