deerflow2/frontend/src/core
JeffJiang c1366cf559
Add documents site (#1767)
* feat: add docs site

- Implemented dynamic routing for MDX documentation pages with language support.
- Created layout components for documentation with a header and footer.
- Added metadata for various documentation sections in English and Chinese.
- Developed initial content for the DeerFlow App and Harness documentation.
- Introduced i18n hooks and translations for English and Chinese languages.
- Enhanced header component to include navigation links for documentation and blog.
- Established a structure for tutorials and reference materials.
- Created a new translations file to manage locale-specific strings.

* feat: enhance documentation structure and content for application and harness sections

* feat: update .gitignore to include .playwright-mcp and remove obsolete Playwright YAML file

* fix(docs): correct punctuation and formatting in documentation files

* feat(docs): remove outdated index.mdx file from documentation

* fix(docs): update documentation links and improve Chinese description in index.mdx

* fix(docs): update title in Chinese for meta information in _meta.ts
2026-04-03 07:25:40 +08:00
..
agents fix(frontend): route agent checks to gateway (#1572) 2026-03-30 21:04:59 +08:00
api fix(frontend): separate mock and default LangGraph clients (#1504) 2026-03-28 16:33:22 +08:00
artifacts fix(artifact): enhance artifact content loading to include URL for non-write files (#1678) 2026-04-01 11:38:55 +08:00
config fix(config): update SSR fallback in getBaseOrigin function (#1617) 2026-03-30 16:13:32 +08:00
i18n Add documents site (#1767) 2026-04-03 07:25:40 +08:00
mcp ci: enforce code formatting checks for backend and frontend (#1536) 2026-03-29 15:34:38 +08:00
memory feat: support memory import and export (#1521) 2026-03-30 17:25:47 +08:00
messages ci: enforce code formatting checks for backend and frontend (#1536) 2026-03-29 15:34:38 +08:00
models fix: improve MiniMax code plan integration (#1169) 2026-03-20 17:18:59 +08:00
notification feat(citations): add shared citation components and optimize code 2026-02-04 11:56:10 +08:00
rehype fix(ui): avoid over-segmenting cjk messages (#1726) 2026-04-02 19:45:43 +08:00
settings fix(frontend): persist model selection per thread (#1553) 2026-04-01 23:27:03 +08:00
skills feat: add skill installation API endpoint 2026-01-31 22:10:05 +08:00
streamdown feat: 改进设置页面UI和国际化支持 / Improve settings pages UI and i18n support 2026-02-10 12:15:37 +08:00
tasks feat: add realtime subagent status report 2026-02-08 22:43:51 +08:00
threads Fix/1681 llm call retry handling (#1683) 2026-04-02 10:12:17 +08:00
todos feat: add Todos 2026-01-22 00:26:11 +08:00
tools feat: add realtime subagent status report 2026-02-08 22:43:51 +08:00
uploads ci: enforce code formatting checks for backend and frontend (#1536) 2026-03-29 15:34:38 +08:00
utils feat: add memory settings page 2026-02-03 18:18:56 +08:00