Skip to content

Commit 7960be2

Browse files
committed
remove logo.png e adiciona nova configuração de navbar no VuePress
1 parent 532c960 commit 7960be2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/.vuepress/config.js

+10
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,14 @@ import { defineUserConfig } from 'vuepress'
55
export default defineUserConfig({
66
bundler: viteBundler(),
77
theme: defaultTheme(),
8+
navbar: [
9+
{
10+
text: 'Inicial',
11+
link: '/',
12+
},
13+
{
14+
text: 'Guide',
15+
link: '/guide/',
16+
},
17+
],
818
})
File renamed without changes.

0 commit comments

Comments
 (0)