From 5a3e6cbb350d5911a4f05c0e1cc7dd3a0db28eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=BChn?= Date: Fri, 17 Jan 2025 09:10:53 +0100 Subject: [PATCH] fix: Add space around table. Add links for image and "here" text.(#3884) --- gh-pages/_docs/04-importer/01-sonar.md | 4 ++-- gh-pages/_docs/07-filter/04-inspection-tool.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gh-pages/_docs/04-importer/01-sonar.md b/gh-pages/_docs/04-importer/01-sonar.md index 7e892b25f6..e35c4130fb 100644 --- a/gh-pages/_docs/04-importer/01-sonar.md +++ b/gh-pages/_docs/04-importer/01-sonar.md @@ -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/) @@ -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). diff --git a/gh-pages/_docs/07-filter/04-inspection-tool.md b/gh-pages/_docs/07-filter/04-inspection-tool.md index eb7d84ff2d..cb7def3169 100644 --- a/gh-pages/_docs/07-filter/04-inspection-tool.md +++ b/gh-pages/_docs/07-filter/04-inspection-tool.md @@ -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=` | show first x layers of project hierarchy (if not specified, prints first two levels) | + ``` Usage: ccsh inspect [-l=] [FILE] ```