This commit is contained in:
Timothy Jaeryang Baek
2026-07-02 15:40:08 -05:00
parent 46767e6eb5
commit aa0ffb4513
3 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const config: Config = {
favicon: "images/favicon.png",
// Set the production url of your site here
url: "https://openwebui.com",
url: "https://docs.openwebui.com",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
+12
View File
@@ -0,0 +1,12 @@
# Open WebUI Docs
Open WebUI documentation is available as regular HTML and raw Markdown.
Start at https://docs.openwebui.com/sitemap.xml to discover pages.
For any docs page, append `.md` for Markdown or `.txt` for plain text.
Example:
- https://docs.openwebui.com/features/extensibility/mcp
- https://docs.openwebui.com/features/extensibility/mcp.md
Use canonical HTML URLs when citing sources.
+6
View File
@@ -0,0 +1,6 @@
User-agent: *
Allow: /
Sitemap: https://docs.openwebui.com/sitemap.xml
# AI agents: see https://docs.openwebui.com/llms.txt for raw Markdown access.