This the public deployment of our Bedag styleguide.
- Make sure
bedag-angular-styleguideis checked out in the same folder as this project- Check out the
masterbranch and update to the latest version - Change the theme from violet to default by switching the theme import in
frontend/src/app/bedag-styles/_bedag-variables.scssfrom@import "src/app/bedag-styles/themes/bedag_ci_violet_theme"to@import 'src/app/bedag-styles/themes/bedag_classic_theme'
- Check out the
- Run
./update.shin this project. This will automatically- Build the styleguide
- Copy the output into docs
- Update base href
- Copy
index.htmlto404.htmlto make paths work
- Make sure
update.shran without errors - Commit and push the changes