[Autoware Documentation] I want to check how the PR looks beforehand #2589
-
Hi, I am currently considering making a PR for Autoware Documentation (this branch). I want to check beforehand how the PR looks on the Autoware Documentation website if it is merged. What is the easiest way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 2 replies
-
The easiest way is to open the PR (as a draft if you want) and the updated documentation pages will be generated by github. Otherwise you can clone the documentation repository and build the documentation locally with command |
Beta Was this translation helpful? Give feedback.
The easiest way is to open the PR (as a draft if you want) and the updated documentation pages will be generated by github.
For example: autowarefoundation/autoware-documentation#86 (comment)
Otherwise you can clone the documentation repository and build the documentation locally with command
mkdocs build -f mkdocs.yaml
but this requires many dependencies.