Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #89 from 0xPolygonID/announcement-bar
Browse files Browse the repository at this point in the history
Adds Docs Revamp message
  • Loading branch information
cerberushades authored Oct 13, 2023
2 parents 7dc2dfb + c46405d commit 6e6739c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ theme:
- navigation.tracking
- content.tabs.link
- content.code.copy
- header.autohide
markdown_extensions:
- pymdownx.arithmatex:
generic: true
Expand Down
4 changes: 4 additions & 0 deletions mkdocs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
<!-- End Google Tag Manager (noscript) -->
{{ super() }}
{% endblock %}

{% block announce %}
<p>This Documentation website is currently <b>being revamped</b>. New docs are in the making and will be released soon! </p>
{% endblock %}

0 comments on commit 6e6739c

Please sign in to comment.