Skip to content

Commit b2a3cce

Browse files
committed
fix: update announcement banner message for version 0.2.18
1 parent 00c69af commit b2a3cce

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/book.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
authors = ["MR-Addict"]
33
description = "This is a mdbook preprocessor plugin that allows you embed apps to your book, like youtube, codepen, giscus and many other apps"
44
title = "mdbook-embedify"
5-
multilingual = false
65
language = "en"
76
src = "src"
87

@@ -50,7 +49,7 @@ footer.message = "Copyright © 2025 • Created with ❤️ by [MR-Addict](https
5049

5150
announcement-banner.enable = true
5251
announcement-banner.id = "0.2.18"
53-
announcement-banner.message = "*New version [0.2.17](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.17) relased*"
52+
announcement-banner.message = "*New version [0.2.18](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.18) relased*"
5453

5554
giscus.enable = true
5655
giscus.repo = "MR-Addict/mdbook-embedify"

docs/src/local/announcement-banner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Announcement banner allows you put important messages at the top of the page. It
1212
## Example
1313

1414
```text
15-
{% embed-ignore announcement-banner id="0.2.18" message="*New version [0.2.17](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.17) relased*" %}
15+
{% embed-ignore announcement-banner id="0.2.18" message="*New version [0.2.18](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.18) relased*" %}
1616
```
1717

1818
This book's announcement banner is enabled, you can see it at the top of this page.

0 commit comments

Comments
 (0)