docs
Thanks for your interest in contributing to @farming-labs/docs. This guide explains how to report issues, propose changes, and submit pull requests.
Please be respectful and constructive. We aim to keep the community welcoming and focused on building a great documentation framework.
main (e.g. fix/typo-install-docs or feat/contributing-guide).pnpm installnpm installyarn installbun installpnpm buildpnpm --filter website devdocs: add contributing guide, fix: correct CLI flag in installation).main.packages/ — Core packages: docs, fumadocs (theme), next, svelte, svelte-theme, astro, astro-theme, nuxt, nuxt-theme.website/ — This docs site (Next.js); content under app/docs/.examples/ — Example apps (Next.js, etc.) for testing.Doc content lives in website/app/docs/ as MDX. Config and sidebar are driven by docs.config.tsx in website/.
.mdx files under website/app/docs/.title, description, icon, order) so the sidebar stays consistent.<Callout>, <Tabs>, and <Tab> components where they fit.Thank you for contributing.