add docs(test

This commit is contained in:
2025-12-21 11:48:46 +08:00
parent 17799ff939
commit 8323b9023a
9 changed files with 32 additions and 3 deletions

0
docs/.nojekyll Normal file
View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 KiB

3
docs/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Intro
> Fig is a modern

2
docs/_sidebar.md Normal file
View File

@@ -0,0 +1,2 @@
* [Home](/)
* [Guide](guide.md "The greatest guide in the world")

21
docs/index.html Normal file
View 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
View File

@@ -0,0 +1,3 @@
# 简介
> Fig 是一个现代、简单的语言