Skip to content

Commit e2c0a4a

Browse files
authored
Merge pull request #12 from ipfs/nav
nav amends
2 parents ed51df1 + 9799380 commit e2c0a4a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/.vuepress/nav/en.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
module.exports = [
2-
{
3-
text: 'Get Started',
4-
link: '/'
5-
}
6-
]
1+
module.exports = [{}]

docs/.vuepress/theme/styles/index.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@
2828
}
2929
}
3030
}
31+
32+
.page > .page-nav {
33+
display: none;
34+
}
3135
}

0 commit comments

Comments
 (0)