RandomSec/docs
dependabot[bot] 4a1c1e34ef
Bump websocket-extensions from 0.1.3 to 0.1.4 in /docs (#2682)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-06 10:13:02 +01:00
..
core Add Netlify link required for a team open source account (#2589) 2020-04-24 18:58:11 +02:00
src Change "reference manual" to "product reference" (#2582) 2020-04-22 23:57:27 +02:00
static Initial structure for Docusaurus docs, for #2273 2020-04-03 16:22:47 +02:00
.gitignore feat: Move to Yarn Package Manager (#2564) 2020-04-20 13:31:52 +02:00
package.json Set up docs deployment process with Netlify (#2567) 2020-04-20 12:17:38 +02:00
README.md Set up docs deployment process with Netlify (#2567) 2020-04-20 12:17:38 +02:00
sidebars.json Flesh out the documentation for the key/value columnize operation. 2020-04-09 14:42:49 +02:00
siteConfig.js add comments 2020-04-23 01:36:27 +05:30
yarn.lock Bump websocket-extensions from 0.1.3 to 0.1.4 in /docs (#2682) 2020-06-06 10:13:02 +01:00

How to build these docs

We use Docusaurus for our docs. Assuming you have Node.js installed (which includes npm), you can install Docusaurus with:

You will need to install Yarn before you can build the site.

npm install -g yarn

Once you have installed yarn, navigate to docs directory & set-up the dependencies.

cd docs
yarn

Once this is done, generate the docs with:

yarn build

You can also spin a local web server to serve the docs for you, with auto-refresh when you edit the source files, with:

yarn start