Skip to content

Commit cc73dec

Browse files
authored
Fix/link text descriptive (#367)
* Use node v20. Signed-off-by: Kurt Garloff <kurt@garloff.de> * Fix the "here" links that are complained about. Signed-off-by: Kurt Garloff <kurt@garloff.de> * Fix links. Signed-off-by: Kurt Garloff <kurt@garloff.de> * One more link. Signed-off-by: Kurt Garloff <kurt@garloff.de> --------- Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent 197f1c5 commit cc73dec

6 files changed

Lines changed: 17 additions & 15 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
v20

blog/2026-01-22-introducing-docs-blog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ it was somewhat hard to distill the various aspects and goals of SCS though.
1717
With the end of the funded project, we split the activities into different organizations
1818
with distinct goals:
1919

20-
1. The [Forum SCS Standards](https://sovereigncloudstack.org/en/about-scs/network/) is
20+
1. The [Forum SCS Standards](https://sovereigncloudstack.org/en/about-scs/) is
2121
responsible for governing the standardization process. While it pulls significant input
2222
from the various software projects that belong to the SCS ecosystem, it is neutral towards
2323
them beyond the preference for standards compliance. This reflects that there can and
@@ -41,8 +41,8 @@ it assembles documentation from various places. Unlike the Forum, it does not ne
4141
to prioritize neutrality as top priority, but benefits and prefers those projects
4242
that contribute useful content to it.
4343

44-
We have decided to use docusaurus' blog feature to publish blog articles
45-
[here](https://docs.scs.community/blog/). We appreciate contributions.
44+
We have decided to use docusaurus' blog feature to publish
45+
[blog articles](https://docs.scs.community/blog/). We appreciate contributions.
4646

4747
## Old blog content
4848

community/cloud-resources/cloud-resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Once the PR has been accepted, [configure your VPN access by following the steps
3434

3535
### SCS Hardware Landscape Usage
3636

37-
More information on how to use the Hardware Landscape can be found [here](hardware-landscape.md).
37+
Here is [more information on how to use the Hardware Landscape](hardware-landscape.md).
3838

3939
## SCS2 @ plusserver
4040

@@ -44,7 +44,7 @@ To apply for a new project, please create a pull request against this document (
4444

4545
### SCS2 Usage
4646

47-
A brief guide on how to use the resources provided by plusserver GmbH can be found [here](plusserver-gx-scs.md).
47+
Here is a [brief guide on how to use the resources provided by plusserver GmbH](plusserver-gx-scs.md).
4848

4949
### SCS2 Users
5050

@@ -101,7 +101,7 @@ To apply for a new project, please create a pull request against this document (
101101

102102
### Wavestack Usage
103103

104-
A brief guide on how to use the resources provided by Wavecon GmbH can be found [here](wavestack.md).
104+
Here is [a brief guide on how to use the resources provided by Wavecon GmbH](wavestack.md).
105105

106106
### Wavestack Service Users
107107

community/contribute/adding-docs-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Determine the type of your documentation and click to continue.
1010
2. [Operational documentation](#2-operational-documentation)
1111
3. [Community documentation](#3-community-documentation)
1212

13-
If unsure don't hestitate to ask us at [Matrix](https://github.com/SovereignCloudStack/docs/blob/main/community/communication/matrix.md)
13+
If unsure don't hestitate to ask us at [Matrix](https://docs.scs.community/community/tools/matrix)
1414

1515
## 1. Technical Documentation
1616

@@ -53,7 +53,7 @@ File a Pull Request within the [docs](https://github.com/SovereignCloudStack/doc
5353

5454
Once it is approved and merged, a postinstall script will be triggered within the build process. This initiates downloading, copy and distilling which results in this static generated [documentation](https://docs.scs.community) page – now with your content.
5555

56-
An explanation on how the sync & distill workflow and a guide on how to test it in a local development environment you will find [here](https://github.com/SovereignCloudStack/docs/blob/main/community/contribute/docs-workflow-explanation.md).
56+
Here is an explanation on how the [sync & distill workflow works and a guide on how to test it in a local development environment](https://github.com/SovereignCloudStack/docs/blob/main/community/contribute/docs-workflow-explanation.md).
5757

5858
## 2. Operational documentation
5959

@@ -68,6 +68,6 @@ File a Pull Request within the [docs](https://github.com/SovereignCloudStack/doc
6868

6969
## 3. Community documentation
7070

71-
Your doc files contain knowledge regarding our community? Choose the right directory. If unsure don't hestitate to ask us at [Matrix](https://github.com/SovereignCloudStack/docs/blob/main/community/communication/matrix.md).
71+
Your doc files contain knowledge regarding our community? Choose the right directory. If unsure don't hestitate to ask us at [Matrix](https://docs.scs.community/community/tools/matrix).
7272

7373
File a Pull Request within the `docs` repository and add your markdown files to the fitting directory.

community/contribute/styleguides/ansible_styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ disable the package_latest rule.
1515

1616
## Key Order
1717

18-
To check the key order we use our own rule. This can be found [here](https://github.com/osism/zuul-jobs/tree/main/roles/ansible-lint/files).
18+
To check the key order we use our [own rule](https://github.com/osism/zuul-jobs/tree/main/roles/ansible-lint/).
1919

2020
### Positioning and use of the become directive
2121

community/tools/zuul.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ use Zuul as our main pipeline solution.
88

99
### How to make a repo use Zuul
1010

11-
- Make Zuul aware of your repository in this [repo](https://github.com/SovereignCloudStack/zuul_deployment)
11+
Note: This needs to be updated!
12+
13+
- Make Zuul aware of your repository in this [repo](https://github.com/SovereignCloudStack/zuul-scs-jobs)
1214
- Create a file _.zuul.yaml_
13-
- An example can be found [here](https://github.com/SovereignCloudStack/zuul-sandbox/blob/main/.zuul.yaml)
15+
- Here is [an example](https://github.com/SovereignCloudStack/zuul-config/)
1416
- You can have a job section containing _self-defined_ jobs which you need to write on your own
1517
- You have to have a project section containing
1618
- the default-branch name
1719
- the merge-mode which should be used to auto-merge
1820
- the jobs to run in each pipeline (gh_check, gh_gate, gh_post, gh_tag)
19-
- these pipelines are triggered by events which can be looked up [here](https://github.com/SovereignCloudStack/zuul_config/blob/main/zuul.d/gh_pipelines.yaml)
20-
- some default jobs can be found [here](https://opendev.org/zuul/zuul-jobs/src/branch/master/playbooks)
21+
- these [pipelines](https://github.com/SovereignCloudStack/zuul-config/blob/main/zuul.d/) are triggered by events
22+
- ihere are [some default jobs](https://opendev.org/zuul/zuul-jobs/src/branch/master/playbooks)
2123
- If you have _self-defined_ jobs, you need to create a folder _.playbooks_
2224
- this folder containers ansible playbooks which will be triggered
2325

0 commit comments

Comments
 (0)