The SimpleTest project leverages Antora for documentation management. This repository provides the user interface for the project documentation. The UI project is named simpletest-docs-ui. It is based on antora-ui-default and has been fully customized and extended to meet the requirements of SimpleTest.
-
List all commands:
npx gulp --tasks -
To clean up:
npx gulp clean -
To build the build the assets (css, js, fonts, etc) into the folder
/public/_:npx gulp build -
To build the preview site (html) into the folder
/public:npx gulp preview:build -
To package the ui-bundle for Antora:
npx gulp bundle -
To start the dev server:
LIVERELOAD=1 npx gulp preview