Skip to content

Commit

Permalink
Merge pull request #216 from DSD-DBS/minor-docs-refactoring
Browse files Browse the repository at this point in the history
docs: Update deprecated markdown extensions
  • Loading branch information
MoritzWeber0 authored Nov 13, 2023
2 parents c073823 + faa0fb2 commit dde12dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/ci-templates/gitlab/release-train.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For changes in your Gitlab image builder repository:

You can customize the pipeline to your needs (e.g., define multiple environments). The template provides three different jobs `.base`, `.capella` and `.jupyter` which can be extended:

```yml
```yaml
include:
- remote: https://raw.githubusercontent.com/DSD-DBS/capella-dockerimages/${CAPELLA_DOCKER_IMAGES_REVISION}/ci-templates/gitlab/release-train.yml"

Expand Down
4 changes: 2 additions & 2 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ markdown_extensions:
- pymdownx.snippets
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
Expand Down

0 comments on commit dde12dd

Please sign in to comment.