Change-Id: I5f70cab0e9f614acfeabc88391c28133166a3427 Signed-off-by: Corey Leong <profcorey@profcorey.com>
19 lines
546 B
YAML
19 lines
546 B
YAML
# 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
|