docs: complete documentation rewrite with 25+ new pages and LLM-friendly files#37
Merged
docs: complete documentation rewrite with 25+ new pages and LLM-friendly files#37
Conversation
…dly files - Restructure docs into 8 sections: getting-started, deploy, configure, themes, use, migrate, develop, reference - Add 14 new pages: content management, comments, friends, says, projects, files, webhook, mail-subscribe, analytics, cron-tasks, SEO, account-security, image-storage - Rewrite 7 existing pages with expanded content: serverless, oauth, faq, ssl, from-wordpress, develop/index, quick-start - Add LLM-friendly files: llm.txt (4KB summary), llm-full.txt (180KB full docs), 2 agent skills - Add robots.txt for LLM crawler discovery - Update AGENTS.md to reflect PostgreSQL (v12 migration) - All 61 pages build successfully
SafeDep Report SummaryPackage Details
This report is generated by SafeDep Github App |
…erence - Add deploy/agent.mdx: AI Agent deployment guide (Claude Code, Codex, etc.) - Restructure use/index.mdx: group 17 pages into 5 sections with headers (内容管理, AI 功能, 扩展与集成, 系统管理, 常见问题) - Update deploy/index.mdx: add Agent deploy as first option for beginners - Fix getting-started/index.mdx: remove MongoDB reference (now PostgreSQL only) - Reorder use/meta.json: content first, then AI, extensions, system
- Add 27 redirect rules in next.config.mjs for dev mode - Add 27 static HTML files in public/docs/ for production (output: export) - Covers all old paths: /docs/core/*, /docs/usage/*, /docs/development/*, /docs/document/*, and common short paths like /docs/quick-start - All redirects verified returning 200 in both dev and production builds
…rkdown links Relative ./ links in section index pages resolved incorrectly because the page URL has no trailing slash (e.g. /docs/deploy resolves ./agent to /docs/agent instead of /docs/deploy/agent). Changes: - Replace all href="./xxx" with href="/docs/section/xxx" in Card components - Replace all [text](./xxx) with [text](/docs/section/xxx) in markdown links - Remove short-path redirects from next.config.mjs (no longer needed) - Remove corresponding static HTML redirect files Affected files: - configure/index.mdx (7 Cards + 7 markdown links) - deploy/index.mdx (4 Cards + 6 markdown links) - deploy/docker.mdx (1 Card) - deploy/source.mdx (2 markdown links) - getting-started/index.mdx (2 Cards) - getting-started/what-you-need.mdx (1 markdown link) - themes/shiro/deploy.mdx (1 markdown link)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Summary
Complete rewrite and expansion of the Mix Space documentation site.
New Structure (8 sections)
New Pages (14)
content,comments,friends,says,projects,files,webhook,mail-subscribe,analytics,cron-tasks,seo,account-security,image-storageRewritten Pages (7)
serverless(45 to 120 lines),oauth,faq,ssl,from-wordpress,develop/index,quick-startLLM-Friendly Files
/llm.txt/llm-full.txt/agent-skills/mix-space-expert.md/agent-skills/mix-space-development.md/robots.txtOther Changes
AGENTS.mdto reflect PostgreSQL (was MongoDB)getting-started/what-you-need.mdxwith correct system architectureStats