We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9a313 commit 7725e34Copy full SHA for 7725e34
.github/workflows/docs.yml
@@ -58,6 +58,7 @@ jobs:
58
cd ..
59
mkdir docout
60
mv build/rust/target/thumbv7em-none-eabi/doc docout/nostd
61
+ cp docs/top-index.html docout/index.html
62
63
- name: Build build documentation
64
working-directory: zephyr-rust-lang
docs/top-index.html
@@ -0,0 +1,14 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <title>Documentation Index</title>
6
+</head>
7
+<body>
8
+ <h1>Documentation Index</h1>
9
+ <ul>
10
+ <li><a href="nostd/zephyr/index.html">zephyr crate Documentation</a></li>
11
+ <li><a href="std/zephyr_build/index.html">zephyr_build support Documentation</a></li>
12
+ </ul>
13
+</body>
14
+</html>
0 commit comments