Skip to content

Commit ebfd4e7

Browse files
Finenyacogitlawr
authored andcommitted
chore: update menu
1 parent dd48fd8 commit ebfd4e7

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

docs/application/environment.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 2
33
---
44

5-
# Environment
5+
# Environments
66

77
> Note:
88
> Since v0.4.0, environment introduces `Environment Type` to enhance management.
@@ -24,7 +24,7 @@ Starting with v0.4.0, each environment declares its purpose by its **type**, thu
2424
The system has 3 built-in environment types, which are **Development**, **Staging** and **Production**.
2525

2626
- **Development** and **Staging** environments can be operated by any [User](/users/user).
27-
- **Production** environment can only be operated by **Manager** and **Administrator**, **General User** stays in read-only.
27+
- **Production** environments can only be operated by **Manager** and **Administrator**, **General User** stays in read-only.
2828

2929
By using environment types, we can get the following isolation features.
3030

@@ -34,7 +34,7 @@ By using environment types, we can get the following isolation features.
3434
## View Environment List
3535

3636
1. Click `Applications` on the left navigation bar. By default, the first project view will be displayed. The project can be switched via the top-level breadcrumb.
37-
2. The environment list under this project can be viewed in the Environment tab.
37+
2. The environment list under this project can be viewed in the Environments tab.
3838
3. You can enter keywords in the search bar of the environment list page to quickly search for related environments.
3939

4040
## Create Environment
@@ -47,7 +47,7 @@ By using environment types, we can get the following isolation features.
4747
3. Add `Environment tags` and `Environment description` based on the actual environment.
4848
4. Choose proper `Environment type`.
4949
5. Add a connector, click `Add Connector`, select the connector used in the environment, and finally click the `Confirm` button.
50-
6. Click the `Save` button to save the environment configuration, and then you can use this environment in Application Management.
50+
6. Click the `Save` button to save the environment configuration, and then you can use this environment in Applications.
5151

5252
![create-env-2](/img/v0.5.0/application/environment/env-create-2.png)
5353

@@ -107,7 +107,7 @@ In some cases, you may need to create an environment that is identical to an exi
107107

108108
![app-env-clone-details](/img/v0.5.0/application/environment/app-env-clone-details-en.png)
109109

110-
7. Once the environment cloning is completed, you can use the newly cloned environment in the 'Application Management'. Resources in the original environment will be cloned and deployed in order based on their dependencies. You can check the status of each resource in the resource list.
110+
1. Once the environment cloning is completed, you can use the newly cloned environment in the 'Applications'. Resources in the original environment will be cloned and deployed in order based on their dependencies. You can check the status of each resource in the resource list.
111111

112112
![app-env-clone-deploy](/img/v0.6.0/application/environment/app-env-clone-deploy.png)
113113

docs/application/project.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
sidebar_position: 1
33
---
44

5-
# Project
5+
# Projects
66

77
> Note:
88
>
99
> - On startup Walrus creates a "default" project, which is owned by the admin user.
1010
> - All project names within the system must be unique.
1111
1212
## View Project List
13-
Click `Applications` on the navigation bar, then click the `Project` dropdown menu at the top, and click `Manage` to enter the project list.
13+
Click `Applications` on the navigation bar, then click the `Projects` dropdown menu at the top, and click `Manage` to enter the project list.
1414

1515
![app-proj-mgt](/img/v0.6.0/application/project/app-proj-mgt-en.png)
1616

17-
## Create Projects
17+
## Create Project
1818

1919
1. Enter the project list.
20-
2. Click `Create New Project`, input the "Name" and "Description", and add "Tags".
20+
2. Click `New Project`, input the "Name" and "Description", and add "Tags".
2121

2222
![app-proj-add](/img/v0.5.0/application/project/app-proj-add-en.png)
2323

24-
## Enter Projects
24+
## Enter Project
2525

2626
You can enter projects in the following two ways:
2727

@@ -37,15 +37,15 @@ You can enter projects in the following two ways:
3737

3838
In the "Project List" page or the search box of the `Project` dropdown menu, enter the project name, press enter, and conduct a fuzzy search based on the project name.
3939

40-
## Edit Projects
40+
## Edit Project
4141

4242
1. Enter the "Project List".
4343
2. Click `Edit` on the line of the project to be modified, select to change the "Description" or "Tags".
4444
3. Click `Save` to complete the modification.
4545

4646
![app-proj-edit](/img/v0.5.0/application/project/app-proj-edit-en.png)
4747

