Skip to content

Commit 1bf0d1d

Browse files
committed
Update docs
1 parent 5624246 commit 1bf0d1d

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

.nojekyll

Whitespace-only changes.

_sidebar.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- Setup
2+
- [Installation](./oni.wiki/Installation-Guide.md)
3+
- Usage
4+
- [Features](./oni.wiki/Features.md)
5+
- [Shortcuts](./oni.wiki/Shortcuts.md)
6+
- [Language Support](./oni.wiki/Language-Support.md)
7+
- Customization
8+
- [API](./oni.wiki/API.md)
9+
- [Configuration](./oni.wiki/Installation-Guide.md)
10+
- [Plugins](./oni.wiki/Plugins.md)
11+
- [Theming](./oni.wiki/Theming.md)
12+
- [FAQ](./oni.wiki/FAQ.md)

index.html

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Document</title>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7+
<meta name="description" content="Description">
8+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
9+
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
<script>
14+
window.$docsify = {
15+
name: 'Oni',
16+
repo: 'onivim/oni',
17+
loadSidebar: true,
18+
}
19+
</script>
20+
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)