File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6+ < title > SmartRAG Documentation</ title >
7+ < meta name ="description " content ="A powerful and intelligent RAG library for .NET applications ">
8+ < link rel ="stylesheet " href ="assets/main.css ">
9+ </ head >
10+ < body >
11+ < header class ="site-header ">
12+ < div class ="wrapper ">
13+ < h1 class ="site-title "> SmartRAG Documentation</ h1 >
14+ </ div >
15+ </ header >
16+
17+ < main class ="site-content ">
18+ < div class ="wrapper ">
19+ < h1 > Welcome to SmartRAG</ h1 >
20+ < p > SmartRAG is a comprehensive .NET library that provides intelligent document processing, embedding generation, and semantic search capabilities.</ p >
21+
22+ < h2 > Quick Navigation</ h2 >
23+ < ul >
24+ < li > < a href ="getting-started.html "> Getting Started</ a > </ li >
25+ < li > < a href ="configuration.html "> Configuration</ a > </ li >
26+ < li > < a href ="api-reference.html "> API Reference</ a > </ li >
27+ < li > < a href ="examples.html "> Examples</ a > </ li >
28+ < li > < a href ="troubleshooting.html "> Troubleshooting</ a > </ li >
29+ </ ul >
30+ </ div >
31+ </ main >
32+
33+ < footer class ="site-footer ">
34+ < div class ="wrapper ">
35+ < p > © 2025 SmartRAG. Built with ❤️ by Barış Yerlikaya</ p >
36+ </ div >
37+ </ footer >
38+ </ body >
39+ </ html >
You can’t perform that action at this time.
0 commit comments