fleet-memory/hindsight-docs
Nicolò Boschi 9db64ecda3
feat: revisit mental models, directives and reflections (#179)
* chore: run benchmarks with reflect mode

* chore: run benchmarks with reflect mode

* fixes

* new mm

* bunch of fixes

* initial commit

* fixes

* fixes

* fixes

* fix: sometimes memories gets extracted in the wrong language
2026-01-22 17:13:16 +01:00
..
docs chore: drop unused access_count column (#178) 2026-01-20 10:36:02 +01:00
examples doc: refinement for 0.3.0 new features (#159) 2026-01-16 11:16:52 +01:00
src feat: extensions (#54) 2025-12-22 11:05:23 +01:00
static feat: revisit mental models, directives and reflections (#179) 2026-01-22 17:13:16 +01:00
.gitignore rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
docusaurus.config.ts doc: changelog for 0.2.0 (and regenerate clients) (#99) 2026-01-05 12:36:29 +01:00
package.json feat: extensions (#54) 2025-12-22 11:05:23 +01:00
README.md rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
sidebars.ts misc: performance improvements (#140) 2026-01-09 14:47:20 +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.