Skip to content

Commit bd89219

Browse files
committed
✏️ Update the relative content for the improvement in the document.
1 parent c2527d6 commit bd89219

File tree

6 files changed

+8
-79
lines changed

6 files changed

+8
-79
lines changed

docs/contents/document/sidebars.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ const sidebars: SidebarsConfig = {
159159
items: [
160160
{
161161
type: 'doc',
162-
id: 'workflows/document/rw_docs_operations',
163-
label: 'Docs Operations',
162+
id: 'workflows/document/rw_docusaurus_operations',
163+
label: 'Docusaurus Operations',
164164
},
165165
{
166166
type: 'doc',

docs/contents/document/workflows/document/rw_docs_operations.mdx

Lines changed: 0 additions & 71 deletions
This file was deleted.

docs/contents/document/workflows/document/rw_documentation_deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
6060
## Related Workflows
6161
62-
- [rw_docs_operations](rw_docs_operations.mdx) - Documentation operations
62+
- [rw_docusaurus_operations](rw_docusaurus_operations.mdx) - Docusaurus operations
6363
- [Documentation Pipeline](/dev/next/ci-cd/documentation-deployment) - Complete pipeline

docs/contents/document/workflows/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ All workflow source code is available in the [GitHub repository](https://github.
6565
[![View Source](https://img.shields.io/badge/View-Source-blue?logo=github)](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_docker_operations.yaml)
6666

6767
### Documentation Workflows
68-
- **[rw_docs_operations](./document/rw_docs_operations.mdx)** - Build and deploy documentation<br/>
69-
[![View Source](https://img.shields.io/badge/View-Source-blue?logo=github)](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_docs_operations.yaml)
68+
- **[rw_docusaurus_operations](./document/rw_docusaurus_operations.mdx)** - Build and deploy Docusaurus documentation<br/>
69+
[![View Source](https://img.shields.io/badge/View-Source-blue?logo=github)](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_docusaurus_operations.yaml)
7070
- **[rw_documentation_deployment](./document/rw_documentation_deployment.mdx)** - Deploy documentation to GitHub Pages<br/>
7171
[![View Source](https://img.shields.io/badge/View-Source-blue?logo=github)](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_documentation_deployment.yaml)
7272

@@ -201,6 +201,6 @@ Below is a complete list of all available reusable workflows with direct links t
201201
| `rw_release_staging_complete.yaml` | Release | Staging release workflow | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_release_staging_complete.yaml) |
202202
| `rw_release_validation_complete.yaml` | Release | Validation release workflow | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_release_validation_complete.yaml) |
203203
| `rw_docker_operations.yaml` | Docker | Build and publish Docker images | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_docker_operations.yaml) |
204-
| `rw_docs_operations.yaml` | Documentation | Build and deploy documentation | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_docs_operations.yaml) |
204+
| `rw_docusaurus_operations.yaml` | Documentation | Build and deploy Docusaurus docs | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_docusaurus_operations.yaml) |
205205
| `rw_documentation_deployment.yaml` | Documentation | Deploy docs to GitHub Pages | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_documentation_deployment.yaml) |
206206
| `rw_sonarqube_scan.yaml` | Code Quality | SonarQube/SonarCloud analysis | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_sonarqube_scan.yaml) |

docs/contents/document/workflows/release/rw_release_staging_complete.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ docker-ghcr-staging:
245245

246246
```yaml
247247
docs-preview:
248-
uses: ./.github/workflows/rw_docs_operations.yaml
248+
uses: ./.github/workflows/rw_docusaurus_operations.yaml
249249
with:
250250
operation: 'deploy'
251251
branch: ${{ needs.config.outputs.docs_preview_branch }}

docs/contents/document/workflows/release/rw_release_validation_complete.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ docker-build-ghcr:
187187

188188
```yaml
189189
docs-build:
190-
uses: ./.github/workflows/rw_docs_operations.yaml
190+
uses: ./.github/workflows/rw_docusaurus_operations.yaml
191191
with:
192192
operation: 'build'
193193
```

0 commit comments

Comments
 (0)