File tree 4 files changed +11
-2
lines changed
4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ developers in mind.
26
26
27
27
</div >
28
28
29
+ <!-- start-intro -->
30
+
29
31
## Introduction
30
32
31
33
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.
355
357
356
358
> (more instruction WIP).
357
359
360
+ < ! -- end-intro -->
361
+
358
362
# # Star History
359
363
360
364
< a href=" https://star-history.com/#Cinnamon/kotaemon&Date" >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ mkdocstrings[python]
3
3
mkdocs-material
4
4
mkdocs-gen-files
5
5
mkdocs-literate-nav
6
- mkdocs-video
7
6
mkdocs-git-revision-date-localized-plugin
8
7
mkdocs-section-index
8
+ mkdocs-include-markdown-plugin[cache]
9
9
mdx_truly_sane_lists
Original file line number Diff line number Diff line change 1
- --8<-- "README.md"
1
+ {%
2
+ include-markdown "../../README.md"
3
+ start="<!-- start-intro --> "
4
+ end="<!-- end-intro --> "
5
+ %}
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ plugins:
80
80
fallback_to_build_date : true
81
81
- section-index
82
82
- mkdocs-video
83
+ - include-markdown
83
84
84
85
theme :
85
86
features :
You can’t perform that action at this time.
0 commit comments