Skip to content

Commit 286ed1f

Browse files
authored
Merge branch 'main' into feat/add-certification-process2
2 parents 7143202 + 418f8a1 commit 286ed1f

File tree

5 files changed

+29
-8
lines changed

5 files changed

+29
-8
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ CD in your Terminal to the root directory of the cloned repository. Install all
2626
npm install
2727
npm start
2828
```
29+
30+
## Linting problems
31+
32+
The repository establishes commit hooks which check the files for correctness and style.
33+
Have a look at the [linting-guide](https://docs.scs.community/community/contribute/linting-guide/) to get detailed information.

community/contribute/linting-guide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ The markdownlint rules are defined in the configuration file `.markdownlint-cli2
2121

2222
Additionally we use [markdownlint-rule-search-replace](https://github.com/OnkarRuikar/markdownlint-rule-search-replace) for fixing
2323

24+
## Local Usage for development
25+
26+
```bash
27+
npm run lint:md <file>
28+
npm run fix:md <file>
29+
```
30+
2431
## Github Workflows
2532

2633
There are two actions running on every Pull Request on the `main` branch.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sidebarsUserDocs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ const sidebars = {
77
{
88
type: 'category',
99
label: 'Application Examples',
10+
link: {
11+
type: 'generated-index'
12+
},
1013
items: [
1114
{
1215
type: 'category',

static/data/additionalResourcesData.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@
2020
{
2121
"title": "Deployment Examples",
2222
"body": "Get to know different ways to deploy SCS with cloud resources or on bare metal.",
23-
"url": "/docs/iaas/guides/deploy-guide/examples",
23+
"url": "/docs/category/deployment-examples",
24+
"buttonText": "Explore Cases"
25+
},
26+
{
27+
"title": "Application Examples",
28+
"body": "Discover best practices to make the most of your cloud, from introductions to specific applications to advanced use cases.",
29+
"url": "/user-docs/category/application-examples",
2430
"buttonText": "Explore Cases"
2531
}
2632
]

0 commit comments

Comments
 (0)