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: Add space around table. Add links for image and "here" text.(#3884) #3885

Merged
merged 1 commit into from
Jan 17, 2025
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gh-pages/_docs/04-importer/01-sonar.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ After you installed SonarQube do the following steps to analyze your Project:

When using SonarQube version >= 9.5, you need to create a user token. In your account settings select the security settings.

![Generate user token]-({{site.baseurl}}/assets/images/docs/how-to/generate_user_token.png)
![Generate user token]({{site.baseurl}}/assets/images/docs/how-to/generate_user_token.png)

For further information read [here](https://docs.sonarqube.org/latest/project-administration/project-existence/)

Expand All @@ -118,4 +118,4 @@ To visualize your project metrics created by Sonar use CodeCharta's sonar import

## Beginner's Guide for using SonarQube

If you are totally new to SonarQube, you are welcome to read more detailed instructions here.
If you are totally new to SonarQube, you are welcome to read more detailed instructions [here]({{site.docs_how_to}}/use-sonar-9-4).
1 change: 1 addition & 0 deletions gh-pages/_docs/07-filter/04-inspection-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The Inspection Tool is used to inspect the structure of .cc.json files. It enabl
| `FILE` | file to inspect |
| `-h, --help` | Displays help and |
| `-l, --levels, -d, --depth=<numberOfLevels>` | show first x layers of project hierarchy (if not specified, prints first two levels) |

```
Usage: ccsh inspect [-l=<numberOfLevels>] [FILE]
```
Expand Down
Loading