# Macaron Documentation

## Macaron Documentation

- [Welcome](https://go-macaron.com/master.md)
- [Starter Guide](https://go-macaron.com/starter_guide.md)
- [Core Concepts](https://go-macaron.com/core_concepts.md)
- [Core Services](https://go-macaron.com/core_services.md)
- [Custom Services](https://go-macaron.com/custom_services.md)
- [Middlewares](https://go-macaron.com/middlewares.md)
- [Routing](https://go-macaron.com/middlewares/routing.md)
- [Templating](https://go-macaron.com/middlewares/templating.md)
- [Gzip](https://go-macaron.com/middlewares/gzip.md)
- [Localization](https://go-macaron.com/middlewares/i18n.md)
- [Data Binding and Validation](https://go-macaron.com/middlewares/binding.md)
- [Cache](https://go-macaron.com/middlewares/cache.md)
- [Captcha](https://go-macaron.com/middlewares/captcha.md)
- [Session](https://go-macaron.com/middlewares/session.md)
- [Cross-Site Request Forgery](https://go-macaron.com/middlewares/csrf.md)
- [Embed Binary Data](https://go-macaron.com/middlewares/bindata.md)
- [Serving Multiple Sites](https://go-macaron.com/middlewares/switcher.md)
- [FAQs](https://go-macaron.com/faqs.md)
- [简体中文](https://go-macaron.com/zh-cn.md)
- [初学者指南](https://go-macaron.com/zh-cn/starter_guide.md)
- [核心概念](https://go-macaron.com/zh-cn/core_concepts.md)
- [核心服务](https://go-macaron.com/zh-cn/core_services.md)
- [自定义服务](https://go-macaron.com/zh-cn/custom_services.md)
- [中间件和辅助模块](https://go-macaron.com/zh-cn/middlewares.md)
- [路由模块](https://go-macaron.com/zh-cn/middlewares/routing.md)
- [模板引擎](https://go-macaron.com/zh-cn/middlewares/templating.md)
- [Gzip 压缩](https://go-macaron.com/zh-cn/middlewares/gzip.md)
- [应用本地化](https://go-macaron.com/zh-cn/middlewares/i18n.md)
- [数据绑定与验证](https://go-macaron.com/zh-cn/middlewares/binding.md)
- [缓存管理（Cache）](https://go-macaron.com/zh-cn/middlewares/cache.md)
- [验证码服务](https://go-macaron.com/zh-cn/middlewares/captcha.md)
- [会话管理（Session）](https://go-macaron.com/zh-cn/middlewares/session.md)
- [跨域请求攻击（CSRF）](https://go-macaron.com/zh-cn/middlewares/csrf.md)
- [嵌入二进制数据](https://go-macaron.com/zh-cn/middlewares/bindata.md)
- [服务多个站点](https://go-macaron.com/zh-cn/middlewares/switcher.md)
- [常见问题](https://go-macaron.com/zh-cn/faqs.md)
