Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions .github/workflows/docsearch-scraper-production.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: DocSearch Scraper

on:
workflow_run:
workflows: [deploy-production]
types: [completed]
push:
branches:
- release
Expand Down
2 changes: 1 addition & 1 deletion content/docs/test_markdown/unorthodox.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ toc: true
Various notification styles:

{{< alert >}}
The Tutorial is intended for novice to intermediate users.<br> Hello World
This is the default alert without any options.<br>No `context` or `icon` parameter defined.
{{< /alert >}}

{{< alert context="info" >}}
Expand Down