https://github.com/wpmanageninja/fluent-boards-dev-doc
FluentBoards Developers Docs
https://github.com/wpmanageninja/fluent-boards-dev-doc
developer-documentation developers documentation
Last synced: 4 months ago
JSON representation
FluentBoards Developers Docs
- Host: GitHub
- URL: https://github.com/wpmanageninja/fluent-boards-dev-doc
- Owner: WPManageNinja
- Created: 2024-08-14T11:31:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-29T03:58:55.000Z (9 months ago)
- Last Synced: 2025-09-29T05:32:53.396Z (9 months ago)
- Topics: developer-documentation, developers, documentation
- Language: Stylus
- Homepage: https://developers.fluentboards.com/
- Size: 966 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluent Boards Developer Documentation
Welcome to the Fluent Boards Developer Documentation. This comprehensive guide provides everything you need to integrate with and extend Fluent Boards functionality.
## Production URL
- [https://developers.fluentboards.com](https://developers.fluentboards.com)
## Overview
Fluent Boards is a powerful self-hosted project management tool that provides a REST API for seamless integration with external applications and custom development. This documentation covers all aspects of working with Fluent Boards programmatically.
## Tech Stack
- **VuePress**: Static site generator for documentation
- **JavaScript**: Primary language for examples and code snippets
- **Markdown**: Format for writing documentation content
- **HTML/CSS**: For styling and structuring the documentation site
- **GitHub**: Version control and collaboration platform
- **Algolia**: Search functionality
- **Fluent Bot AI**: AI-powered assistance
## Development
### Building the Documentation
This documentation is built using VuePress. To build locally please follow these steps:
```bash
npm install
npm run dev
```
### Contributing
1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Submit a pull request
## Support
For support and assistance:
- **Documentation Issues**: [Submit a GitHub issue](https://github.com/FluentBoards/fluent-boards-developers-docs/issues)
- **API Questions**: [Contact support](https://wpmanageninja.com/support-tickets/)
- **Feature Requests**: [Community forum](https://community.wpmanageninja.com/portal/space/fluent-boards/)
## Changelog
See [changelog.md](changelog.md) for recent updates and changes to the API.
## License
This documentation is licensed under the MIT License.