Files
twpm-docs/mkdocs.yml
Maciej Pijanowski 4731d08e12 add license, making reuse 3.0 compliant
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
2024-01-16 23:31:56 +01:00

63 lines
1.6 KiB
YAML

# SPDX-FileCopyrightText: 2024 3mdeb <contact@3mdeb.com>
#
# SPDX-License-Identifier: CC-BY-SA-4.0
---
site_name: Trustworthy Platform Module (TwPM)
site_url: https://twpm.dasharo.com
repo_url: https://github.com/dasharo/twpm-docs
theme:
name: material
favicon: images/favicon.png
logo: images/dasharo-logo.png
features:
- content.tabs.link
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.indexes
extra_css:
- stylesheets/extra.css
markdown_extensions:
- footnotes
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.keys
- attr_list
- meta
- toc:
toc_depth: 2
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
nav:
- Intro:
- index.md
- Tutorials:
- tutorials/index.md
- Building TwPM: tutorials/building.md
- Connecting TwPM to the mainboard: tutorials/mainboard-connection.md
- Development:
- development/index.md
- Verilog modules: development/verilog_modules.md
- Communication between SoC and FPGA: development/soc_fpga_communication.md
- Testing: development/testing.md
- Explanation:
- explanation/index.md
- Hardware requirements: explanation/hardware-requirements.md
- Hardware selection: explanation/hardware-selection.md
- Compliance: explanation/compliance.md
- Changelog:
- changelog/index.md
- Contributing:
- contributing/index.md
- Roadmap:
- roadmap/index.md