feat: update docs site branding with custom logo, favicon, and elegant navbar styling

This commit is contained in:
Firman Ramdhani
2026-06-24 16:35:14 +07:00
parent 30c95e338b
commit 3d56eed2b8
4 changed files with 70 additions and 2 deletions
+6 -2
View File
@@ -3,10 +3,14 @@ import { withMermaid } from 'vitepress-plugin-mermaid'
const config = withMermaid(
defineConfig({
title: "Frontend Monorepo",
// title: "Frontend Monorepo",
title: 'Frontend Arch',
description: "Centralized documentation for the Enterprise Frontend Monorepo",
head: [
['link', { rel: 'icon', href: '/favicon.svg' }] // Jika Anda menggunakan favicon.svg
],
themeConfig: {
logo: '/logo.svg',
nav: [
{ text: 'Docs', link: '/overview' },
],