Skip to content

Commit e218c88

Browse files
TODO
1 parent 2ef401c commit e218c88

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

DocumentationStandard.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,15 @@ In detail: Use _htmlpreview.github.io_ rather than _rawgit.com_ for `.html`, bec
8383
### Updating links to cdn.rawgit.com
8484
Navigate to [github.com/selite/selite](https://github.com/selite/selite) > 'latest commit XYZ...' link near middle top > 'Browse files' button near the right top > locate the file > 'Raw' button. The URL will start with _https://raw.githubusercontent.com/selite/selite/XYZ.../\<add-on's-name\>/src/chrome/..._ Then append the path part of that URL to _https://cdn.rawgit.com/_, i.e. _https://cdn.rawgit.com/selite/selite/XYZ.../\<add-on's-name\>/src/chrome/..._
8585

86-
Apply similar steps to SelBlocksGlobal.
86+
Apply similar steps to SelBlocksGlobal.
87+
<!--TODO
88+
Ubuntu 16.04
89+
apt-get install ruby ruby-dev zlib1g-dev
90+
gem install github-pages
91+
92+
npm i -g jsdoc
93+
94+
cd docs
95+
git checkout gh-pages
96+
jsdoc -r ../selite ../sel-blocks-global -d .
97+
-->

0 commit comments

Comments
 (0)