mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 01:55:22 -04:00
refac
This commit is contained in:
@@ -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: "/",
|
||||
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user