diff options
author | Li Jin <dragon-fly@qq.com> | 2021-04-19 23:41:33 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-04-19 23:41:33 +0800 |
commit | 5d3b07801456d16dcc2c75dcccd48d508a6b60cc (patch) | |
tree | 2df1a154bf58d93f2475df02afbd15f1a8ba2963 /doc/docs/README.md | |
parent | ea82666506b57d6e905b7f2e5fe78498fe5a7abd (diff) | |
download | yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.tar.gz yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.tar.bz2 yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.zip |
first commit for Yuescript document site.
Diffstat (limited to 'doc/docs/README.md')
-rwxr-xr-x | doc/docs/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/docs/README.md b/doc/docs/README.md new file mode 100755 index 0000000..dfc01d1 --- /dev/null +++ b/doc/docs/README.md | |||
@@ -0,0 +1,8 @@ | |||
1 | --- | ||
2 | home: true | ||
3 | heroImage: ./image/yuescript.svg | ||
4 | tagline: A language that compiles to Lua | ||
5 | actionText: Quick Start → | ||
6 | actionLink: /doc/ | ||
7 | footer: Made by Jin with ❤️ | ||
8 | --- | ||