multimodal/websites/tarko/README.md
This is the documentation site for Tarko - Tool-augmented Agent Runtime Kernel.
Install dependencies:
pnpm install
Start development server:
pnpm dev
Open http://localhost:3000 in your browser.
pnpm build
pnpm preview
.
├── docs/ # Documentation content
│ ├── en/ # English documentation
│ │ ├── guide/ # Guide pages
│ │ ├── api/ # API reference
│ │ ├── examples/ # Examples
│ │ └── index.mdx # Homepage
│ ├── zh/ # Chinese documentation
│ └── public/ # Static assets
├── src/ # React components (if needed)
├── i18n.json # Internationalization config
├── rspress.config.ts # Rspress configuration
└── package.json
.mdx file in the appropriate directory under docs/en/ or docs/zh/_meta.json file to include the new page in navigationThis site supports:
src/components/)docs/{locale}/_meta.jsondocs/{locale}/{section}/_meta.jsonThe documentation is built and deployed automatically. For manual deployment:
Build the site:
pnpm build
Deploy the dist folder to your hosting provider.
Contributions are welcome! Please:
Apache 2.0 License