add site config to mkdocs

This commit is contained in:
Fischer Moseley 2023-03-09 16:35:16 -05:00
parent 8cce0c0eca
commit 4d6df33921
3 changed files with 10 additions and 5 deletions

0
doc/index.md Normal file
View File

View File

@ -1,2 +1,11 @@
site_name: Manta
site_description: Manta Documentation
site_author: Fischer Moseley
repo_url: https://github.com/fischermoseley/manta/
theme:
name: material
name: material
nav:
- Home: index.md

View File

@ -1,4 +0,0 @@
from manta import Manta
m = Manta('/Users/fischerm/fpga/manta/examples/nexys_a7/single_lut_ram/manta.yaml')
m.generate_hdl('inspecto_time.v')