-
Notifications
You must be signed in to change notification settings - Fork 1
/
zircon_docs.html
26 lines (23 loc) · 1.09 KB
/
zircon_docs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: default
permalink: /zircon/docs/
category: zircon
subcategory: docs
---
<div class="page content tag-details">
<h1 class="post-title" itemprop="name headline">Zircon Documentation</h1>
<p>
Welcome to the Zircon documentation! You can pick a topic from the cards below.
</p>
<p>
<strong>Important notice:</strong> All documentation pages which you see here
are compatible with the latest <strong>major</strong> release of Zircon. Things might change
in a PREVIEW version, so if you are using one, you might find small differences.
Docs are updated before a major release so keep this in mind.
</p>
<p>If you are not familiar with Zircon yet we recommend to take a look at the
<a href="/zircon/docs/2018-07-18-a-zircon-crash-course">Zircon Crash Course</a> first.</p>
<p>If you want to look at the Javadoc / Kdoc go <a href="https://hexworks.github.io/zircon/">here</a>.</p>
</div>
{% assign entries = site.documents | where: 'collection', 'zircon_docs' | sort: 'date' | reverse %}
{% include entry_list.html entries=entries %}