diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0908507..2261aef 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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' diff --git a/exampleSite/content/english/shortcodes/asyncapi.md b/exampleSite/content/english/shortcodes/asyncapi.md index 4e05002..7aed42f 100644 --- a/exampleSite/content/english/shortcodes/asyncapi.md +++ b/exampleSite/content/english/shortcodes/asyncapi.md @@ -27,9 +27,9 @@ Source of the AsyncAPI documentation. | -------- | --------- | |{{< md >}} ``` -{{}} +{{}} ``` -{{< /md >}}|{{< asyncapi source="/static/asyncapi/example.yaml" >}}| +{{< /md >}}|{{< asyncapi source="/asyncapi/example.yaml" >}}| |{{< md >}} ``` {{}}