Skip to content

Commit ec31a0e

Browse files
authored
Fix a markdown ReferenceError when building with docusaurus (#739)
Fixes the ReferenceError: PREFIX is not defined error when the docs are built with docusaurus as part of the build pipeline in the https://github.com/SovereignCloudStack/docs repository. Signed-off-by: Martin Morgenstern <[email protected]>
1 parent e4d2885 commit ec31a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/usage/migrate-to-kaas-v2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ first, when you are on release < R6).
3434
make deploy-cso GIT_ACCESS_TOKEN=<github-access-token>
3535
make deploy-cspo GIT_ACCESS_TOKEN=<github-access-token>
3636
```
37-
3. Export *${PREFIX}* and *${CLUSTER_NAME}*:
37+
3. Export `${PREFIX}` and `${CLUSTER_NAME}`:
3838
```bash
3939
. ~/bin/cccfg.inc
4040
```

0 commit comments

Comments
 (0)