Skip to main content

Documentation

The documentation is hosted in the docs/ subfolder. All subsequent commands assume you are located in this folder.

Run the development server​

yarn start

The development server will start on http://localhost:3000

Create a production bundle​

yarn run build

Review the production bundle​

yarn run serve

Deploying​

The Github Actions Workflow will trigger if there is a modification on the docs/ subfolder and automatically deploy the updated docs to https://splunk.github.io/vscode-extension-splunk-soar/ via Github Pages.