Skip to content

Commit 3a8d73e

Browse files
marshallswaindaffl
authored andcommitted
Add Vuepress documentation as common-hooks.feathersjs.com (#556)
1 parent ee482ae commit 3a8d73e

File tree

13 files changed

+16463
-3790
lines changed

13 files changed

+16463
-3790
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ node_modules
3131

3232
dist/
3333
.idea/
34+
yarn.lock

docs/.vuepress/config.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
module.exports = {
2+
title: 'feathers-hooks-common',
3+
description: '',
4+
themeConfig: {
5+
repo: 'feathersjs-ecosystem/feathers-hooks-common',
6+
docsDir: 'docs',
7+
editLinks: true,
8+
sidebar: [
9+
'./overview.md',
10+
'/hooks.md',
11+
'/utilities.md',
12+
'/migrating.md',
13+
'/guides.md'
14+
],
15+
serviceWorker: {
16+
updatePopup: true
17+
}
18+
}
19+
}
10.2 KB
Loading

docs/.vuepress/styles/index.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.home .hero .action-button {
2+
background-color: #ae0bb1 !important;
3+
border-bottom: solid 1px #87098a !important;
4+
}

docs/.vuepress/styles/palette.styl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$accentColor = #D513A5
2+
$textColor = #2c3e50
3+
$borderColor = #eaecef
4+
$codeBgColor = #2c3e50
5+
$secondaryColor = #33CCFF

0 commit comments

Comments
 (0)