Skip to content

Commit 017090b

Browse files
committed
Pages test 1
1 parent 3ed4889 commit 017090b

6 files changed

Lines changed: 27 additions & 0 deletions

File tree

docs/_sidebar.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- [Introduction](intro.md)
2+
- [Hello World!](helloworld.md)
3+
- [About](about.md)

docs/about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
about what you idiots?

docs/helloworld.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello shitr wolrd

docs/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Introduction
2+
asdasdasda
3+
asdasdasd
4+
5+
d
File renamed without changes.

0 commit comments

Comments
 (0)