From f7d9ef77a24ffdff0554d321e42acb18929d58a8 Mon Sep 17 00:00:00 2001 From: Le-Caignec Date: Sat, 21 Mar 2026 18:07:55 +0100 Subject: [PATCH] fix: navbar --- .vitepress/config.ts | 5 ++++- .vitepress/theme/Layout.vue | 19 +++++++++++++++++++ src/index.md | 1 + 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 6a76d7f2..755fadfc 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -15,7 +15,8 @@ const env = loadEnv('', process.cwd()); // https://vitepress.dev/reference/site-config export default withMermaid( defineConfig({ - title: 'PoCo Documentation', + title: 'iExec Documentation', + titleTemplate: ':title | PoCo Documentation', description: 'Build decentralized applications that combine ownership, privacy, and monetization.', cleanUrls: true, @@ -152,6 +153,8 @@ export default withMermaid( text: 'Suggest changes to this page', }, + siteTitle: false, + logo: { light: '/Logo-RLC-Yellow.png', dark: '/Logo-RLC-Yellow.png', diff --git a/.vitepress/theme/Layout.vue b/.vitepress/theme/Layout.vue index 37d777a9..2ef33030 100644 --- a/.vitepress/theme/Layout.vue +++ b/.vitepress/theme/Layout.vue @@ -1,14 +1,33 @@ + + diff --git a/src/index.md b/src/index.md index 08b0b36d..a46101aa 100644 --- a/src/index.md +++ b/src/index.md @@ -1,5 +1,6 @@ --- layout: home +titleTemplate: iExec Documentation ---