# mkdocs.yml site_name: Cascade Documentation site_url: https://example.com/ # Replace with your ReadTheDocs URL later # The 'material' theme is the industry standard for MkDocs. # It looks professional and works well on mobile. theme: name: readthedocs # This links to your code repository in the top right corner repo_url: https://opendev.org/x/cascade repo_name: Cascade Repo # Navigation structure (maps titles to filenames in the docs/ folder) nav: - Home: index.md # You can add more pages here later, e.g.: # - About: about.md