-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathaside.ink
More file actions
164 lines (158 loc) · 5.25 KB
/
aside.ink
File metadata and controls
164 lines (158 loc) · 5.25 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<header class="flex flex-center-y bg-t-2 py-15 pr-5 pl-10">
<a href="/ink">
<img class="h-26 mr-10" src="/ink/ink-icon.png" alt="Ink Logo" />
</a>
<h3 class="flex-grow m-0 tx-upper">
<a class="tx-primary" href="/ink">Ink</a>
</h3>
<i class="fas fa-fw fa-chevron-left cursor-pointer none md-inline-block" click=toggle></i>
</header>
<nav class="bg-t-1 scroll-auto h-calc-full-60">
<h6 class="bt-1 bt-solid bt-t-1 tx-black tx-14 mb-0 mt-0 pt-20 pb-10 pl-10 tx-upper">
{_('Introduction')}
</h6>
<if true={url === '/docs/index.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/docs/index.html">
{_('Documentation')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/docs/index.html">
{_('Documentation')}
</a>
</if>
<if true={url === '/docs/getting-started.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/docs/getting-started.html">
{_('Getting Started')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/docs/getting-started.html">
{_('Getting Started')}
</a>
</if>
<h6 class="bt-1 bt-solid bt-t-1 tx-black tx-14 mb-0 mt-20 pt-20 pb-10 pl-10 tx-upper">
{_('Features')}
</h6>
<if true={url === '/docs/markup-syntax.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/docs/markup-syntax.html">
{_('Markup Syntax')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/docs/markup-syntax.html">
{_('Markup Syntax')}
</a>
</if>
<if true={url === '/docs/state-management.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/docs/state-management.html">
{_('State Management')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/docs/state-management.html">
{_('State Management')}
</a>
</if>
<if true={url === '/docs/component-strategy.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/docs/component-strategy.html">
{_('Component Strategy')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/docs/component-strategy.html">
{_('Component Strategy')}
</a>
</if>
<if true={url === '/docs/compiler-api.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/docs/compiler-api.html">
{_('Compiler API')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/docs/compiler-api.html">
{_('Compiler API')}
</a>
</if>
<if true={url === '/docs/client-api.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/docs/client-api.html">
{_('Client API')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/docs/client-api.html">
{_('Client API')}
</a>
</if>
<h6 class="bt-1 bt-solid bt-t-1 tx-black tx-14 mb-0 mt-20 pt-20 pb-10 pl-10 tx-upper">
{_('Usage')}
</h6>
<if true={url === '/docs/template-engine.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/docs/template-engine.html">
{_('Template Engine')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/docs/template-engine.html">
{_('Template Engine')}
</a>
</if>
<if true={url === '/docs/single-page.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/docs/single-page.html">
{_('Single Page App')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/docs/single-page.html">
{_('Single Page App')}
</a>
</if>
<if true={url === '/docs/static-site.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/docs/static-site.html">
{_('Static Site Generator')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/docs/static-site.html">
{_('Static Site Generator')}
</a>
</if>
<if true={url === '/docs/component-publisher.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/docs/component-publisher.html">
{_('Component Publisher')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/docs/component-publisher.html">
{_('Component Publisher')}
</a>
</if>
<if true={url === '/docs/developer-tools.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/docs/developer-tools.html">
{_('Developer Tools')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/docs/developer-tools.html">
{_('Developer Tools')}
</a>
</if>
<h6 class="bt-1 bt-solid bt-t-1 tx-black tx-14 mb-0 mt-20 pt-20 pb-10 pl-10 tx-upper">
{_('UI')}
</h6>
<if true={url === '/ui/index.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/ui/index.html">
{_('Components')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/ui/index.html">
{_('Components')}
</a>
</if>
<if true={url === '/ui/form/index.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/ui/form/index.html">
{_('Forms and Fields')}
</a>
<else />
<a class="block tx-info py-10 pl-10" href="/ink/ui/form/index.html">
{_('Forms and Fields')}
</a>
</if>
<if true={url === '/ui/format/index.html'}>
<a class="block tx-info py-10 pl-10 tx-bold" href="/ink/ui/format/index.html">
{_('Formats')}
</a>
<else />
<a class="block tx-info py-10 pl-10 mb-100" href="/ink/ui/format/index.html">
{_('Formats')}
</a>
</if>
</nav>