Skip to content

Commit 33de888

Browse files
committed
[docs] Update SUMMARY.md
Adds the following sections to md-book: * Specification documents * Design documents Signed-off-by: Miguel Osorio <[email protected]>
1 parent d59c2f8 commit 33de888

File tree

8 files changed

+224
-219
lines changed

8 files changed

+224
-219
lines changed

docs/src/SUMMARY.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,26 @@
44

55
# User Guide
66

7-
- [Getting Started](./getting-started.md)
8-
- [Usage](./usage.md)
7+
* [Getting Started](./getting-started.md)
8+
* [Usage](./usage.md)
9+
10+
# Specification
11+
12+
* [Introduction](./specification/README.md)
13+
* [Firmware Resiliency](./specification/firmware_resiliency.md)
14+
* [Middleware](./specification/middleware/README.md)
15+
* [MCTP](./specification/middleware/mctp.md)
16+
* [SPDM](./specification/middleware/spdm.md)
17+
* [PLDM](./specification/middleware/pldm.md)
18+
* [Services](./specification/services/README.md)
19+
* [Device Abstraction](./specification/device_abstraction/README.md)
20+
* [Terminology](./specification/terminology.md)
921

1022
# Developer Guide
1123

12-
- [Architecture](./architecture.md)
13-
- [Contributing](./contributing.md)
24+
* [Architecture](./architecture.md)
25+
* [Contributing](./contributing.md)
26+
* [Design](./design/README.md)
27+
* [Digest Driver for Hubris](./design/driver-hubris-hash.md)
28+
* [Rust Traits to IDL Guide](./design/rust-trait-to-idl-conversion.md)
29+

docs/src/design/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Design

0 commit comments

Comments
 (0)