Skip to content

Commit

Permalink
Merge pull request #33 from this-is-tobi/develop
Browse files Browse the repository at this point in the history
refactor: remove wrong sonarqube vscode config
  • Loading branch information
this-is-tobi authored Dec 1, 2024
2 parents b0ea19c + 326294b commit 1cb80bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"vscode-kubernetes.log-viewer.wrap": true,
// sonarqube
"sonarlint.connectedMode.project": {
"connectionId": "https://sonarqube.fabrique-numerique.fr",
"projectKey": "cloud-pi-native_console_AYsa46O31ebDtzs-pYyZ"
"connectionId": "https://sonarqube.domain.com",
"projectKey": "project-key"
}
}
2 changes: 1 addition & 1 deletion docs/03-advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Docpress can be configured with an external configuration file specified by the

- `username`: Git provider username (usually GitHub) to fetch repositories (equivalent to the `-U` CLI option).
- `reposFilter`: List of repositories to include or exclude (equivalent to the `-r` CLI option).
- `branch`: Default branch from which documentation will be fetched.
- `branch`: Default branch from which documentation will be fetched (equivalent to `-b`).
- `extraHeaderPages`: Additional pages to include in the website header (equivalent to `-p`).
- `extraPublicContent`: Additional content for the Vitepress public folder (equivalent to `-c`).
- `extraTheme`: Files or folders to customize the Vitepress theme (equivalent to `-t`).
Expand Down

0 comments on commit 1cb80bd

Please sign in to comment.