Skip to content

Commit

Permalink
docs: use the compiled bundles for js + css in mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed May 30, 2024
1 parent 1466bf8 commit 8f10a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ theme:
# custom_dir: docs/overrides

extra_javascript:
- path: https://s3.amazonaws.com/hotosm-ui/latest/components/Button.js
- path: https://s3.amazonaws.com/hotosm-ui/latest/dist/components.js
type: module

extra_css:
- css/extra.css
- https://s3.amazonaws.com/hotosm-ui/latest/theme/styles.css
- https://s3.amazonaws.com/hotosm-ui/latest/dist/styles.css

markdown_extensions:
- tables
Expand Down

0 comments on commit 8f10a00

Please sign in to comment.