Giter Club home page Giter Club logo

oervwiki's Introduction

如何更新该文档

本地环境配置

请提前安装好 Node.js,版本大于等于18。

  1. folk 该项目到你的仓库,克隆项目到本地。
  2. 进入项目目录。
cd oervwiki/
  1. 安装项目依赖
npm install
  1. 查看 package.json 中 vitepress 命令,本地运行选择vitepress dev docs
  2. 打开http://localhost:5173/本地访问wiki网站。

新增文档栏目

vitepress 非常简洁,新增栏目只需要修改.vitepress下的config.mts

  1. 打开 config.mts,在xxx文件夹中新增一条文档内容new.md
{ text: '在物理机中安装',
  collapsed:false,
  items: [
    {text:'LicheePi 4A',link:'devices/licheepi_4a'},
    {text:'VisionFive 2',link:'devices/visionfive_2'},
    {text:'Milk-V Pioneer Box',link:'devices/milk-v_pioneer_box'},
    {text:'全志D1哪吒',link:'devices/d1_nezha'},
    {text:'xxxx',link:'xxx/new.md'},
  ]
}
  1. 手动创建xxx文件夹,在xxx文件夹下新增new.md文件,并完善文档内容。
  2. 打开本地网站查看文档内容是否显示正常,如果内容正常,请提交修改到 github,并提交 pull request。

oervwiki's People

Contributors

izhouliren avatar

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.