Skip to content

Commit 65d18b0

Browse files
committed
docs: Add a top-level index for rust docs
The rust docs don't have a convenient index file, so add this one, which will be included in the docs. Signed-off-by: David Brown <[email protected]>
1 parent c23f46f commit 65d18b0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/top-index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)