Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update content-syntax-guide.md #52

Merged
merged 4 commits into from
Dec 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/content-syntax-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ This text will not be in the admonition block. It will be below it.
!!! info
This text will not be in the admonition block. It will be below it.

Here is the [list of supported admonitions](https://squidfunk.github.io/mkdocs-material/reference/admonitions/#supported-types).
MonicaG marked this conversation as resolved.
Show resolved Hide resolved

### Tabs

```markdown
Expand Down Expand Up @@ -294,4 +296,4 @@ The Miro docs have more information on [how to embed Miro boards](https://help.m
!!! Note

- Miro boards do not show when the [devhub-techdocs-publish](https://github.com/bcgov/devhub-techdocs-publish/blob/main/docs/index.md#how-to-use-the-docker-image-to-preview-content-locally) tool is used to preview the documentation locally.
- DevHub will only display content within an `iframe` from domains that are explicitly allowed in the DevHub configuration. Currently, this is limited to YouTube and Miro. If you would like to embed boards and diagrams from sources other than Miro or other content within an `iframe`, please contact the [Developer Experience team](mailto:[email protected]) to discuss your needs.
- DevHub will only display content within an `iframe` from domains that are explicitly allowed in the DevHub configuration. Currently, this is limited to YouTube and Miro. If you would like to embed boards and diagrams from sources other than Miro or other content within an `iframe`, please contact the [Developer Experience team](mailto:[email protected]) to discuss your needs.
Loading