This repository builds out the documentation on readthedocs.org.
Please see the documentation here: https://webextensions-experiments.readthedocs.io
Alter the documentation, just make a pull request to this repository. When it is merged it will update read the docs automatically.
If you'd like to add in a new version of an experiment then you need to do the following:
-
Ensure that in the add-on the updateURL is pointing to the following address: https://web-ext-experiments.github.io/about/experiments/about.json - please see https://developer.mozilla.org/en-US/Add-ons/Updates for more on that.
-
Add an experiment version to this respository in the experiments directory. If a directory doesn't exist for your add-on, create a new one.
-
Run
python generate.py
this will generate theupdate.json
file so that if you update your experiment, users will get the new version. -
Commit your version and the new
update.json
file. Repeat this process each time you do a new version.