Skip to content

Commit fc8b715

Browse files
committed
Formatting
1 parent 138a25a commit fc8b715

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

src/index.html

+24-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,30 @@
1919
<h2>Welcome to the ZenFS Docs!</h2>
2020

2121
<p>You can find the docs for specific <code>@zenfs</code> modules below:</p>
22-
<p><strong><a href="/core">core</a></strong>: The core, includes some backends</p>
23-
<p><strong><a href="/dom">dom</a></strong>: Backends which use DOM APIs (i.e. browsers)</p>
24-
<p><strong><a href="/zip">zip</a></strong>: Backend for ZIP archives</p>
25-
<p><strong><a href="/iso">iso</a></strong>: Backend for ISO disk images</p>
26-
<p><strong><a href="/cloud">cloud</a></strong>: Backends for cloud providers, like Dropbox and AWS S3.</p>
27-
<p><strong><a href="/emscripten">emscripten</a></strong>: Backend for use with Emscripten (Work in Progress)</p>
22+
<p>
23+
<strong><a href="/core">core</a></strong
24+
>: The core, includes some backends
25+
</p>
26+
<p>
27+
<strong><a href="/dom">dom</a></strong
28+
>: Backends which use DOM APIs (i.e. browsers)
29+
</p>
30+
<p>
31+
<strong><a href="/zip">zip</a></strong
32+
>: Backend for ZIP archives
33+
</p>
34+
<p>
35+
<strong><a href="/iso">iso</a></strong
36+
>: Backend for ISO disk images
37+
</p>
38+
<p>
39+
<strong><a href="/cloud">cloud</a></strong
40+
>: Backends for cloud providers, like Dropbox and AWS S3.
41+
</p>
42+
<p>
43+
<strong><a href="/emscripten">emscripten</a></strong
44+
>: Backend for use with Emscripten (Work in Progress)
45+
</p>
2846

2947
<h3><a href="/playground">Playground</a></h3>
3048
<em>(Work in progress)</em>

0 commit comments

Comments
 (0)