An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


FluentBoards Logo

# 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.