A comprehensive development guide to help you be more and more familiar with the TiDB community and become an expert finally.
See the codeThis repository contains the source of TiDB Development Guide.
Building the book requires mdBook. To get it:
$ cargo install mdbook
To build the book, type:
$ mdbook build
The output will be in the book subdirectory. To check it out, open it in
your web browser.
Firefox:
$ firefox book/html/index.html # Linux
$ open -a "Firefox" book/html/index.html # OS X
$ Start-Process "firefox.exe" .\book\html\index.html # Windows (PowerShell)
$ start firefox.exe .\book\html\index.html # Windows (Cmd)
Chrome:
$ google-chrome book/html/index.html # Linux
$ open -a "Google Chrome" book/html/index.html # OS X
$ Start-Process "chrome.exe" .\book\html\index.html # Windows (PowerShell)
$ start chrome.exe .\book\html\index.html # Windows (Cmd)
See CONTRIBUTING for details.
(top 30 of 50)
A comprehensive development guide to help you be more and more familiar with the TiDB community and become an expert finally.
See the codeThis repository contains the source of TiDB Development Guide.
Building the book requires mdBook. To get it:
$ cargo install mdbook
To build the book, type:
$ mdbook build
The output will be in the book subdirectory. To check it out, open it in
your web browser.
Firefox:
$ firefox book/html/index.html # Linux
$ open -a "Firefox" book/html/index.html # OS X
$ Start-Process "firefox.exe" .\book\html\index.html # Windows (PowerShell)
$ start firefox.exe .\book\html\index.html # Windows (Cmd)
Chrome:
$ google-chrome book/html/index.html # Linux
$ open -a "Google Chrome" book/html/index.html # OS X
$ Start-Process "chrome.exe" .\book\html\index.html # Windows (PowerShell)
$ start chrome.exe .\book\html\index.html # Windows (Cmd)
See CONTRIBUTING for details.
(top 30 of 50)