Documentation hub for Experimenter/Nimbus
Перейти к файлу
dependabot[bot] 322735a228
Bump @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71 (#9)
2021-03-16 21:26:20 +00:00
.github Set up basic Docusaurus files, add Actions workflow for deploying, add Dependabot 2021-03-02 16:44:39 -05:00
docs Fix images on Contributing page (#12) 2021-03-15 20:18:40 -04:00
src/css Bump @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71 (#9) 2021-03-16 21:26:20 +00:00
static Fix images on Contributing page (#12) 2021-03-15 20:18:40 -04:00
.gitignore Set up basic Docusaurus files, add Actions workflow for deploying, add Dependabot 2021-03-02 16:44:39 -05:00
.prettierrc chore(project): Add Prettier, format files 2021-03-10 15:01:39 -06:00
README.md Add contributing.md with GH workflow and doc edits/creation details (#8) 2021-03-15 17:52:22 -05:00
babel.config.js chore(project): Add Prettier, format files 2021-03-10 15:01:39 -06:00
docusaurus.config.js chore(project): Add Prettier, format files 2021-03-10 15:01:39 -06:00
package.json Bump @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71 (#9) 2021-03-16 21:26:20 +00:00
sidebars.js Add contributing.md with GH workflow and doc edits/creation details (#8) 2021-03-15 17:52:22 -05:00
yarn.lock Bump @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71 (#9) 2021-03-16 21:26:20 +00:00

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:

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.