diff --git a/docusaurus.config.ts b/docusaurus.config.ts index bf0f2173..9c268bbd 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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 // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/", diff --git a/static/llms.txt b/static/llms.txt new file mode 100644 index 00000000..383b163f --- /dev/null +++ b/static/llms.txt @@ -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. diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 00000000..f7fc3a5e --- /dev/null +++ b/static/robots.txt @@ -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.