Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【备忘清单】 请求: lua #62

Open
1095825319 opened this issue Nov 14, 2022 · 5 comments
Open

【备忘清单】 请求: lua #62

1095825319 opened this issue Nov 14, 2022 · 5 comments

Comments

@1095825319
Copy link

提供参考资料地址

@fwqaaq
Copy link
Contributor

fwqaaq commented Nov 18, 2022

@fwqaaq
Copy link
Contributor

fwqaaq commented Nov 18, 2022

@jaywcjlove 这个可以让我编写吗

@jaywcjlove
Copy link
Owner

@jack-zhang-1314 可以的

@jaywcjlove jaywcjlove assigned fwqaaq and unassigned jaywcjlove Nov 18, 2022
@jaywcjlove
Copy link
Owner

@jack-zhang-1314

.
├── CONTRIBUTING.md # 贡献说明
├── Dockerfile
├── LICENSE
├── README.md # Home(首页) 内容
├── dist # 编译后的静态资源目录
├── docs # Markdown 文档(快速参考备忘清单【速查表】)
│   ├── bash.md
│   ├── ....
│   └── yaml.md
├── package.json
└── scripts # MD 转 HTML 的编译脚本
├── assets # 存放首页 svg 图标文件资源,与 `dosc` 文件名对应
├── ....
└── watch.mjs

添加新内容需要 3 步

  1. 添加文件到 docs 文件夹中 docs/lua.md (这样已经可以预览了)
  2. 首页添加导航
  3. 导航添加图标(不给图标,显示默认图标), scripts/assets/lua.svg,与 md 文件名对应,只支持 svg

启动实时编译服务 npm start,直接在浏览器打开 dist/docs/lua.html 就可以预览了

@fwqaaq
Copy link
Contributor

fwqaaq commented Nov 18, 2022

我明白了 @jaywcjlove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants