Skip to content

Commit e4c1ec6

Browse files
committed
Add protocol documentation pages
1 parent 2789557 commit e4c1ec6

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

articles/toc.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
items:
33
- name: What is Harp
44
href: about.md
5-
- name: Getting Started
5+
- name: Protocol
6+
items:
7+
- name: Binary Protocol
8+
href: ~/protocol/BinaryProtocol-8bit.md
9+
- name: Common Registers
10+
href: ~/protocol/Device.md
11+
- name: Synchronization Clock
12+
href: ~/protocol/SynchronizationClock.md
13+
- name: Interface
614
items:
715
- name: Quickstart
816
href: intro.md

docfx.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@
3434
"articles/**/toc.yml",
3535
"tutorials/**.md",
3636
"tutorials/**/toc.yml",
37+
"protocol/**.md",
3738
"toc.yml",
3839
"*.md"
40+
],
41+
"exclude": [
42+
"protocol/README.md"
3943
]
4044
}
4145
],
@@ -46,6 +50,9 @@
4650
"favicon.ico",
4751
"src/device.*/Assets/*.png",
4852
"src/device.*/Assets/*.jpg",
53+
"protocol/Assets/**",
54+
"protocol/Logo/*.svg",
55+
"protocol/*.pdf",
4956
"images/**",
5057
"workflows/**"
5158
]

0 commit comments

Comments
 (0)