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
|
favicon: assets/favicon.svg
|
||||||
logo: assets/favicon.svg
|
logo: assets/favicon.svg
|
||||||
name: material
|
name: material
|
||||||
|
custom_dir: docs/overrides
|
||||||
palette:
|
palette:
|
||||||
primary: deep orange
|
primary: deep orange
|
||||||
accent: deep orange
|
accent: deep orange
|
||||||
|
@ -21,6 +22,7 @@ theme:
|
||||||
- toc.follow
|
- toc.follow
|
||||||
- navigation.tabs.sticky
|
- navigation.tabs.sticky
|
||||||
- content.code.copy
|
- content.code.copy
|
||||||
|
- announce.dismiss
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
- tags
|
- tags
|
||||||
|
|
Loading…
Reference in a new issue