书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 54 个相关结果.
  • 持续集成

    795 2020-06-20 《mdBook 中文文档》
    在持续集成中运行 mdbook 确保mdbook的构建与测试成功 发布你的图书到 GitHub Pages 手动发布你的图书到 Github Pages 在持续集成中运行 mdbook 虽然以下示例中使用在Travis CI,但原则上应该,也可以直接转移到其他持续集成提供商. 确保mdbook的构建与测试成功 以下是Travis CI的....
  • 3.13.2. cargo install for easy installation of tools

    cargo install for easy installation of tools Cargo Extensions cargo install for easy installation of tools Cargo has grown a new install command. This is intended to be use...
  • 命令行工具

    1060 2020-06-20 《mdBook 中文文档》
    Command Line Tool 二进制 源码安装 Pre-requisite 安装 Crates.io 的版本 安装 Git 版本 Command Line Tool mdBook既可以用作命令行工具,也可以用作Rust crate 。让我们首先关注命令行工具功能. 二进制 在尽力而为的基础上,预先编译主要平台的二进制文件。访问 ...
  • 5.1. Preprocessors

    452 2020-06-20 《mdBook Document》
    Preprocessors Hooking Into MDBook Hints For Implementing A Preprocessor Preprocessors A preprocessor is simply a bit of code which gets run immediately after the book is load...
  • 2. Command Line Tool

    501 2020-06-20 《mdBook Document》
    Command Line Tool Install From Binaries Install From Source Pre-requisite Install Crates.io version Install Git version Command Line Tool mdBook can be used either as a co...
  • 预处理程序

    640 2020-06-20 《mdBook 中文文档》
    Preprocessors 勾住 MDBook 实现一个预处理器的提示 Preprocessors 一个预处理器只是一些代码,运行在加载书之后,和渲染之前,允许您更新和改变本书。可能的用例是: 创建自定义帮助程序\{{#include /path/to/file.md}} 更新链接[some chapter](some_chapter.md...
  • Rust 版本指南

    Rust 版本指南 授权协议 在本地构建 要求 构建 Rust 版本指南 The Chinese Translation of The Rust Edition Guide 本文档按照 Rust 文档翻译指引 规范进行翻译。首次于 2018-08-22 翻译完全部内容,欢迎纠正——最后更新时间 2019.5.5近段时间将跟随英文...
  • 2.3. watch

    326 2020-06-20 《mdBook Document》
    The watch command Specify a directory --open --dest-dir The watch command The watch command is useful when you want your book to be rendered on every file change. You could...
  • 2.4. serve

    462 2020-06-20 《mdBook Document》
    The serve command Specify a directory Server options --open --dest-dir The serve command The serve command is used to preview a book by serving it over HTTP at localhost:30...
  • 通过例子学 Rust

    通过例子学 Rust 使用说明 如何贡献 其他语言版本 授权协议 通过例子学 Rust Chinese translation of the Rust By Example 本文档按照 Rust 文档翻译指引 规范进行翻译。 首次于 2016-08-07 翻译完全部内容,欢迎纠正——最后更新时间 2019.5.3 近段时间将跟随...