Commit 26abcbc5 authored by astaxie's avatar astaxie

fix nav

parent 341316f0
# 快速入门
你对beego一无所知?没关系,这篇文档会很好的详细介绍beego的各个方面,看这个文档之前首先确认你已经安装了beego,如果你没有安装的话,请看这篇[安装指南](Install.md)
[最小应用](#-1)
[新建项目](#-2)
[开发模式](#-3)
[路由设置](#-4)
[静态文件](#-5)
[模板处理](#-6)
[request处理](#-7)
[跳转和错误](#-8)
[response处理](#-9)
[Sessions](#-10)
[Cache设置](#-11)
[安全的Map](#-12)
[日志处理](#-13)
[第三方应用集成](#-14)
[部署编译应用](#-15)
##导航
- [最小应用](#-1)
- [新建项目](#-2)
- [开发模式](#-3)
- [路由设置](#-4)
- [静态文件](#-5)
- [模板处理](#-6)
- [request处理](#-7)
- [跳转和错误](#-8)
- [response处理](#-9)
- [Sessions](#-10)
- [Cache设置](#-11)
- [安全的Map](#-12)
- [日志处理](#-13)
- [第三方应用集成](#-14)
- [部署编译应用](#-15)
## 最小应用
一个最小最简单的应用如下代码所示:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment