Skip to content

MystenLabs/move-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Move Book

This is the repository for the Move Book and Move Language Reference.

Structure

  • Two books are placed in the book and reference directories. The book directory contains the main book, and the reference directory contains the reference book.

  • The theme directory is linked to both books and contains the theme files, fonts and styles.

  • The packages directory contains the code samples used in both books.

Running the Books Locally

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 reference

The book will be available at http://localhost:3000.

Archive

For the archive of the old version of the book, see the archive branch.