-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
39 lines (39 loc) · 1.39 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
site_name: lpnTPM Documentation
site_url: https://lpntpm.lpnplant.io/
theme:
name: material
# TODO: provide logo and styling
# favicon: images/favicon.png
# logo: images/logo.png
# extra_css:
# - stylesheets/extra.css
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.keys
- attr_list
nav:
- 'About': index.md
- 'How to':
- 'Intro': how_to.md
- 'Building flashing and debugging': building.md
- 'Running': running.md
- 'TPM driver instrumentation': instrumentation.md
- 'Target TPM hardware interfaces': hardware_interfaces.md
- 'Open-source tools for FPGA synthesis': symbiflow_investigation.md
- 'Current issues': issues.md
- 'Mechanical design':
- 'TPM modules pinout': tpm_modules_pinout.md
- 'TPM modules renders': tpm_renders.md
- 'Journal': journal.md
- 'RaspberryPi demonstration with TPM module':
- 'Connecting Raspberry Pi with Windows OS': rpi_connection.md
- 'Running TPM 2.0 module on Raspberry Pi': rpi.md
- 'FAQ': rpi_faq.md
- 'Development on SparkFun Thing+': sparkfun-thingplus.md
- 'Considerations on hardware replacement': further_project_development.md
- 'TPM hardware interface documentation': tpm_lpc_spi_interface.md
- 'SPI interface - implementation': tpm-spi-dev.md
- 'SPI communication dump': tpm-spi-dump.md
- 'LPC driver - implementation': TPM_with_LPC_protocol.md