mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
(mkdocs) add announcement bar, for the bounty program
This commit is contained in:
parent
5f474d01f8
commit
91034abb25
7
docs/overrides/main.html
Normal file
7
docs/overrides/main.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block announce %}
|
||||
|
||||
We have a <a href="https://finegrain.ai/bounties">Bounty Program</a> 💰!
|
||||
|
||||
{% endblock %}
|
|
@ -8,6 +8,7 @@ theme:
|
|||
favicon: assets/favicon.svg
|
||||
logo: assets/favicon.svg
|
||||
name: material
|
||||
custom_dir: docs/overrides
|
||||
palette:
|
||||
primary: deep orange
|
||||
accent: deep orange
|
||||
|
@ -21,6 +22,7 @@ theme:
|
|||
- toc.follow
|
||||
- navigation.tabs.sticky
|
||||
- content.code.copy
|
||||
- announce.dismiss
|
||||
plugins:
|
||||
- search
|
||||
- tags
|
||||
|
|
Loading…
Reference in a new issue