Get support for openyurtio/openyurt.io
If you're new to LTH, please see our FAQ for more information on what it is we do.
Support Options
Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:
View Open IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck out the page and see if there are any options to sponsor this project or it's developers directly.
openyurtio/openyurt.io
OpenYurt Docs and Website
This repo contains the source code of OpenYurt website. This website is built using Docusaurus 2, a modern static website generator.
Contributing to OpenYurt Website
Add or Update Docs
-
Attention to Version:
From OpenYurt v1.0, each version corresponds to a version of the docs. So you need to pay attention to the version when adding or updating the doc.
-
Attention to EN/ZH:
Since the website supports both Chinese and English, the both languages need to be considered.
-
Attention to Format:
Please refer to the existing format for the doc format.
For Historic Version (example: v1.0)
Take the docs of v1.0 version as an example, the following explains how to add or update the doc.
-
Add or Update English doc
The doc needs to be placed in
versioned_docs/version-v1.0/
. Images are placed in the directorystatic/img/docs/
. -
Add or Update Chinese doc
The doc needs to be placed in
i18n/zh/docusaurus-plugin-content-docs/version-v1.0/
. Images are placed in the directorystatic/img/docs/
. -
Modify the directory structure
If you add a doc or modify the doc directory structure, please modify the file
versioned_sidebars/version-v1.0-sidebars.json
to add document path or adjust directory structure.Then for file
i18n/zh/docusaurus-plugin-content-docs/version-v1.0.json
, please check whether categories inversioned_sidebars/version-v1.0-sidebars.json
has corresponding translation.
For Next Version
Next Version is unreleased docs for OpenYurt Next Version.
The following explains how to add or update the doc.
-
Add or Update English doc
The doc needs to be placed in
docs/
. Images are placed in the directorystatic/img/docs/
. -
Add or Update Chinese doc
The doc needs to be placed in
i18n/zh/docusaurus-plugin-content-docs/current/
. Images are placed in the directorystatic/img/docs/
. -
Modify the directory structure
If you add a doc or modify the doc directory structure, please modify the file
sidebars.js
to add document path or adjust directory structure.Then for file
i18n/zh/docusaurus-plugin-content-docs/current.json
, please check whether categories insidebars.js
has corresponding translation.
Add or Update Blogs
The following explains how to add or update the blog.
-
Add or Update English blog
The doc needs to be placed in
blog/
. Images are placed in the directorystatic/img/blog/
. -
Add or Update Chinese blog
The doc needs to be placed in
i18n/zh/docusaurus-plugin-content-blog/
. Images are placed in the directorystatic/img/blog/
. -
Add or Update author info
Please add author github information in
blog/authors.yml
.
Note: Please refer to the existing format for the blog format.
Local Build
Before submitting the pr, please build it locally to check whether the website work.
The following process can help you build locally.
step1: installation
$ yarn install
step2: build
$ yarn build
$ npm run serve
After building, you can visit http://localhost:3000/ to check.
Note: If hadoop is installed in your machine, the
yarn
command in yarn package manager may conflict withyarn
in hadoop. The solution is to useyarnpkg
instead ofyarn
, because the commandyarnpkg
is the same as the commandyarn
.
$ yarnpkg install
$ yarnpkg build
$ npm run serve
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2