Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/3011/broken images in docs #3012

Merged
merged 4 commits into from
Aug 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

- Increase the size of the close button to simplify closing the attribute sidebar [#3014](https://github.com/MaibornWolff/codecharta/pull/3014)

### Fixed 🐞

- Fix broken images to new document pages about how using SonarQube [#3012](https://github.com/MaibornWolff/codecharta/pull/3012)

## [1.104.1] - 2022-08-31

### Fixed 🐞
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ title: Detailed instruction of how to use SonarQube 9.4
9. Generate a token and save it for later use \
![token sonarqube]({{site.baseurl}}/assets/images/docs/how-to/token_sonarqube.png)
10. Choose 'Other' and then 'Windows' to run analysis \
![analysis_setup sonarqube]({{site.baseurl}}/assets/images/docs/how-to/analysis_setup sonarqube.png)
![analysis_setup sonarqube]({{site.baseurl}}/assets/images/docs/how-to/analysis_setup_sonarqube.png)
11. Open the terminal, navigate to `CodeCharta/visualization/` project folder to analyze and execute scanner using the shown command
> sonar-scanner.bat -D"sonar.projectKey=CodeCharta" -D"sonar.sources=." -D"sonar.host.url=http://localhost:9000" -D"sonar.login="user token"
12. After a successful execution the analyzed project is shown on localhost \
![analyzed_project sonarqube]({{site.baseurl}}/assets/images/docs/how-to/analyzed_project sonarqube.png)
![analyzed_project sonarqube]({{site.baseurl}}/assets/images/docs/how-to/analyzed_project_sonarqube.png)
13. Install CodeCharta analysis
> npm i -g codecharta-analysis
14. Execute `ccsh sonarimport` in your terminal to generate a `cc.json` file to load it into [CodeCharta's Visualization](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json.gz&file=codecharta_analysis.cc.json.gz)
Expand Down
Binary file not shown.