authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-07-02 15:21:03-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-07-02 15:21:58-04:00
log04b32d6a8aa30cc894f3057581ffda28466e8ef2
treeff38ccfbc640755e86a5db3ad9d26ccdbdab24ef
parent9d42a40a9f6d0f5bc1f241c0059cdbcc9ee0e6a8
signaturelock-open Commit is signed but in an unrecognized format.

docs: mention the standard library documentation

also mention the FAQ in the README. also link to the other documentation versions.

2 files changed, 9 insertions(+), 0 deletions(-)

README.md+1
......@@ -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
......@@ -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#}