Skip to content

Commit 1503a98

Browse files
committed
docs: Update top-level index
Add a bit of additional information to the top level page. Most uses of the docs will link directly to relevant pages, but the top level page will be seen by anyone navigating directly to the doc pages. This also contains the text of the latest commit, to help anchor what these docs are for. Signed-off-by: David Brown <[email protected]>
1 parent c58d1f2 commit 1503a98

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

docs/top-index.html

+14-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,25 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Documentation Index</title>
5+
<title>Rust for Zephyr Documentation Index</title>
66
</head>
77
<body>
88
<h1>Documentation Index</h1>
9+
<p>
10+
The documentation for the Rust documentation for Rust on Zephyr is divided into two parts.
911
<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+
<li><a href="nostd/zephyr/index.html">zephyr crate Documentation</a>
13+
The main documentation for interfacing with Zephyr from Rust code.
14+
</li>
15+
<li><a href="std/zephyr_build/index.html">zephyr_build support Documentation</a>
16+
Documentation for build-time utilities, available from <code>build.rs</code>, primarily
17+
for allowing compile-time determination of the Zephyr configuration (e.g. conditional
18+
compilation based on Kconfig or DeviceTree values).
19+
</li>
1220
</ul>
21+
<h2>Git reference</h2>
22+
<p>
23+
This documentation has been generated from the zephyr-lang-rust repo as of the following commit:
1324
<pre>
1425
{{COMMIT}}
1526
</pre>

0 commit comments

Comments
 (0)