Skip to content

Commit e8c0a49

Browse files
committed
Merge branch 'fix/link-text-descriptive' into feat/node-22
Signed-off-by: Kurt Garloff <kurt@garloff.de>
2 parents 98baba7 + 8224caf commit e8c0a49

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/tools/zuul.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Note: This needs to be updated!
1212

1313
- Make Zuul aware of your repository in this [repo](https://github.com/SovereignCloudStack/zuul-scs-jobs)
1414
- Create a file _.zuul.yaml_
15-
- An example can be found [here](https://github.com/SovereignCloudStack/zuul-config/)
15+
- Here is [an example](https://github.com/SovereignCloudStack/zuul-config/)
1616
- You can have a job section containing _self-defined_ jobs which you need to write on your own
1717
- You have to have a project section containing
1818
- the default-branch name
1919
- the merge-mode which should be used to auto-merge
2020
- the jobs to run in each pipeline (gh_check, gh_gate, gh_post, gh_tag)
21-
- these pipelines are triggered by events which can be looked up [here](https://github.com/SovereignCloudStack/zuul-config/blob/main/zuul.d/)
22-
- 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)
2323
- If you have _self-defined_ jobs, you need to create a folder _.playbooks_
2424
- this folder containers ansible playbooks which will be triggered
2525

0 commit comments

Comments
 (0)