Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 421 Bytes

File metadata and controls

17 lines (15 loc) · 421 Bytes

MKDOCS TEMPLATE

If you want a docs website, create mkdocs.yml like this:

site_name: EEG Causal Connectivity Toolkit
theme:
  name: material
nav:
  - Home: README.md
  - Architecture: docs/ARCHITECTURE.md
  - Methods: docs/METHODS.md
  - File Contracts: docs/FILE_CONTRACTS.md
  - Function Catalog: docs/FUNCTION_CATALOG.md
  - Variable Registry: docs/VARIABLE_REGISTRY.md
  - Diagrams: docs/DIAGRAMS.md