Skip to content

Commit

Permalink
Fix/3011/broken images in docs (#3012)
Browse files Browse the repository at this point in the history
* Adjust links to images
#3011

* delete unused image from deleted page
#3011

* add changelog entry
#3011
  • Loading branch information
Hall-Ma committed Aug 31, 2022
1 parent f930996 commit 46856e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.

0 comments on commit 46856e7

Please sign in to comment.