Skip to content

Commit 2df0dab

Browse files
committed
Add announcement banner
1 parent 5a2c9d1 commit 2df0dab

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ theme:
9090
name: material
9191
custom_dir: overrides
9292
features:
93+
- announce.dismiss
9394
- content.action.edit
9495
- content.action.view
9596
- search.highlight

overrides/main.html

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{% extends "base.html" %}
2+
3+
{% block announce %}
4+
Welcome to the new scripting guide!
5+
6+
This is a work in progress.
7+
8+
Please provide all feedback via
9+
<a ref="me" href="https://github.com/orgs/docsforadobe/discussions">
10+
<span class="twemoji">
11+
{% include ".icons/octicons/comment-discussion-16.svg" %}
12+
</span>
13+
<strong>the org's discussion forum</strong>
14+
</a>.
15+
{% endblock %}

0 commit comments

Comments
 (0)