Commit 2ccbd78a authored by jornh's avatar jornh Committed by Tao Feng

Minor doc formatting (#137)

Bullets FTW
parent 5106986d
...@@ -14,7 +14,9 @@ Certain features of the React application import variables from an [AppConfig](h ...@@ -14,7 +14,9 @@ Certain features of the React application import variables from an [AppConfig](h
1. Add your logo to the folder in `amundsen_application/static/images/` 1. Add your logo to the folder in `amundsen_application/static/images/`
2. Set the the `logoPath` key on the `AppConfigCustom` object in [config-custom.ts](https://github.com/lyft/amundsenfrontendlibrary/blob/master/amundsen_application/static/js/config/config-custom.ts). For example Lyft uses the value `"/static/images/lyft-logo.svg"` 2. Set the the `logoPath` key on the `AppConfigCustom` object in [config-custom.ts](https://github.com/lyft/amundsenfrontendlibrary/blob/master/amundsen_application/static/js/config/config-custom.ts). For example Lyft uses the value `"/static/images/lyft-logo.svg"`
3. Rebuild/redeploy. The `npm run build` step will rebuild scripts file to reference the new logo image, and the `python3 setup.py install` step will updated deployed files and make the new image available on the server. 3. Rebuild/redeploy.
* `npm run build` to rebuild typescript files to reference the new logo image
* `python3 setup.py install` will updated deployed files and make the new image available on the server
### Custom Fonts & Styles ### Custom Fonts & Styles
Fonts and css variables can be customized by modifying [fonts-custom.scss](https://github.com/lyft/amundsenfrontendlibrary/blob/master/amundsen_application/static/css/_fonts-custom.scss) and Fonts and css variables can be customized by modifying [fonts-custom.scss](https://github.com/lyft/amundsenfrontendlibrary/blob/master/amundsen_application/static/css/_fonts-custom.scss) and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment