Skip to content

Commit

Permalink
docs: commit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Oct 16, 2023
1 parent 8f5c2ab commit a8b743f
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 0 deletions.
Empty file added docs/.nojekyll
Empty file.
9 changes: 9 additions & 0 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM node:18-alpine

WORKDIR /app

COPY . .

RUN npm i docsify-cli -g

CMD ["docsify", "serve", "."]
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Free One API

[中文](/zh-CN/README.md) | [English](/en/README.md)
3 changes: 3 additions & 0 deletions docs/en/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Free One API Documentation

WIP
23 changes: 23 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Free One API - Documentation</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: '',
loadSidebar: true
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>
1 change: 1 addition & 0 deletions docs/zh-CN/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Free One API 中文文档
2 changes: 2 additions & 0 deletions docs/zh-CN/_sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* [中文文档](zh-CN/)
* [English](en/)

0 comments on commit a8b743f

Please sign in to comment.