Skip to content

Commit

Permalink
chore(): docs about creating project template
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 27, 2017
1 parent 4816133 commit ba65686
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/cookbook/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"private": true
"private": true,
"devDependencies": {
"docsify-cli": "^4.1.12"
}
}
1 change: 1 addition & 0 deletions docs/cookbook/web/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [Facebook Weather Bot](/solutions/weather-bot)
- Deployment
- [Deploying projects using CircleCI](/deployment/circle-ci)
- [Creating project template](/deployment/create-project-template)
- [Using multiple Syncano accounts](/deployment/multiple-accounts)
- [Support](/common/support)
- [Contributing](/common/contributing)
Expand Down

0 comments on commit ba65686

Please sign in to comment.