48-
## Delete Projects
48+
## Delete Project
4949

5050
1. Enter the "Project List".
5151
2. Check the projects to be deleted, click `Delete`, and confirm deleting in the pop-up window, to complete the deletion.

docs/operation/catalog/index.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
sidebar_position: 3
33
---
44

5-
# Catalog
5+
# Catalogs
66

77
A catalog serves as a centralized registry for managing templates. It allows you to conveniently view, import, edit, and delete templates. Each catalog corresponds to an organization (or group) in version control providers such as GitHub, GitLab, and Gitee, containing multiple template repositories.
88

99
Walrus provides the following two levels of catalog:
1010

11-
- **Project Catalog**: A catalog applicable to a specific project, where templates in the project catalog can be used within the current project.
12-
- **Global Catalog**: A catalog that can be applied to all projects, where templates in the global catalog can be used across all projects.
11+
- **Project Catalogs**: A catalog applicable to a specific project, where templates in the project catalog can be used within the current project.
12+
- **Global Catalogs**: A catalog that can be applied to all projects, where templates in the global catalog can be used across all projects.
1313

1414
## View the Catalog
1515

16-
### Global Catalog
16+
### Global Catalogs
1717

1818
1. Click the `Operations` menu in the navigation bar and go to the `Catalogs` tab.
1919
2. In the `Catalogs` tab, you can view the catalog list.
2020

2121
![list](/img/v0.5.0/operation/catalog/list-catalog-en.png)
2222

23-
### Project Catalog
23+
### Project Catalogs
2424

2525
1. Click the `Applications` menu in the navigation bar and go to a project's view.
2626
2. Click the `Catalogs` tab to view the project catalog list.
@@ -29,7 +29,7 @@ Walrus provides the following two levels of catalog:
2929

3030
## Create Catalog
3131

32-
### Global Catalog
32+
### Global Catalogs
3333

3434
1. Click the `Operations` menu in the navigation bar and go to the `Catalogs` tab.
3535
2. Click the `Add Catalog` button.
@@ -41,7 +41,7 @@ Walrus provides the following two levels of catalog:
4141

4242
![create](/img/v0.6.0/operation/catalog/create.png)
4343

44-
### Project Catalog
44+
### Project Catalogs
4545

4646
1. Click the `Applications` menu in the navigation bar and go to a project's view.
4747
2. Click the `Catalogs` tab to view the project catalog list and click the `Add Catalog` button.
@@ -57,13 +57,13 @@ Walrus provides the following two levels of catalog:
5757

5858
You can delete a catalog. Deleting a catalog will remove all templates of that catalog in Walrus.
5959

60-
### Global Catalog
60+
### Global Catalogs
6161

6262
1. Click the `Operations` menu in the navigation bar and go to the `Catalogs` tab.
6363
2. Select the catalog you want to delete.
6464
3. Click the `Delete` button.
6565

66-
### Project Catalog
66+
### Project Catalogs
6767

6868
1. Click the `Applications` menu in the navigation bar and go to a project's view.
6969
2. Click the `Catalogs` tab to view the project catalog list and select the catalog you want to delete.

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"message": "部署",
88
"description": "The label for category Installation in sidebar docs"
99
},
10-
"sidebar.docs.category.Application Management": {
10+
"sidebar.docs.category.Applications": {
1111
"message": "应用管理",
12-
"description": "The label for category Application Management in sidebar docs"
12+
"description": "The label for category Applications in sidebar docs"
1313
},
1414
"sidebar.docs.category.Cost Management": {
1515
"message": "成本管理",
1616
"description": "The label for category Cost Management in sidebar docs"
1717
},
18-
"sidebar.docs.category.Operation Hub": {
18+
"sidebar.docs.category.Operations": {
1919
"message": "运维中心",
20-
"description": "The label for category Operation Hub in sidebar docs"
20+
"description": "The label for category Operations in sidebar docs"
2121
},
2222
"sidebar.docs.category.Templates": {
2323
"message": "模板",

sidebars.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const sidebars = {
3232
},
3333
{
3434
type: 'category',
35-
label: 'Application Management',
35+
label: 'Applications',
3636
link: {
3737
type: 'generated-index',
3838
},
@@ -45,7 +45,7 @@ const sidebars = {
4545
},
4646
{
4747
type: 'category',
48-
label: 'Operation Hub',
48+
label: 'Operations',
4949
link: {
5050
type: 'generated-index',
5151
},

0 commit comments

Comments
 (0)