docs: reorganize language guide into linear narrative with renamed sections and navigation links

This commit is contained in:
Bob Nystrom
2015-11-07 19:09:04 +00:00
parent 7fcd513b23
commit efcc4d07c7
25 changed files with 751 additions and 615 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
^title Fiber Class
^category core
A lightweight coroutine. [Here](../fibers.html) is a gentle introduction.
A lightweight coroutine. [Here][fibers] is a gentle introduction.
[fibers]: ../concurrency.html
### Fiber.**new**(function)