The source for yeecord.com, built with Fumadocs and Waku
The bot source lives in the sibling yeecord repository. This repository owns the website, docs, blog posts, static assets, and search index.
Install Bun, then run:
bun install
bun devThe development site runs through Portless. Use the URL it prints rather than assuming a port.
bun run typecheck
bun run buildtypecheck validates MDX and TypeScript. Run build before changing routes, locale paths, or static-page behaviour.
content/docs/contains product documentationcontent/blog/contains blog postscontent/legal/contains legal pagessrc/contains pages, MDX components, and site UI
Documentation uses Traditional Chinese as the source locale. A Simplified Chinese version adds the .zh-cn.mdx suffix. Add a page to its directory's meta.json and meta.zh-cn.json to show it in the sidebar.
Read CONTRIBUTING.md before opening a pull request. It covers page structure, localized links, copy conventions, and checks.
Documentation and blog content are available under CC BY 4.0. Other source files are available under the MIT License.