mozilla-reports/script
Jeff Klukas 7601cabc54
Revert script changes
2019-02-25 16:51:48 -05:00
..
README.md Move static content into the repository 2018-10-24 13:57:07 -04:00
convert-knowledge-metadata.sh Add scripts for converting kr content to static html 2018-10-23 09:35:15 -04:00
remove-nav-all.sh Use set -exo pipefail in scripts 2018-10-23 11:06:25 -04:00
remove-nav.py Pull in 1 change since change to static site 2019-02-25 16:24:14 -05:00
render.sh Revert script changes 2019-02-25 16:51:48 -05:00
scrape-kr.sh Revert script changes 2019-02-25 16:51:48 -05:00
serve.sh Use set -exo pipefail in scripts 2018-10-23 11:06:25 -04:00

README.md

Scripts used for local testing and continuous integration.

Conversion from Knowledge Repo

Some of the scripts here exist only for historical on how we converted to a static docere-based site from AirBnb's Knowledge Repo application.

The conversion can be run as follows:

python3 -m venv venv
source venv/bin/active
pip install beautifulsoup4 PyYAML
./script/convert-knowledge-metadata.sh
./script/scrape-kr.sh
./script/remove-nav-all.sh