2023-05-13 15:10:18 +00:00
|
|
|
site_name: GPT4All Documentation
|
2023-05-10 17:38:32 +00:00
|
|
|
repo_url: https://github.com/nomic-ai/gpt4all
|
|
|
|
repo_name: nomic-ai/gpt4all
|
2023-05-16 19:29:27 +00:00
|
|
|
site_url: https://docs.gpt4all.io
|
2023-05-10 17:38:32 +00:00
|
|
|
edit_uri: edit/main/docs/
|
2023-05-13 15:10:18 +00:00
|
|
|
site_description: Documentation for running GPT4All anywhere.
|
2023-05-10 17:38:32 +00:00
|
|
|
copyright: Copyright © 2023 Nomic, Inc
|
|
|
|
use_directory_urls: false
|
|
|
|
|
|
|
|
nav:
|
|
|
|
- 'index.md'
|
2023-07-28 00:39:06 +00:00
|
|
|
- 'GPT4All Chat Client': 'gpt4all_chat.md'
|
2023-06-30 20:02:02 +00:00
|
|
|
- 'Bindings':
|
2023-07-14 18:12:09 +00:00
|
|
|
- 'GPT4All in Python':
|
|
|
|
- 'Generation': 'gpt4all_python.md'
|
|
|
|
- 'Embedding': 'gpt4all_python_embedding.md'
|
2023-12-15 19:37:29 +00:00
|
|
|
- 'GPT4ALL in NodeJs': 'gpt4all_nodejs.md'
|
2023-06-30 20:02:02 +00:00
|
|
|
- 'gpt4all_cli.md'
|
|
|
|
# - 'Tutorials':
|
|
|
|
# - 'gpt4all_modal.md'
|
2023-05-18 20:07:57 +00:00
|
|
|
- 'Wiki':
|
|
|
|
- 'gpt4all_faq.md'
|
2023-05-10 17:38:32 +00:00
|
|
|
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
palette:
|
|
|
|
primary: white
|
|
|
|
logo: assets/nomic.png
|
|
|
|
favicon: assets/favicon.ico
|
|
|
|
features:
|
|
|
|
- navigation.instant
|
|
|
|
- navigation.tracking
|
|
|
|
- navigation.sections
|
|
|
|
# - navigation.tabs
|
|
|
|
# - navigation.tabs.sticky
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- pymdownx.highlight:
|
|
|
|
anchor_linenums: true
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.snippets
|
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
|
|
options:
|
|
|
|
custom_icons:
|
|
|
|
- docs/overrides/.icons
|
|
|
|
- tables
|
|
|
|
- admonition
|
|
|
|
- codehilite:
|
|
|
|
css_class: highlight
|
|
|
|
|
|
|
|
extra_css:
|
|
|
|
- css/custom.css
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- mkdocstrings:
|
|
|
|
handlers:
|
|
|
|
python:
|
|
|
|
options:
|
|
|
|
show_root_heading: True
|
|
|
|
heading_level: 4
|
|
|
|
show_root_full_path: false
|
|
|
|
docstring_section_style: list
|
|
|
|
#- material/social:
|
|
|
|
# cards_font: Roboto
|
|
|
|
|
|
|
|
#- mkdocs-jupyter:
|
|
|
|
# ignore_h1_titles: True
|
2023-07-14 18:12:09 +00:00
|
|
|
# show_input: True
|