Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "This file: Node-dependant workflow scripts for the jekyll-based site",
"scripts": {
"build": "npm run fetch-readmes && bundle exec jekyll build",
"start": "bundle exec jekyll serve --incremental",
"fetch-readmes": "./update-readmes.sh --repos=./_data --out=./_includes/readmes && ./update-v4-readmes.sh && ./update-community-readmes.sh",
"lint-readmes": "markdownlint _includes/readmes/",
Expand All @@ -18,7 +19,7 @@
"url": "git+https://github.com/Strongloop/loopback.io.git"
},
"devDependencies": {
"@loopback/docs": "latest",
"@loopback/docs": "*",
"fs-extra": "^5.0.0",
"getreadmes": "github:strongloop/get-readmes",
"markdownlint-cli": "github:sequoia/markdownlint-cli",
Expand Down
3 changes: 0 additions & 3 deletions update-lb4-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ copyDocs(srcDocs, destDocs);
//copy over sidebar for LoopBack 4
copyDocs(srcSidebars, destSidebars);

//clean up sidebar dir
removeDir(srcSidebars);

const fileToUpdate = path.resolve(destDocs, 'Testing-the-API.md');

// bug in `jekyll-relative-links` plugin; probably safe to remove when
Expand Down