Skip to content

Commit

Permalink
Add missing mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Mar 2, 2024
1 parent 6de75a0 commit 9119692
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
site_name: Vectorize
theme:
name: material
palette:
- scheme: default
primary: teal
toggle:
icon: material/weather-night
name: dark mode
- scheme: slate
primary: teal
toggle:
icon: material/weather-sunny
name: light mode
nav:
- Vectorize: 'index.md'
- API:
- Overview: 'api/index.md'
- 'api/search.md'
- 'api/rag.md'
- 'api/utilities.md'
- Examples:
- Search:
- 'examples/sentence_transformers.md'
- 'examples/openai_embeddings.md'
markdown_extensions:
- toc:
permalink: true
- markdown.extensions.codehilite:
guess_lang: false
- codehilite:
- admonition
- extra
- pymdownx.snippets:
check_paths: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
plugins:
- search
- mkdocstrings

0 comments on commit 9119692

Please sign in to comment.