diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2021-08-05 08:54:28 +0200 |
|---|---|---|
| committer | Joshua Nelson <github@jyn.dev> | 2021-08-15 20:47:42 -0500 |
| commit | 451084b3bd1f2981000e320c1f558c3f0e0dcecf (patch) | |
| tree | 8ab28bc70e391b1a37013f61a53d6b1e25f5c7a3 /src/doc/rustc-dev-guide | |
| parent | d0c4cafdc2de7089e8ed51576e5e7119ae40d04b (diff) | |
| download | rust-451084b3bd1f2981000e320c1f558c3f0e0dcecf.tar.gz rust-451084b3bd1f2981000e320c1f558c3f0e0dcecf.zip | |
allow to quickly edit a page directly on github
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/book.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/book.toml b/src/doc/rustc-dev-guide/book.toml index bad4fe1aa5f..fb09c804e9a 100644 --- a/src/doc/rustc-dev-guide/book.toml +++ b/src/doc/rustc-dev-guide/book.toml @@ -12,6 +12,7 @@ renderer = ["html"] [output.html] git-repository-url = "https://github.com/rust-lang/rustc-dev-guide" +edit-url-template = "https://github.com/rust-lang/rustc-dev-guide/tree/master/{path}?mode=edit" [output.html.fold] enable = true |
