mozregression/docs
Zeid Zabaneh 5fd8f9f2e1
workflows: add ubuntu-22.04 builds (bug 1796149) (#1122)
- add build on Ubuntu 22.04
- update documentation to reflect new builds
- rename archives in releases to reflect new builds
2022-10-24 11:48:47 -04:00
..
_data
_includes
_layouts
_posts
_sass
css
documentation document the arguments that set prefs (#1098) 2022-09-06 08:55:57 -04:00
images Move that to a better spot 2021-12-30 10:02:19 -05:00
js
Gemfile
README.md
_config.yml
contribute.md
feed.xml
index.md
install.md workflows: add ubuntu-22.04 builds (bug 1796149) (#1122) 2022-10-24 11:48:47 -04:00
quickstart.md

README.md

Testing documentation

First install bundler for ruby:

gem install bundler

Then, from inside the docs/ directory, install jekyll adapted to github:

bundle install --path vendor/bundle --binstubs --gemfile=$PWD/Gemfile

You can then test your changes with:

bin/jekyll serve --baseurl ''

Note that nodejs may need to be installed on your system to run jekyll.