📝 Add a documentation base for Khoj! (#333)

* Add docs for more organized, accessible information detailing Khoj setup
* Delete duplicated files
* Add a coverpage without enabling it. Add logo and theme
* Remove obsidian README.md
* Add plausible script to index.html via docsify
This commit is contained in:
sabaimran
2023-07-20 22:34:25 -07:00
committed by GitHub
parent 3e59be7f1d
commit 1610d2ebd9
32 changed files with 6162 additions and 222 deletions

18
docs/_sidebar.md Normal file
View File

@@ -0,0 +1,18 @@
- Getting Started
- [Overview](README.md)
- [Install](setup.md)
- [Windows Installation](windows_install.md)
- Learn More
- [Features](features.md)
- [Chat](chat.md)
- [Search](search.md)
- [Demos](demos.md)
- Interfaces
- [Obsidian](obsidian.md)
- [Emacs](emacs.md)
- Data Sources
- [Github](github_integration.md)
- [Notion](notion_integration.md)
- [Advanced](advanced.md)
- Contributing
- [Development](development.md)