diff options
author | Loïc Hoguin <[email protected]> | 2015-03-25 13:44:08 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-03-25 13:44:08 +0100 |
commit | 83d8b63b8abb46b374439c8c8571091968af6260 (patch) | |
tree | 11a7bb370d43a7c25e4734eb7a6f7649ce9cdc61 /guide/toc.md | |
parent | eab45765497e6eb3e031cba5dad66a7a20ec3651 (diff) | |
download | gun-83d8b63b8abb46b374439c8c8571091968af6260.tar.gz gun-83d8b63b8abb46b374439c8c8571091968af6260.tar.bz2 gun-83d8b63b8abb46b374439c8c8571091968af6260.zip |
Update the guide
A number of @todo remain in it and will be worked on shortly.
The guide has been converted to Asciidoc and 'make asciidoc'
will generate a PDF and a chunked HTML version.
Diffstat (limited to 'guide/toc.md')
-rw-r--r-- | guide/toc.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/guide/toc.md b/guide/toc.md deleted file mode 100644 index 00bd6bd..0000000 --- a/guide/toc.md +++ /dev/null @@ -1,11 +0,0 @@ -Gun User Guide -============== - -The Gun User Guide explains in details how the Gun client -should be used for communicating with Web servers. - - * [Introduction](introduction.md) - * [Connection](connect.md) - * [Supported protocols](protocols.md) - * [Using HTTP](http.md) - * [Using Websocket](websocket.md) |