mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
refine readme
This commit is contained in:
parent
6d3ec4a512
commit
8ccdc87f71
|
|
@ -7,7 +7,7 @@ kubesphere website
|
|||
|
||||
First, create your own fork of the repository.
|
||||
|
||||
Then, clone your fork and cd into it:
|
||||
Then, clone your fork and enter into it:
|
||||
|
||||
```
|
||||
git clone https://github.com/<username>/website
|
||||
|
|
@ -16,9 +16,9 @@ cd website
|
|||
|
||||
### Running the website locally
|
||||
|
||||
hugo version: hugo_extended_0.70.0 + [hugo releases](https://help.github.com/en/desktop/contributing-to-projects/creating-an-issue-or-pull-request#creating-a-new-pull-request)
|
||||
hugo version: hugo_extended_0.70.0+, you can install Hugo from [hugo releases](https://help.github.com/en/desktop/contributing-to-projects/creating-an-issue-or-pull-request#creating-a-new-pull-request)
|
||||
|
||||
installed Hugo and clone this project locally. then run:
|
||||
When you have installed Hugo, then run:
|
||||
|
||||
```
|
||||
hugo server -D
|
||||
|
|
@ -26,7 +26,7 @@ hugo server -D
|
|||
|
||||
### Open a pull request
|
||||
|
||||
open a [pull request (PR)](https://help.github.com/en/desktop/contributing-to-projects/creating-an-issue-or-pull-request#creating-a-new-pull-request) to add a localization to the repository.
|
||||
Open a [pull request (PR)](https://help.github.com/en/desktop/contributing-to-projects/creating-an-issue-or-pull-request#creating-a-new-pull-request) to add a localization to the repository.
|
||||
|
||||
## Localizing
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ css: scss/index.scss
|
|||
|
||||
section1:
|
||||
title: KubeSphere Container Platform
|
||||
topic: The Kubernetes Platform, tailored to the hybrid cloud
|
||||
topic: The Kubernetes Platform, tailored for the hybrid cloud
|
||||
content: KubeSphere is a distributed operating system providing cloud native stack with Kubernetes as its kernel, and aims to be plug-and-play architecture for third-party applications seamless integration to boost its ecosystem.
|
||||
btnContent1: Install on Kubernetes
|
||||
btnContent2: Install on Linux
|
||||
|
|
|
|||
Loading…
Reference in New Issue