mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
21 lines
394 B
YAML
21 lines
394 B
YAML
site_name: Data Designer
|
|
theme:
|
|
name: material
|
|
plugins:
|
|
- search
|
|
- gen-files:
|
|
scripts:
|
|
- scripts/gen_ref_pages.py
|
|
- literate-nav:
|
|
nav_file: SUMMARY.md
|
|
- section-index
|
|
- mkdocstrings:
|
|
handlers:
|
|
python:
|
|
paths: [src]
|
|
filters: "!^(__.*__$)"
|
|
nav:
|
|
- Welcome: index.md
|
|
- Code Reference: reference/
|
|
extra_css:
|
|
- css/code_select.css
|