1 Star 0 Fork 0

PrimiHub / primihub-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Primihub Docs

This is the source code for PrimiHub Docs.

We really apprecitate it if you would contribute to the content or the theme. You can do your contribution as follows.

Contribution

This site is built with Docusaurus 2.

Site content is written in Markdown format located in /docs. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.

Prerequisite

This project requires Node.js to be v14.0.0 or higher. Install Node.js in your local machine if necessary.

Run & Edit Locally

Clone the repo, then edit and run it locally.

yarn # install dependencies 
yarn start # This command opens up a browser window and will apply your local changes without having to restart.

Routing

Each route you browse at https://docs.primihub.com/ comes with a markdown file in this project at /docs.

For example, the file for https://docs.primihub.com/docs/developer-docs/roadmap is /docs/developer-docs/roadmap.md.

Route with multiple pages

It will generate a default index page for a route which contains sub files. You need to create a _category_.json file in route folder. See /docs/developer-docs/core-concept for more details.

How to Insert an Image

  1. Prepare your image files and place them in /static/img folder, e.g. /static/img/xxx.jpeg
  2. Refer the image in markdown file with ![image desc](/img/xxxx.jpeg)

Meta data

Beside the content, please don't forget adding the following metadata at the header of a Markdown file:

keywords: [case1, case2]
description: This is a brief introduction to the content

The metadata will make the search engine index our content easily.

Menu

Please update sidebars.js if you want to add a new menu item.

Localization

Please put translation items into the following JSON file if you want to add a translation for English:

i18n/en/docusaurus-plugin-content-docs/current.json

You could start it with a particular language with the following command:

yarn start --locale en

空文件

简介

primihub-docs 展开 收起
JavaScript 等 3 种语言
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/primihub/primihub-docs.git
git@gitee.com:primihub/primihub-docs.git
primihub
primihub-docs
primihub-docs
main

搜索帮助