Skip to content

Commit bdde221

Browse files
committed
πŸ“š Sync docs from alaudadevops/sonarqube-ce-operator on 33a9afbbf6c26903bd590b5d965189a034e03d36
Source: fix: known doom lint issues (#198) Author: JounQin Ref: refs/heads/release-2026.1 Commit: 33a9afbbf6c26903bd590b5d965189a034e03d36 This commit automatically syncs documentation changes from the source-docs repository. πŸ”— View source commit: AlaudaDevops/sonarqube-ce-operator@33a9afb πŸ€– Synced on 2026-04-03 03:49:10 UTC
1 parent d5e8485 commit bdde221

8 files changed

Lines changed: 3480 additions & 4121 deletions

File tree

β€Ž.github/SYNC_INFO.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Documentation Sync Information
22

3-
- **Last synced**: 2026-03-28 01:05:51 UTC
3+
- **Last synced**: 2026-04-03 03:49:10 UTC
44
- **Source repository**: alaudadevops/sonarqube-ce-operator
5-
- **Source commit**: [521f679849a2d1ee0ff46049ea119f8c83db08d1](https://github.com/alaudadevops/sonarqube-ce-operator/commit/521f679849a2d1ee0ff46049ea119f8c83db08d1)
6-
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#36](https://github.com/alaudadevops/sonarqube-ce-operator/actions/runs/23673975627)
5+
- **Source commit**: [33a9afbbf6c26903bd590b5d965189a034e03d36](https://github.com/alaudadevops/sonarqube-ce-operator/commit/33a9afbbf6c26903bd590b5d965189a034e03d36)
6+
- **Triggered by**: kycheng
7+
- **Workflow run**: [#39](https://github.com/alaudadevops/sonarqube-ce-operator/actions/runs/23932884563)
88

99
## Files synced:
1010
- docs/

β€Ž.yarn/releases/yarn-4.13.0.cjsβ€Ž

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

β€Ž.yarn/releases/yarn-4.9.2.cjsβ€Ž

Lines changed: 0 additions & 942 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you are using a PostgreSQL instance provided by the platform, you can directl
4242
3. Open the `Backup and Recovery` tab
4343
4. Follow the page prompts to configure the backup
4444

45-
The platform PG instance supports automatic backup, which can be enabled during the backup configuration process. For specific operation methods, refer to the [Platform PG Backup and Recovery](#how-to-view-platform-postgresql-backup-and-recovery-documentation) documentation.
45+
The platform PG instance supports automatic backup, which can be enabled during the backup configuration process. For specific operation methods, refer to the <ExternalSiteLink name="postgresql" href="/functions/15_back_restore.html" >Platform PG Backup and Recovery</ExternalSiteLink> documentation.
4646

4747
After completing the backup configuration, you can:
4848
1. Click `Create Backup` to perform an immediate backup

β€Ždocs/en/install/03_sonarqube_deploy.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ spec:
225225
existingClaim: sonarqube-pvc
226226
```
227227
228-
### SSO Configuration
228+
### SSO Configuration {#SSO-Configuration}
229229
230230
Configuring SSO involves the following steps:
231231

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@alauda/doom": "^1.10.9",
3+
"@alauda/doom": "^1.22.1",
44
"typescript": "^5.9.2"
55
},
66
"scripts": {
@@ -10,5 +10,5 @@
1010
"serve": "doom serve",
1111
"translate": "doom translate"
1212
},
13-
"packageManager": "yarn@4.9.2"
13+
"packageManager": "yarn@4.13.0"
1414
}

β€Žsites.yamlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
- name: acp
22
base: /container_platform
33
version: "4.0"
4+
- name: postgresql
5+
base: /postgresql
6+
version: "4.0"

0 commit comments

Comments
Β (0)