Skip to content

Commit 04b32d6

Browse files
committed
docs: mention the standard library documentation
also mention the FAQ in the README. also link to the other documentation versions.
1 parent 9d42a40 commit 04b32d6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Zig is an open-source programming language designed for **robustness**,
99
* [Download & Documentation](https://ziglang.org/download)
1010
* [Community](https://github.com/ziglang/zig/wiki/Community)
1111
* [Contributing](https://github.com/ziglang/zig/blob/master/CONTRIBUTING.md)
12+
* [Frequently Asked Questions](https://github.com/ziglang/zig/wiki/FAQ)
1213

1314
## Building from Source
1415

doc/langref.html.in

+8
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@
156156
</style>
157157
</head>
158158
<body>
159+
<a href="https://ziglang.org/documentation/0.1.1">0.1.1</a> |
160+
<a href="https://ziglang.org/documentation/0.2.0">0.2.0</a> |
161+
<a href="https://ziglang.org/documentation/0.3.0">0.3.0</a> |
162+
<a href="https://ziglang.org/documentation/0.4.0">0.4.0</a> |
163+
master
159164
<div id="contents">
160165
{#header_open|Introduction#}
161166
<p>
@@ -182,6 +187,9 @@
182187
The code samples in this document are compiled and tested as part of the main test suite of Zig.
183188
This HTML document depends on no external files, so you can use it offline.
184189
</p>
190+
<p>
191+
<a href="https://github.com/ziglang/zig/wiki/FAQ#where-is-the-documentation-for-the-zig-standard-library">Where is the documentation for the Zig standard library?</a>
192+
</p>
185193
{#header_close#}
186194

187195
{#header_open|Index#}

0 commit comments

Comments
 (0)