add docs(test
This commit is contained in:
0
docs/.nojekyll
Normal file
0
docs/.nojekyll
Normal file
BIN
docs/Closure.png
BIN
docs/Closure.png
Binary file not shown.
|
Before Width: | Height: | Size: 519 KiB |
3
docs/README.md
Normal file
3
docs/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Intro
|
||||
|
||||
> Fig is a modern
|
||||
2
docs/_sidebar.md
Normal file
2
docs/_sidebar.md
Normal file
@@ -0,0 +1,2 @@
|
||||
* [Home](/)
|
||||
* [Guide](guide.md "The greatest guide in the world")
|
||||
21
docs/index.html
Normal file
21
docs/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>The Fig Programming Language</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">加载中 Loading... 🥰</div>
|
||||
<script>
|
||||
window.$docsify = {
|
||||
loadSidebar: true
|
||||
}
|
||||
</script>
|
||||
<!-- Docsify v4 -->
|
||||
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
||||
</body>
|
||||
</html>
|
||||
3
docs/zh-cn/README.md
Normal file
3
docs/zh-cn/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# 简介
|
||||
|
||||
> Fig 是一个现代、简单的语言
|
||||
Reference in New Issue
Block a user