322735a228 | ||
---|---|---|
.github | ||
docs | ||
src/css | ||
static | ||
.gitignore | ||
.prettierrc | ||
README.md | ||
babel.config.js | ||
docusaurus.config.js | ||
package.json | ||
sidebars.js | ||
yarn.lock |
README.md
☁️ Documentation Hub for Nimbus & Experimenter Users
Check out the docs at: https://mozilla.github.io/experimenter-docs/
About
This repository is the documentation hub for Experimenter. Its purpose is to be a single source of truth for and house user, developer, and data documentation.
The site is built using Docusaurus v2 and is automatically deployed from the main
branch to GitHub Pages using GitHub Actions.
Relevant ADRs:
- Use Docusaurus + GH Pages for the Nimbus User Doc Hub
- Location for the new Experiment "Docs Hub" codebase + docs
Contributing
Pages are written in Markdown and can be found under docs/
.
Check out the Contributing page on GH pages for helpful Docusaurus and GitHub UI tips to learn how to create a new document, edit an existing one, and/or how to adjust the sidebar. You don't have to check out the repository locally to contribute.
Working locally
The site is built using Docusaurus v2 and is automatically deployed from the main
branch to GitHub Pages using GitHub Actions. To build and run it locally you can:
yarn install
yarn start
That should open a new browser window automatically, or you can manually browse to http://localhost:3000/experimenter-docs/ to view the docs.