Skip to content

Commit

Permalink
Fix some syntax issues
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed May 8, 2024
1 parent f2e425a commit a85a582
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ MVP.

### Other

- Python 3.11 is now used as standard in the service container image
- This project was initially developed under the internal development
name Timon. In preparation for the first release, it was renamed
**The Cloudsphere** (TCS for short).
- The documentation has been switched from Sphinx to Docusaurus and
is now published on [thecloudsphere.io](https://thecloudsphere.io).
- The Getting Started Guide from the README of
[thecloudsphere/tcsctl](https://github.com/thecloudsphere/tcsctl)
has been integrated into the documentation.
- Python 3.11 is now used as standard in the service container image
- This project was initially developed under the internal development
name Timon. In preparation for the first release, it was renamed
**The Cloudsphere** (TCS for short).
- The documentation has been switched from Sphinx to Docusaurus and
is now published on [thecloudsphere.io](https://thecloudsphere.io).
- The Getting Started Guide from the README of
[thecloudsphere/tcsctl](https://github.com/thecloudsphere/tcsctl)
has been integrated into the documentation.

### Blueprint: environment overrides

Expand All @@ -38,20 +38,20 @@ blueprint.
The following properties can be adjusted (if supported by the
environment used).

- `blueprint_source`
- `blueprint_source_key`
- `blueprint_version`
- `working_directory`
- `outputs_directory`
- `makefile`
- `makefile_pre_processing`
- `makefile_processing`
- `makefile_post_processing`
- `blueprint_source`
- `blueprint_source_key`
- `blueprint_version`
- `working_directory`
- `outputs_directory`
- `makefile`
- `makefile_pre_processing`
- `makefile_processing`
- `makefile_post_processing`

The following sample snippet is from the `osism/testbed` blueprint.

There, the blueprint is not imported from the registry but from the
external repository <https://github.com/osism/testbed.git>. The
external repository [osism/testbed](https://github.com/osism/testbed.git). The
directory for the execution of Terraform in this case is
`/processing/terraform` (instead of `/processing`). The outputs are not
in `/outputs` but in `/processing/terraform`. For the execution of
Expand Down
4 changes: 2 additions & 2 deletions src/pages/legals.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Represented by the management:<br />

Phone: [+49 (0) 711-21957006](tel:+4971121957006)<br />
Fax: +49 (0) 711-21957009<br />
E-Mail: <[email protected]>
E-Mail: [[email protected]](mailto:[email protected])

## VAT-ID

Expand All @@ -47,4 +47,4 @@ Germany

## Dispute settlement

The European Commission provides a platform for online dispute resolution (OS): <https://ec.europa.eu/consumers/odr>. We are neither willing nor obliged to participate in dispute settlement proceedings before a consumer arbitration board.
The European Commission provides a platform for online dispute resolution (OS): https://ec.europa.eu/consumers/odr. We are neither willing nor obliged to participate in dispute settlement proceedings before a consumer arbitration board.

0 comments on commit a85a582

Please sign in to comment.