Skip to content

OpenApparatus/docs

Repository files navigation

OpenApparatus docs

License: MIT Deploy

Documentation site for the OpenApparatus ecosystem — a small set of open-source tools for procedurally generating reproducible navigation environments for behavioural research.

Built with Docusaurus and deployed to GitHub Pages.

What's documented

The site has one section per repository in the org:

  • Core — the engine-agnostic .NET library.
  • Studio — the cross-platform Avalonia desktop app.
  • Unity — the Unity Package Manager package.

Plus a shared introduction, getting-started page, and contributing guide.

Local development

git clone https://github.com/OpenApparatus/docs.git
cd docs
npm install
npm start

The dev server lives at http://localhost:3000 and hot-reloads on changes.

Build

npm run build

Outputs static HTML to build/. Serve it locally with npm run serve.

Deployment

Pushes to main trigger the deploy.yml workflow, which builds the site and publishes it to GitHub Pages.

Contributing

Every page in the rendered site has an "Edit this page" link at the bottom — that opens the source .md file on GitHub. PRs welcome.

For broader contribution guidance see the Contributing page.

License

MIT — see LICENSE.

About

Docusaurus documentation site for the OpenApparatus ecosystem

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors