Skip to content

Your project documentation

Next steps

If you want to include this documentation as a sub-documentation in another repository, add the following line to the mkdocs_custom.yml of the other repository.

cd submodules
git submodule add your-repo-name
- Your project documentation: '!include ./submodules/your-repo-name/mkdocs.yml'

Reference