mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
bump banner
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{% extends "base.html" %} {% block announce %} For updates follow
|
||||
<strong>@jxnlco</strong> on
|
||||
<a href="https://twitter.com/jxnlco">
|
||||
<span class="twemoji twitter">
|
||||
{% include ".icons/fontawesome/brands/twitter.svg" %}
|
||||
</span>
|
||||
<strong>Twitter</strong>
|
||||
</a>
|
||||
and
|
||||
<span class="twemoji star">
|
||||
{% include ".icons/fontawesome/solid/star.svg" %}
|
||||
</span>
|
||||
us on
|
||||
<a href="https://www.github.com/jxnl/instructor">
|
||||
<span class="twemoji github">
|
||||
{% include ".icons/fontawesome/brands/github.svg" %}
|
||||
</span>
|
||||
<strong>GitHub</strong> </a
|
||||
>. If you don't like python, check out the
|
||||
<a href="https://www.github.com/jxnl/instructor-js"><strong>TS/JS</strong></a>
|
||||
and
|
||||
<a href="https://github.com/thmsmlr/instructor_ex/">
|
||||
<strong>Elixir</strong>
|
||||
</a>
|
||||
ports. {% endblock %}
|
||||
@@ -69,6 +69,7 @@ theme:
|
||||
font:
|
||||
text: Roboto
|
||||
code: Roboto Mono
|
||||
custom_dir: docs/overrides
|
||||
# Extensions
|
||||
markdown_extensions:
|
||||
- abbr
|
||||
|
||||
Reference in New Issue
Block a user