Add mkdocs.yml
This commit is contained in:
parent
a0c05da9d7
commit
9c2db785f4
|
@ -0,0 +1,8 @@
|
||||||
|
site_name: CARLA Simulator
|
||||||
|
repo_url: https://github.com/carla-simulator/carla
|
||||||
|
|
||||||
|
pages:
|
||||||
|
- 'Home': 'index.md'
|
||||||
|
|
||||||
|
markdown_extensions:
|
||||||
|
- admonition
|
Loading…
Reference in New Issue