mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
initial commit adding feedback
Signed-off-by: Max Cembalest <mbcembalest@gmail.com>
This commit is contained in:
parent
e832ebaf21
commit
33eb5d21bb
15
gpt4all-bindings/python/docs/overrides/base.html
Normal file
15
gpt4all-bindings/python/docs/overrides/base.html
Normal file
@ -0,0 +1,15 @@
|
||||
{% extends "theme/material/templates/base.html" %}
|
||||
|
||||
{% block extrahead %}
|
||||
<!-- PushFeedback styles -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pushfeedback/dist/pushfeedback/pushfeedback.css">
|
||||
|
||||
<!-- PushFeedback script as ES6 module -->
|
||||
<script type="module" src="https://cdn.jsdelivr.net/npm/pushfeedback/dist/pushfeedback/pushfeedback.esm.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{{ super() }}
|
||||
|
||||
<feedback-button project="k0qy0bw47i" button-position="bottom-right" modal-position="bottom-right" button-style="light">Feedback</feedback-button>
|
||||
{% endblock %}
|
@ -26,7 +26,8 @@ nav:
|
||||
|
||||
|
||||
theme:
|
||||
name: material
|
||||
name: 'material'
|
||||
custom_dir: 'docs/overrides'
|
||||
palette:
|
||||
primary: white
|
||||
logo: assets/nomic.png
|
||||
|
Loading…
Reference in New Issue
Block a user