This is the repository for the Move Book and Move Language Reference.
-
Two books are placed in the
bookandreferencedirectories. Thebookdirectory contains the main book, and thereferencedirectory contains the reference book. -
The
themedirectory is linked to both books and contains the theme files, fonts and styles. -
The
packagesdirectory contains the code samples used in both books.
To run the books locally, you need to have mdBook installed.
Then it's as simple as running the following commands:
$ mdbook serve book
$ mdbook serve referenceThe book will be available at http://localhost:3000.
For the archive of the old version of the book, see the archive branch.