Skip to content

Commit

Permalink
fix: deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgazeau committed Aug 11, 2024
1 parent ce7ea37 commit fb6aeb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ themesdir = "../.."
[[module.mounts]]
source = 'asyncapi'
target = 'static/asyncapi'
[[module.mounts]]
source = 'assets'
target = 'static/assets'
[[module.mounts]]
source = 'openapi'
target = 'static/openapi'
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/english/shortcodes/asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Source of the AsyncAPI documentation.
| -------- | --------- |
|{{< md >}}
```
{{</*/* asyncapi source="/static/asyncapi/example.yaml" */*/>}}
{{</*/* asyncapi source="/asyncapi/example.yaml" */*/>}}
```
{{< /md >}}|{{< asyncapi source="/static/asyncapi/example.yaml" >}}|
{{< /md >}}|{{< asyncapi source="/asyncapi/example.yaml" >}}|
|{{< md >}}
```
{{</*/* asyncapi source="https://raw.githubusercontent.com/asyncapi/spec/master/examples/simple-asyncapi.yml" */*/>}}
Expand Down

0 comments on commit fb6aeb7

Please sign in to comment.