forked from crystal-lang/crystal-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
docs.html
61 lines (55 loc) · 1.67 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
title: Documentation
description:
permalink: /docs/
---
<div class="container">
{% include community_row.html
title="Language Reference"
divId="language-reference"
content="Documentation of the Crystal language and compiler features."
link_text="crystal-lang.org/reference"
url="https://crystal-lang.org/reference"
icon="menu_book"
%}
{% include community_row.html
title="API Docs"
divId="api"
content="Documentation for the Crystal standard-library."
link_text="crystal-lang.org/api"
url="https://crystal-lang.org/api"
icon="explore"
%}
{% include community_row.html
title="Installation instructions"
divId="install"
content="Installation instructions for Crystal."
link_text="crystal-lang.org/install"
url="/install"
icon="get_app"
%}
{% include community_row.html
title="Media"
divId="media"
content="Logos and style guide."
link_text="crystal-lang.org/media"
url="/media"
icon="palette"
%}
{% include community_row.html
title="Developer Wiki"
divId="developer-wiki"
content="Developer resources."
link_text="GitHub Wiki"
url="https://github.com/crystal-lang/crystal/wiki"
icon="github"
custom_icon="true"
%}
{% include community_row.html
title="Shards documentation"
divId="shards"
content="Documentation for official shards."
link_text="crystal-db"
url="http://crystal-lang.github.io/crystal-db/api/latest/"
icon="apps"
%}