mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +00:00
72 lines
1.6 KiB
YAML
72 lines
1.6 KiB
YAML
site_name: GPT4All Documentation
|
|
repo_url: https://github.com/nomic-ai/gpt4all
|
|
repo_name: nomic-ai/gpt4all
|
|
site_url: https://docs.nomic.ai # TODO: change
|
|
edit_uri: edit/main/docs/
|
|
site_description: Documentation for running GPT4All anywhere.
|
|
copyright: Copyright © 2023 Nomic, Inc
|
|
use_directory_urls: false
|
|
|
|
nav:
|
|
- 'index.md'
|
|
- 'gpt4all_modal.md'
|
|
- 'API Reference':
|
|
- 'gpt4all_api.md'
|
|
|
|
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
|
|
# show_input: True
|
|
|
|
extra:
|
|
generator: false
|
|
analytics:
|
|
provider: google
|
|
property: G-NPXC8BYHJV |