Skip to content
Merged
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
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: DocArray Documentation
site_name: DocArray
site_description: DocArray, DocArray is a library for representing, sending and storing multi-modal data, with a focus on applications in ML and Neural Search.
site_url: https://docs.docarray.org/
repo_name: docarray/docarray
Expand Down Expand Up @@ -78,7 +78,7 @@ plugins:
show_submodules: yes

nav:
- Home: README.md
- DocArray: README.md
- User Guide:
- user_guide/intro.md
- Representing data:
Expand Down