This is a Next.js application generated with Create Fumadocs.
Run development server:
npm run dev
# or
pnpm dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
The content is organized into the following folders:
content/docs
: [i18n ✅] The documentation for TEN.content/blog
: [i18n ❌] The blog posts for TEN.
Note
The documentation is written in Markdown and uses Fumadocs to generate the documentation. i18n is supported.
The content/docs
folder contains the documentation for TEN.
ten_agent
: The documentation for TEN Agent.ten_framework
: The documentation for TEN Framework.
Note
The blog is written in MDX and uses Fumadocs to generate the blog posts. i18n should not be enabled for the blog posts.
The content/blog
folder contains the blog posts for TEN.
hello
: The blog post for TEN.
To learn more about Next.js and Fumadocs, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Fumadocs - learn about Fumadocs