Creating MkDocs Configuration File
MkDocs allows you to quickly create a website and run it locally on your computer. The source files for a project that uses MkDocs consists of Markdown content files and YAML configuration files.
Tip
Running a website locally requires MkDocs installed on your computer. See Installing MkDocs.
Procedure:
- In the root location of your project, create a
mkdocs.ymlfile. - Edit the file, paste the configuration provided below, and save the changes.
- Ensure the
mkdocs.ymlis added to the project. See Creating Read the Docs Configuration File.