Skip to content

agentteamland/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentTeamLand Docs

Source for agentteamland.github.io/docs (→ docs.agentteamland.com once the domain is active).

Built with VitePress. Bilingual: English (canonical, served at /) and Turkish (/tr/).

Local development

npm install
npm run dev           # http://localhost:5173
npm run build         # build to site/.vitepress/dist
npm run preview       # serve the built site

Directory layout

site/
├── .vitepress/config.ts       # nav, sidebar, i18n, theme
├── index.md                   # EN landing
├── guide/ cli/ authoring/ reference/
└── tr/                        # Turkish mirror (same page tree)

Content rule

English is canonical. When content changes, update EN first, then TR. Never let TR drift — port additions immediately or leave a <!-- TODO: translate --> marker.

Deploy

Automatic on push to main via .github/workflows/deploy.yml → GitHub Pages.

Force a rebuild without a commit:

gh workflow run deploy.yml --repo agentteamland/docs

License

MIT — see LICENSE.

About

Official documentation for AgentTeamLand — atl CLI, team authoring, and the agent ecosystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors