We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2c9d1 commit 2df0dabCopy full SHA for 2df0dab
mkdocs.yml
@@ -90,6 +90,7 @@ theme:
90
name: material
91
custom_dir: overrides
92
features:
93
+ - announce.dismiss
94
- content.action.edit
95
- content.action.view
96
- search.highlight
overrides/main.html
@@ -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