Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ extra_css:

theme:
name: material
custom_dir: overrides
features:
- content.code.annotate
palette:
Expand Down
12 changes: 12 additions & 0 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends "base.html" %}

{#
Top announcement bar shown on every page — mirrors the banner on the
gptdiff-js example pages. Points at the browser port and its live demos.
#}
{% block announce %}
<a href="https://github.com/255BITS/gptdiff-js" target="_blank" rel="noopener">gptdiff-js</a>
— run gptdiff in the browser, no command line
&nbsp;·&nbsp;
<a href="https://255bits.github.io/gptdiff-js-examples/" target="_blank" rel="noopener">live demos</a>
{% endblock %}
Loading