Git Product home page Git Product logo

Comments (5)

jaywcjlove avatar jaywcjlove commented on May 18, 2024 1

@Jack-Zhang-1314 可以的

from reference.

fwqaaq avatar fwqaaq commented on May 18, 2024

增加:https://www.twle.cn/l/yufei/lua53/lua-basic-functions.html

from reference.

fwqaaq avatar fwqaaq commented on May 18, 2024

@jaywcjlove 这个可以让我编写吗

from reference.

jaywcjlove avatar jaywcjlove commented on May 18, 2024

@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 就可以预览了

from reference.

fwqaaq avatar fwqaaq commented on May 18, 2024

我明白了 @jaywcjlove

from reference.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.