RandomSec/docs
allanaaa 95983c4ac0
Updating exploring.md (#3035)
* Updating Exploring, with images

Images still need some trimming. Haven't explained logs yet.

* Typos and minor fixes

* Update exploring.md

* Expanding a bit on records mode

* Adding a caution box

* Log text, link fixes, remove infobox, fix phrasing, etc

* Whoops, missed a bracket

* Expanding the log facet section, thanks @thadguidry

And fixing some date-format information.

* Splitting into three pages

* Expanding on records mode

So helpful that we call it the "key column" in the wiki!

* Updates to all three pages

* Update facets.md

* Update sort/view

* Update exploring.md

* Update exploring.md

* Update exploring.md
2020-09-17 12:25:51 +02:00
..
docs Updating exploring.md (#3035) 2020-09-17 12:25:51 +02:00
src Documentation style changes (#3178) 2020-09-16 15:21:56 +02:00
static Updating exploring.md (#3035) 2020-09-17 12:25:51 +02:00
.gitignore begin Docusaurus 2 migration (#2799) 2020-06-29 08:45:24 +02:00
docusaurus.config.js Added technical reference to docusaurus based on existing wiki pages (#2940) 2020-07-16 18:39:03 +02:00
package.json begin Docusaurus 2 migration (#2799) 2020-06-29 08:45:24 +02:00
README.md begin Docusaurus 2 migration (#2799) 2020-06-29 08:45:24 +02:00
sidebars.js Updating exploring.md (#3035) 2020-09-17 12:25:51 +02:00
yarn.lock Bump prismjs from 1.20.0 to 1.21.0 in /docs 2020-08-08 00:09:20 +00:00

How to build these docs

We use Docusaurus 2 for our docs, a modern static website generator.

Requirements

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

Installation

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

cd docs
yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.