docs: update mkdocs develop guide #none
This commit is contained in:
parent
56c40f1c05
commit
d42b4773cb
|
@ -26,6 +26,8 @@ developers in mind.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- start-intro -->
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
This project serves as a functional RAG UI for both end users who want to do QA on their
|
This project serves as a functional RAG UI for both end users who want to do QA on their
|
||||||
|
@ -355,6 +357,8 @@ This file provides another way to configure your models and credentials.
|
||||||
|
|
||||||
> (more instruction WIP).
|
> (more instruction WIP).
|
||||||
|
|
||||||
|
<!-- end-intro -->
|
||||||
|
|
||||||
## Star History
|
## Star History
|
||||||
|
|
||||||
<a href="https://star-history.com/#Cinnamon/kotaemon&Date">
|
<a href="https://star-history.com/#Cinnamon/kotaemon&Date">
|
||||||
|
|
|
@ -3,7 +3,7 @@ mkdocstrings[python]
|
||||||
mkdocs-material
|
mkdocs-material
|
||||||
mkdocs-gen-files
|
mkdocs-gen-files
|
||||||
mkdocs-literate-nav
|
mkdocs-literate-nav
|
||||||
mkdocs-video
|
|
||||||
mkdocs-git-revision-date-localized-plugin
|
mkdocs-git-revision-date-localized-plugin
|
||||||
mkdocs-section-index
|
mkdocs-section-index
|
||||||
|
mkdocs-include-markdown-plugin[cache]
|
||||||
mdx_truly_sane_lists
|
mdx_truly_sane_lists
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
--8<-- "README.md"
|
{%
|
||||||
|
include-markdown "../../README.md"
|
||||||
|
start="<!-- start-intro -->"
|
||||||
|
end="<!-- end-intro -->"
|
||||||
|
%}
|
||||||
|
|
|
@ -80,6 +80,7 @@ plugins:
|
||||||
fallback_to_build_date: true
|
fallback_to_build_date: true
|
||||||
- section-index
|
- section-index
|
||||||
- mkdocs-video
|
- mkdocs-video
|
||||||
|
- include-markdown
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
features:
|
features:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user