Closed Bratanov closed 7 years ago
This is my second attempt on this.
Problem with previous attempt (https://github.com/Bratanov/community-driven-radio/pull/31) was that the jsdoc generated .html files had to be included in PR's in order to be seen in the github pages page (from docs folder in master branch - Reference ).
jsdoc
docs
master
This time I'm using the gh-pages branch (Reference) , and a script is included which will move all documentation related files (and generated on-the-go jsdocs) to it.
gh-pages
Demo: http://bratanov.github.io/community-driven-radio/ (Will update it as I work on this PR)
Done:
.md
.js
npm run publish-docs
Work in progress
This is my second attempt on this.
Problem with previous attempt (https://github.com/Bratanov/community-driven-radio/pull/31) was that the
jsdoc
generated .html files had to be included in PR's in order to be seen in the github pages page (fromdocs
folder inmaster
branch - Reference ).This time I'm using the
gh-pages
branch (Reference) , and a script is included which will move all documentation related files (and generated on-the-go jsdocs) to it.Demo: http://bratanov.github.io/community-driven-radio/ (Will update it as I work on this PR)
Done:
.md
files from thedocs
folder,.js
filesnpm run publish-docs
)