Skip to content

Commit 0e0d651

Browse files
authored
Merge pull request #12 from harp-tech/schema-store
Retarget schema store to protocol submodule
2 parents 3a86f5f + 338b14f commit 0e0d651

4 files changed

Lines changed: 6 additions & 9 deletions

File tree

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
[submodule "protocol"]
3535
path = protocol
3636
url = https://github.com/harp-tech/protocol.git
37-
branch = doc-generation
38-
[submodule "reflex-generator"]
39-
path = draft-02
40-
url = https://github.com/harp-tech/reflex-generator.git
4137
[submodule "python"]
4238
path = python
4339
url = https://github.com/harp-tech/harp-python.git

docfx.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@
5151
"favicon.ico",
5252
"src/device.*/Assets/*.png",
5353
"src/device.*/Assets/*.jpg",
54-
"protocol/Assets/**",
55-
"protocol/Logo/*.svg",
54+
"protocol/assets/**",
5655
"protocol/*.pdf",
57-
"draft-02/schema/*.json",
5856
"images/**",
5957
"workflows/**"
6058
]
59+
},
60+
{
61+
"files": "protocol/schema/*.json",
62+
"dest": "draft-02"
6163
}
6264
],
6365
"overwrite": [

draft-02

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)