We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed4889 commit 017090bCopy full SHA for 017090b
6 files changed
docs/_sidebar.md
@@ -0,0 +1,3 @@
1
+- [Introduction](intro.md)
2
+- [Hello World!](helloworld.md)
3
+- [About](about.md)
docs/about.md
@@ -0,0 +1 @@
+about what you idiots?
docs/helloworld.md
+hello shitr wolrd
docs/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<head>
4
+ <meta charset="UTF-8" />
5
+ <title>Calcium book</title>
6
+ <script src="https://cdn.jsdelivr.net/npm/docsify@4"></script>
7
+</head>
8
+<body>
9
+ <div id="app"></div>
10
+ <script>
11
+ window.$docsify = {
12
+ name: 'Calcium book',
13
+ loadSidebar: true
14
+ }
15
+ </script>
16
+</body>
17
+</html>
docs/intro.md
@@ -0,0 +1,5 @@
+# Introduction
+asdasdasda
+asdasdasd
+
+d
docs/todo docs/todo.mddocs/todo renamed to docs/todo.md
0 commit comments