This the public deployment of our Bedag styleguide.
- Make sure
bedag-angular-styleguide
is checked out in the same folder as this project- Check out the
master
branch 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.scss
from@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.sh
in this project. This will automatically- Build the styleguide
- Copy the output into docs
- Update base href
- Copy
index.html
to404.html
to make paths work
- Make sure
update.sh
ran without errors - Commit and push the changes