Remove test folder
This commit is contained in:
parent
c773b71832
commit
6f89c530ed
14 changed files with 2340 additions and 52 deletions
|
|
@ -1,14 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>docsify</title>
|
||||
<link rel="stylesheet" href="/themes/vue.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
<script src="//unpkg.com/marked/marked.min.js"></script>
|
||||
<script src="//unpkg.com/prismjs/prism.js"></script>
|
||||
<script src="/docsify.js"></script>
|
||||
</html>
|
||||
|
|
@ -1 +0,0 @@
|
|||
../README.md
|
||||
|
|
@ -1 +0,0 @@
|
|||
../lib/docsify.js
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
const server = require('http').createServer()
|
||||
const buffet = require('buffet')({ root: './test' })
|
||||
|
||||
server.on('request', buffet)
|
||||
|
||||
server.listen(6677, function () {
|
||||
console.log('Ready! Listening on http://localhost:6677')
|
||||
})
|
||||
|
|
@ -1 +0,0 @@
|
|||
../themes
|
||||
Loading…
Add table
Add a link
Reference in a new issue