Skip to content

Commit

Permalink
init with docsify
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianhongbo committed Jul 13, 2024
1 parent e40d12e commit d55c80e
Show file tree
Hide file tree
Showing 536 changed files with 25 additions and 72,944 deletions.
134 changes: 0 additions & 134 deletions _config.yml

This file was deleted.

3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Headline

> An awesome project.
22 changes: 22 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '',
repo: ''
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>
Loading

0 comments on commit d55c80e

Please sign in to comment.