docs: mention the standard library documentation

also mention the FAQ in the README.

also link to the other documentation versions.
This commit is contained in:
Andrew Kelley 2019-07-02 15:21:03 -04:00
parent 9d42a40a9f
commit 04b32d6a8a
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
2 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Zig is an open-source programming language designed for **robustness**,
* [Download & Documentation](https://ziglang.org/download) * [Download & Documentation](https://ziglang.org/download)
* [Community](https://github.com/ziglang/zig/wiki/Community) * [Community](https://github.com/ziglang/zig/wiki/Community)
* [Contributing](https://github.com/ziglang/zig/blob/master/CONTRIBUTING.md) * [Contributing](https://github.com/ziglang/zig/blob/master/CONTRIBUTING.md)
* [Frequently Asked Questions](https://github.com/ziglang/zig/wiki/FAQ)
## Building from Source ## Building from Source

View File

@ -156,6 +156,11 @@
</style> </style>
</head> </head>
<body> <body>
<a href="https://ziglang.org/documentation/0.1.1">0.1.1</a> |
<a href="https://ziglang.org/documentation/0.2.0">0.2.0</a> |
<a href="https://ziglang.org/documentation/0.3.0">0.3.0</a> |
<a href="https://ziglang.org/documentation/0.4.0">0.4.0</a> |
master
<div id="contents"> <div id="contents">
{#header_open|Introduction#} {#header_open|Introduction#}
<p> <p>
@ -182,6 +187,9 @@
The code samples in this document are compiled and tested as part of the main test suite of Zig. The code samples in this document are compiled and tested as part of the main test suite of Zig.
This HTML document depends on no external files, so you can use it offline. This HTML document depends on no external files, so you can use it offline.
</p> </p>
<p>
<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>
</p>
{#header_close#} {#header_close#}
{#header_open|Index#} {#header_open|Index#}