Skip to content

Commit ca588f9

Browse files
committed
add embassy-net-adin1110 to .github/ci/doc.sh
1 parent 681165e commit ca588f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ci/doc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ docserver-builder -i ./embassy-net-wiznet -o webroot/crates/embassy-net-wiznet/g
3939
docserver-builder -i ./embassy-net-enc28j60 -o webroot/crates/embassy-net-enc28j60/git.zup
4040
docserver-builder -i ./embassy-net-esp-hosted -o webroot/crates/embassy-net-esp-hosted/git.zup
4141
docserver-builder -i ./embassy-stm32-wpan -o webroot/crates/embassy-stm32-wpan/git.zup --output-static webroot/static
42+
docserver-builder -i ./embassy-net-adin1110 -o webroot/crates/embassy-net-adin1110/git.zup
4243

4344
export KUBECONFIG=/ci/secrets/kubeconfig.yml
4445
POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name})

embassy-net-adin1110/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#![allow(clippy::module_name_repetitions)]
55
#![allow(clippy::missing_errors_doc)]
66
#![allow(clippy::missing_panics_doc)]
7+
#![doc = include_str!("../README.md")]
78

89
mod crc32;
910
mod crc8;

0 commit comments

Comments
 (0)