adding web.yml

This commit is contained in:
2023-02-22 16:28:22 +09:00
parent e75d5c9753
commit 3046fcdcee
7 changed files with 77 additions and 0 deletions

4
web-doc/Makefile Normal file
View File

@ -0,0 +1,4 @@
all:
tar -cvf web-doc.tar index.html *.md
curl -sv -X UNTAR --data-binary @web-doc.tar --output /dev/null https://www.miflux.com 2>&1 | grep '^[<>]'

1
web-doc/README.md Normal file
View File

@ -0,0 +1 @@
# miflux

3
web-doc/_sidebar.md Normal file
View File

@ -0,0 +1,3 @@
* [Home](/)
* [Vitess](vitess.md "Vitess")

20
web-doc/index.html Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta charset="UTF-8" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css" />
</head>
<body>
<div data-app id='main'></div>
<script>
window.$docsify = {
el: '#main',
loadSidebar: true, // when true, _sidebar.md is required
coverpage: false // when true, _coverpage.md is required
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>

1
web-doc/vitess.md Normal file
View File

@ -0,0 +1 @@
## Vitess