AnQiCMS provides an open development interface, supporting flexible secondary development.

Code structure

The AnQiCMS code structure is clear, with a modular design. The core code is in the pkg directory, templates are in the template directory, and static resources are in the public directory.

Template development

Develop templates using syntax similar to Go Template. The tag manual provides detailed usage instructions for tags, allowing developers to get started quickly.

API expansion

The system provides a rich set of API interfaces, supporting read and write operations for modules such as documentation, classification, and users. Customized functions can be developed based on the API.

Plugin development

You can add custom features by modifying the source code. It is recommended to maintain code standards for easy upgrades and maintenance.

Technical support

The official provides API documentation and usage help, you can refer to the documentation or contact the development team for technical support if you encounter any problems.