Skip to content

Commit e03b0bf

Browse files
committed
feat(navbar): add navbar with links to vuegg and gh-repo
1 parent cdf3d9d commit e03b0bf

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

_navbar.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!-- _navbar.md -->
2+
3+
* <a href="https://github.com/vuegg/vuegg" target="_blank" title="Vuegg on GH"><img width="30" src="/static/gh_logo.svg"></a>
4+
* <a href="https://vuegg.now.sh/" target="_blank" title="Go to Vuegg"><img width="30" src="/static/vuegg-plain.svg"></a>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<script>
2828
window.$docsify = {
2929
name: 'vuegg',
30-
repo: 'vuegg/vuegg',
3130
coverpage: true,
3231
auto2top: true,
3332
subMaxLevel: 2,
33+
loadNavbar: true,
3434
loadSidebar: true,
3535
themeColor: '#ea493f'
3636
}

static/gh_logo.svg

+1
Loading

static/vuegg-plain.svg

+1
Loading

static/vuegg.svg

+1
Loading

0 commit comments

Comments
 (0)