All Projects → KaiserY → Trpl Zh Cn

KaiserY / Trpl Zh Cn

Licence: mit
Rust 程序设计语言(第二版 & 2018 edition)

Programming Languages

Markdown
49 projects

Projects that are alternatives of or similar to Trpl Zh Cn

Frontend Guidelines Zh Cn
本文原文是一篇来自Github上@bendc的6,539星的文章,在此声明,原作者保有所有权利,本文仅供技术探讨学习。
Stars: ✭ 65 (-97.53%)
Mutual labels:  markdown, zh-cn
Markdown
CommonMark-compliant markdown parser and renderer in Go. This repository has moved to https://gitlab.com/golang-commonmark/markdown
Stars: ✭ 180 (-93.15%)
Mutual labels:  markdown
Yarle
Yarle - The ultimate converter of Evernote notes to Markdown
Stars: ✭ 170 (-93.53%)
Mutual labels:  markdown
Cli
A command line utility for Structurizr.
Stars: ✭ 173 (-93.41%)
Mutual labels:  markdown
Mininote
📔 A simple Markdown note-taking editor
Stars: ✭ 171 (-93.49%)
Mutual labels:  markdown
Mota
🎡 A state management library
Stars: ✭ 177 (-93.26%)
Mutual labels:  markdown
Swift Evolution
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.
Stars: ✭ 12,943 (+392.69%)
Mutual labels:  markdown
Markdown Preview.nvim
markdown preview plugin for (neo)vim
Stars: ✭ 2,858 (+8.79%)
Mutual labels:  markdown
Rmarkdown
Dynamic Documents for R
Stars: ✭ 2,319 (-11.72%)
Mutual labels:  markdown
Sinn
a blog based on of react,webpack3,dva,redux,material-ui,fetch,generator,markdown,nodejs,koa2,mongoose,docker,shell,and async/await 基于react+koa2技术栈的个人开源博客系统
Stars: ✭ 175 (-93.34%)
Mutual labels:  markdown
Sheets
Store & retrieve your static content in plain text files
Stars: ✭ 175 (-93.34%)
Mutual labels:  markdown
Mandown
man-page inspired Markdown viewer
Stars: ✭ 173 (-93.41%)
Mutual labels:  markdown
Notion2md
Export notion page to markdown.
Stars: ✭ 176 (-93.3%)
Mutual labels:  markdown
Dvc.org
🔗 DVC website and documentation
Stars: ✭ 171 (-93.49%)
Mutual labels:  markdown
Press
Minimalist Markdown Publishing for Nuxt.js
Stars: ✭ 181 (-93.11%)
Mutual labels:  markdown
Wiki
Wiki.js | A modern and powerful wiki app built on Node.js
Stars: ✭ 14,985 (+470.42%)
Mutual labels:  markdown
Slideshow
slideshow gems - write your slides / talks / presentations in plain text with markdown formatting conventions
Stars: ✭ 173 (-93.41%)
Mutual labels:  markdown
Markdown Img Paste
一个可以快速粘贴剪贴板里的照片到markdown的插件,并且可以设置使用七牛存储照片。
Stars: ✭ 176 (-93.3%)
Mutual labels:  markdown
Qmarkdowntextedit
A C++ Qt QPlainTextEdit widget with markdown highlighting support and a lot of other extras
Stars: ✭ 182 (-93.07%)
Mutual labels:  markdown
Llvm Guide Zh
User Guides For those new to the LLVM system.(LLVM系统的新用户指南,中文翻译版)
Stars: ✭ 180 (-93.15%)
Mutual labels:  zh-cn

Rust 程序设计语言(第二版 & 2018 edition) 简体中文版

Build Status

状态

2018 edition 的翻译迁移已基本完成,欢迎阅读学习!

PS:

静态页面构建与文档撰写

image

构建

你可以将本 mdbook 构建成一系列静态 html 页面。这里我们采用 vuepress 打包出静态网页。在这之前,你需要安装 Nodejs

全局安装 vuepress

npm i -g vuepress

cd 到项目目录,然后开始构建。构建好的静态文档会出现在 "./src/.vuepress/dist" 中

vuepress build ./src

文档撰写

vuepress 会启动一个本地服务器,并在浏览器对你保存的文档进行实时热更新。

vuepress dev ./src

社区资源

GitBook

本翻译主要采用 mdBook 格式。同时支持 GitBook,但会缺失部分功能,如一些代码没有语法高亮。

本翻译加速查看站点有:

GitBook.com 地址:https://kaisery.github.io/trpl-zh-cn/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].