You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-13Lines changed: 1 addition & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -198,19 +198,7 @@ EXAMPLE from https://github.com/telerik/ajax-docs/blob/master/_config.yml#L6
198
198
199
199
### Webinar Banner
200
200
201
-
You can add a yellow banner at the top of all your docs pages from the `_config.yml` file.
202
-
203
-
Add the desired HTML markup in the `_config.yml` file as a variable near its end, for example use the following (see also [this sample commit that has the code commented out](https://github.com/telerik/blazor-docs/commit/608177be173a7f9ed90c414de5eeacce5aa92e44)). Note the dash in the beginning and the scope setting - the syntax for that must be exact. Make sure to add an empty line before and after your content. Use only spaces for indentation. The HTML content must be in one single line.
204
-
205
-
```yml
206
-
-
207
-
scope:
208
-
path: ""
209
-
values:
210
-
announcement: |
211
-
Learn how to build Full-Stack C# apps with Telerik UI for Blazor and Entity Framework in no time. <a href="https://www.telerik.com/campaigns/blazor/wb-blazor-in-depth-webinar?utm_medium=internal&utm_source=yellowribbon&utm_campaign=blazor-webinar-weekofblazor" target="_blank">Save your seat</a>!
212
-
213
-
```
201
+
Moved in wiki: [Announcements banner](https://github.com/telerik/docs-seed/wiki/Yellow-ribbon-banner-for-announcements#announcements-banner)
0 commit comments