Skip to content

Commit 547cdfd

Browse files
committed
Init docsify project
1 parent ae9cd62 commit 547cdfd

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

.nojekyll

Whitespace-only changes.

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Headline
2+
3+
> An awesome project.

_sidebar.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* [Home](/)
2+
* [Installation](installation.md)

index.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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, initial-scale=1.0, minimum-scale=1.0">
9+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
<script>
14+
window.$docsify = {
15+
name: 'Viezly documentation',
16+
repo: '',
17+
loadSidebar: true,
18+
routerMode: 'history',
19+
}
20+
</script>
21+
<!-- Docsify v4 -->
22+
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
23+
</body>
24+
</html>

installation.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Installation

0 commit comments

Comments
 (0)