forked from SMILEConsortium/node-smile-server
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refs #69 Regenerate the docs in the subtree because the previous version
had generated for a local hugo server
- Loading branch information
1 parent
bbb643d
commit 8a667e0
Showing
48 changed files
with
768 additions
and
744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,31 @@ Tests | |
* Run functional tests | ||
$ ./run_functional_tests | ||
|
||
Making the Docs | ||
=============== | ||
|
||
* Use Hugo ... so install it | ||
* rm -rf docs/public (only do this if you are knowing what you do and why you would do this, it should only need to be done once and it's done so don't touch it) | ||
* git subtree add --prefix docs/public [email protected]:RazortoothRTC/node-smile-server.git gh-pages --squash | ||
* git subtree pull --prefix=docs/public | ||
* Run hugo from docs dir | ||
* git commit -a | ||
* git subtree push --prefix=docs/public [email protected]:RazortoothRTC/node-smile-server.git gh-pages | ||
|
||
Updating the Docs | ||
================ | ||
|
||
* git subtree pull --prefix=docs/public | ||
* Update the docs | ||
* Run hugo from docs dir (to generate the new doc changes) | ||
* git commit -a | ||
* git subtree push --prefix=docs/public [email protected]:RazortoothRTC/node-smile-server.git gh-pages | ||
|
||
|
||
Attributions | ||
============ | ||
|
||
* Flickr: https://www.flickr.com/photos/testrunbomber842/10053155455 | ||
* Flickr: https://www.flickr.com/photos/testrunbomber842/10053155455 | ||
* Hugo (for Docs): | ||
* Jquery: for everything else | ||
* Node.js: Also, for making everything a little bit easier |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.