Official developer documentation for the Fluent Community REST API.
Visit the documentation site: https://dev.fluentcommunity.co
- Node.js 18+ or compatible version
- npm or pnpm
# Install dependencies
npm install
# Start development server
npm run docs:dev
# Build for production
npm run docs:build
# Preview production build
npm run docs:previewrest-api/
├── index.md # API Overview
├── authentication.md # Authentication Guide
├── getting-started.md # Getting Started Guide
├── posts.md # Posts API
├── comments.md # Comments API
├── users.md # Users API
├── spaces.md # Spaces API
├── reactions.md # Reactions API
├── media.md # Media API
├── notifications.md # Notifications API
├── bookmarks.md # Bookmarks API
├── feeds.md # Feeds API
├── search.md # Search API
├── settings.md # Settings API
├── errors.md # Error Handling
├── examples.md # Code Examples
└── changelog.md # API Changelog
Contributions are welcome! Please feel free to submit a Pull Request.
- Create a new
.mdfile in the appropriate directory - Update
.vitepress/config.mjsto add the page to navigation - Follow the existing documentation style and format
- Test locally before submitting
This documentation is licensed under MIT License.
- Documentation Issues: GitHub Issues
- Plugin Support: Support Forum
- Email: [email protected]