Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

rustic dev documentation

License

NotificationsYou must be signed in to change notification settings

rustic-rs/dev-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

developer Documentation

An open source developers documentation book forrustic that you can readhere.

Installation

This book is built withmdbook. You caninstall it by runningcargo install mdbook.

Additional dependencies

  • cargo install mdbook-last-changed for date changes in the footer

  • cargo install mdbook-pandoc for rendering the book to PDF

Texlive

# Source the .env file to get the PANDOC_VERSION. ./.envsudo apt-get updatesudo apt-get install -y texlive texlive-latex-extra texlive-luatex texlive-lang-cjk librsvg2-bin fonts-notocurl -LsSf https://github.com/jgm/pandoc/releases/download/$PANDOC_VERSION/pandoc-$PANDOC_VERSION-linux-amd64.tar.gz| tar zxf -

Building with mdbook

If you want to build it locally you can run one of these two commands in theroot directory of the repository:

  • mdbook build

    Builds static html pages as output and places them in the/book directory bydefault.

  • mdbook serve

    Serves the book athttp://localhost:3000 (port is changeable, take a look atthe terminal output to be sure) and reloads the browser when a change occurs.

License

The content of this repository is licensed underMPL-2.0; seeLICENSE.

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp