fleet-memory/hindsight-docs
Nicolò Boschi 040eb33ea6
improve ci and tests (#22)
* improve ci and tests

* add more tests

* fixes

* fix tests

* fix more

* fix

* fix

* fix

* fix

* fix for real

* tests and doc

* fix cp

* fix link pg0

* fix pg0

* fix pg0

* fix pg0

* even better

* more

* fix
2025-12-09 19:16:00 +01:00
..
docs improve ci and tests (#22) 2025-12-09 19:16:00 +01:00
src cli installation 2025-12-04 13:16:42 +01:00
static Update README 2025-12-09 10:17:09 -07:00
.gitignore rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
docusaurus.config.ts fix: update Docusaurus config for custom domain (#20) 2025-12-08 16:40:36 -05:00
openapi.json improve ci and tests (#22) 2025-12-09 19:16:00 +01:00
package-lock.json improve ci and tests (#22) 2025-12-09 19:16:00 +01:00
package.json improve ci and tests (#22) 2025-12-09 19:16:00 +01:00
README.md rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
sidebars.ts improve ci and tests (#22) 2025-12-09 19:16:00 +01:00
tsconfig.json rename to hindsight (#2) 2025-11-25 19:28:26 +01:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

npm install

Local Development

npm 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

npm run build

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

Deployment

Using SSH:

USE_SSH=true npm run deploy

Not using SSH:

GIT_USER=<Your GitHub username> npm run 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.