- Mastering Rust
- Rahul Sharma Vesa Kaihlavirta
- 135字
- 2021-07-02 13:35:26
Hosting documentation
After your documentation has been generated, you will need to host it somewhere for the public to view and use. There are three possibilities here:
- docs.rs: Crates that are hosted on crates.io get their documentation page automatically generated and hosted on https://docs.rs.
- GitHub pages: You can host your documentation on the gh-pages branch if your crate is on GitHub.
- External website: You can manage your own web server for hosting documentation. Rust's standard library documentation is a fine example of this: https://doc.rust-lang.org/std/.
As an added note, if your project's documentation spans more than two to three pages and requires a detailed introduction, then there's a better option to generate book-like documentation. This is done by using the mdbook project. For more information on that, check out their GitHub page at https://github.com/rust-lang-nursery/mdBook.
推薦閱讀
- FuelPHP Application Development Blueprints
- 高手是如何做產品設計的(全2冊)
- Go語言高效編程:原理、可觀測性與優化
- JS全書:JavaScript Web前端開發指南
- Mastering ServiceNow(Second Edition)
- Flutter跨平臺開發入門與實戰
- NoSQL數據庫原理
- 計算機應用基礎案例教程
- Android開發三劍客:UML、模式與測試
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Mudbox 2013 Cookbook
- UML軟件建模
- Offer來了:Java面試核心知識點精講(框架篇)
- Linux Networking Cookbook
- 面向對象分析與設計(第3版)