Documentation site for Yieldra - A full-stack DeFi solution bringing together DEX, lending, launchpad, and more.
This documentation is built with Docus - a beautiful documentation theme powered by Nuxt.
- 🎨 Beautiful Design - Clean, modern documentation theme
- 📱 Responsive - Mobile-first responsive design
- 🌙 Dark Mode - Built-in dark/light mode support
- 🔍 Search - Full-text search functionality
- 📝 Markdown Enhanced - Extended markdown with custom components
- 🎨 Customizable - Easy theming and brand customization
- ⚡ Fast - Optimized for performance with Nuxt 4
- 🔧 TypeScript - Full TypeScript support
# Install dependencies
pnpm install
# Start development server
pnpm devYour documentation site will be running at http://localhost:3000
docs/
├── content/ # Documentation content
│ ├── index.md # Homepage
│ ├── 1.getting-started/ # Overview section
│ ├── 2.products/ # Product documentation
│ │ ├── 1.yieldra-amm.md
│ │ ├── 2.yieldra-lending.md
│ │ ├── 3.yieldra-alpha.md
│ │ └── 4.usdy.md
│ └── 3.yra-token/ # YRA token do cumentation
│ ├── 1.staking.md
│ └── 2.airdrops.md
├── app/ # App configuration
│ └── app.config.ts # Docus configuration
├── public/ # Static assets
└── package.json # Dependencies
- Overview - Introduction to Yieldra Protocol
- Products
- Yieldra AMM - Multi-yielding liquidity provision
- Yieldra Lending - Decentralized money market
- Yieldra Alpha - Community-driven launchpad (Coming Soon)
- USDY - Decentralized stablecoin (Coming Soon)
- YRA Token
- Nuxt 4 - The web framework
- Nuxt Content - File-based CMS
- Nuxt UI - UI components
- Nuxt Image - Optimized images
- Tailwind CSS 4 - Utility-first CSS
- Docus Layer - Documentation theme
For detailed documentation on customizing your Docus project, visit the Docus Documentation
Get started quickly with Docus by adding specialized knowledge to your AI assistant:
npx skills add nuxt-content/docusDeployed to Vercel with automatic deployments from the main branch.
Build for production:
pnpm run build