diff options
author | Loïc Hoguin <[email protected]> | 2014-07-06 13:10:35 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-07-06 13:10:35 +0200 |
commit | 078d686a0ac0aed212db97d73bd1e4a9387a4956 (patch) | |
tree | 6bbc6111fdbdfedd3bb351bf3b01c63fac0d7143 /guide/toc.md | |
parent | 1a71a733c37df70c15ebfd28157b10915cd738d1 (diff) | |
download | cowboy-078d686a0ac0aed212db97d73bd1e4a9387a4956.tar.gz cowboy-078d686a0ac0aed212db97d73bd1e4a9387a4956.tar.bz2 cowboy-078d686a0ac0aed212db97d73bd1e4a9387a4956.zip |
Provide installable man pages
make docs: generate Markdown and man pages in doc/
make install-docs: install man pages to be usable directly
Docs are generated from the ezdoc files in doc/src/.
Diffstat (limited to 'guide/toc.md')
-rw-r--r-- | guide/toc.md | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/guide/toc.md b/guide/toc.md deleted file mode 100644 index 5f652f1..0000000 --- a/guide/toc.md +++ /dev/null @@ -1,68 +0,0 @@ -Cowboy User Guide -================= - -The Cowboy User Guide explores the modern Web and how to make -best use of Cowboy for writing powerful web applications. - -Introducing Cowboy ------------------- - - * [Introduction](introduction.md) - * [The modern Web](modern_web.md) - * [Erlang and the Web](erlang_web.md) - * [Erlang for beginners](erlang_beginners.md) - * [Getting started](getting_started.md) - -HTTP ----- - - * [The life of a request](http_req_life.md) - * [Routing](routing.md) - * [Handling plain HTTP requests](http_handlers.md) - * [The Req object](req.md) - * [Reading the request body](req_body.md) - * [Sending a response](resp.md) - * [Using cookies](cookies.md) - -Multipart ---------- - - * [Introduction to multipart](multipart_intro.md) - * [Multipart requests](multipart_req.md) - -Static files ------------- - - * [Static handler](static_handlers.md) - -REST ----- - - * [REST principles](rest_principles.md) - * [Handling REST requests](rest_handlers.md) - * [REST flowcharts](rest_flowcharts.md) - * [Designing a resource handler](resource_design.md) - -Websocket ---------- - - * [The Websocket protocol](ws_protocol.md) - * [Handling Websocket connections](ws_handlers.md) - -Server push ------------ - - * [Loop handlers](loop_handlers.md) - -Pluggable interface -------------------- - - * [Middlewares](middlewares.md) - * [Protocol upgrades](upgrade_protocol.md) - * [Hooks](hooks.md) - -Internals ---------- - - * [Architecture](architecture.md) - * [Dealing with broken clients](broken_clients.md) |