Be sure that at least one person reviews your work before deploying it to production.
This page lists the responsibilities of both the author and the reviewer.
Before submitting a merge request (MR) for review, the writer should:
mkdocs serve
You must navigate to the directory that contains the docs directory and mkdocs.yml file for your documentation by using the change directory (cd) command before using this code snippet.
http://127.0.0.1:8000 (or http://localhost:8000), and confirm that the ToC is rendering correctly, all images display correctly, and all links resolve as expected.After the MR is submitted for review, the reviewer should:
mkdocs serve locally and confirm that no build issues occur.http://127.0.0.1:8000 (or http://localhost:8000), and confirm that the ToC is rendering correctly, all images are displaying, and all links resolve as expected.