Eric Huss
93c9ae5700
Merge pull request #1037 from Flying-Toast/prefers-color-scheme
...
Automatically use a dark theme according to 'prefers-color-scheme'
2019-10-05 11:33:52 -07:00
Flying-Toast
9bdec5e7cc
preferred-dark-theme defaults to default-theme
2019-10-04 19:32:03 -04:00
rnitta
5fe801a7d1
fix Search::use_boolean_and documents
2019-10-03 11:35:42 +09:00
Flying-Toast
1ef94c2a7e
add preferred-dark-theme to book.toml example
2019-09-26 12:13:25 -04:00
Flying-Toast
f0ac13e3e2
Document preferred-dark-theme config option
2019-09-26 12:09:30 -04:00
Andrew Pritchard
81ab2eb7db
Added line numbers to editable sections of code.
...
- Added line numbers to config struct
- Added playpen_line_numbers field to hbs renderer.
- Added section to set `window.playpen_line_numbers = true` in page template
- Use line number global variable to show line numbers when required.
2019-09-24 21:27:02 +08:00
Carol (Nichols || Goulding)
a873d46871
Implement a markdown renderer ( #1018 )
...
Use case: when trying to `mdbook test` a file that has many `include`
directives, and a test fails, the line numbers in the `rustdoc` output
don't match the line numbers in the original markdown file.
Turning on the markdown renderer implemented here lets you see what is
being passed to `rustdoc` by saving the markdown after the preprocessors
have run.
This renderer could be helpful for debugging many preprocessors, but
it's probably not useful in the general case, so it's turned off by
default.
2019-08-30 12:20:53 +02:00
Eric Huss
aaeb3e2852
Merge pull request #985 from Michael-F-Bryan/enable-caching
...
Allow backends to cache previous results
2019-08-07 10:26:06 -07:00
Liam Beckman
e48fed74bf
Add `--path .` to cargo install commands.
...
Changing `cargo install` to `cargo install --path .` prevents the following error:
<span style="color: red;">error:</span> Using `cargo install` to install the binaries for the package in current working directory is no longer supported, use `cargo install --path .` instead. Use `cargo build` if you want to simply build the package.
2019-07-31 14:49:25 -07:00
Michael Bryan
5b0a23ebab
Updated the documentation
2019-07-21 02:40:58 +08:00
Matthias Eichstedt
9ec43b6c6d
Remove redundant occurrence of 'in the'
2019-07-17 17:20:18 +02:00
Eric Huss
e5ace6d6a4
Fix some broken links.
2019-07-15 12:51:46 -07:00
Benoît CORTIER
d8a68ba3f6
Document anchor-based partial include feature in the book
2019-07-14 21:55:51 -04:00
Eric Huss
bb3398bdbb
Merge pull request #941 from rnitta/configurable-language
...
Change language attribute of the book to configurable
2019-06-24 08:56:22 -07:00
Eric Huss
1cd1151790
Release 0.3.0
2019-06-18 15:24:26 -07:00
Eric Zubriski
84d4063e4a
Fix-681 ( #954 )
...
* Adding section for code snippets.
* Reformatting sections.
* Update mdbook.md
2019-06-13 07:38:12 +02:00
Eric Huss
3cfed10098
Update to pulldown-cmark 0.5. ( #898 )
...
* Update to pulldown-cmark 0.4.1.
* Update to pulldown-cmark 0.5.2.
* Remove pulldown-cmark-to-cmark dependency.
Since it is not compatible with the new pulldown-cmark. This example isn't
directly usable, anyways, and I think the no-op example sufficiently shows how
to make a preprocessor.
* cargo fmt
* Fix example link.
2019-06-11 18:26:24 +02:00
rnitta
4f7c299de7
update language attribute to configurable
2019-05-30 11:53:49 +09:00
Bas Bossink
e3ec751a3f
Issue 703 ( #929 )
...
* Replace all occurances of altenate backend with alternative backed
Rename test for consistency of the terminology.
* Use better sed command
2019-05-19 22:16:10 +02:00
Eric Huss
fc565df86b
Some documentation fixes. ( #925 )
2019-05-19 00:05:57 +02:00
Bas Bossink
2752c88c46
Fix issue #703 . ( #928 )
2019-05-18 23:38:08 +02:00
Roman Proskuryakov
c3284a2ae9
Update mdbook 0.1 -> 0.2 in docs for CI ( #918 )
2019-05-11 20:30:21 +02:00
Dylan DPC
7f3a0ff6a0
Merge pull request #886 from bluejekyll/master
...
add docs for publishing to github pages manually
2019-04-30 00:50:58 +02:00
Dylan DPC
aea317e173
Update continuous-integration.md
2019-04-30 00:50:35 +02:00
Dylan DPC
f9454615b1
Update book-example/src/continuous-integration.md
...
Co-Authored-By: bluejekyll <benjaminfry@me.com>
2019-04-29 15:33:31 -07:00
Dylan DPC
39211291d9
Update book-example/src/continuous-integration.md
...
Co-Authored-By: bluejekyll <benjaminfry@me.com>
2019-04-29 15:33:25 -07:00
ji.zhou
11f86f4511
Correct grammar: remove the redundancy
2019-04-12 22:53:21 +08:00
Benjamin Fry
62af2367bb
add docs for publishing to github pages manually
2019-03-12 11:22:00 -07:00
Shawn
b675b91980
Update broken link
...
https://www.rust-lang.org/downloads.html is the outdated link.
2018-12-15 10:09:23 +09:00
Michael Bryan
42b87e0fbc
Merge pull request #804 from Bassetts/default-theme-option
...
Default theme option
2018-10-30 21:18:48 +08:00
Matt Ickstadt
33add4b532
Merge pull request #782 from mattico/document-dest-dir-rel
...
Document dest-dir relative path behavior
2018-10-23 12:16:37 -05:00
Michael Bryan
b4538da9c3
Merge pull request #802 from Bassetts/git-button
...
Implement a git repository button
2018-10-23 19:16:45 +08:00
Jason Liquorish
eccec9bb52
Update documentation for
2018-10-21 13:16:59 +01:00
Michael Bryan
cffc385b0c
Updated the user guide's config section to mention specifying plugin commands
2018-10-20 14:16:07 +08:00
Jason Liquorish
10b69e60c8
Add documentation and tests
2018-10-15 21:40:59 +01:00
Jason Liquorish
5bfdf9fcc8
Added git-repository-icon option
...
Updated documentation and added tests.
2018-10-15 19:48:54 +01:00
Michael Bryan
29f8b791f1
Merge pull request #792 from rust-lang-nursery/custom-preprocessor
...
WIP: Custom Preprocessors
2018-10-16 00:02:12 +08:00
xyh
877bf37d18
avoid using `cd` in example travis-ci script ( #803 )
2018-10-15 18:52:37 +08:00
Michael Bryan
b1c7c54108
Rewrote a large proportion of the Preprocessor docs to be up-to-date
2018-09-25 19:48:20 +08:00
mwilbur
e4eddb3f26
Fix broken link to API pages ( #795 )
2018-09-19 23:32:37 +08:00
Ramon Buckland
ced74ca4dd
Updated the documentation for new preprocessor format ( #787 )
...
* Updated the documentation for new preprocessor format
* adjusted the descriptions for preprocessors
2018-09-10 19:51:18 +08:00
Matt Ickstadt
a9f3be6f44
Make serve command note more prominent
2018-09-06 10:24:56 -05:00
Matt Ickstadt
34356b87a0
Document dest-dir relative path behavior
2018-09-06 10:24:42 -05:00
Danny Guo
d9c1c77aae
Fix a typo
2018-08-20 23:48:18 -04:00
Matt Ickstadt
322e8fcf77
Rewrap guide markdown at 80 columns
...
Much of the book was wrapped at around 80 columns, but let's make this consistent.
2018-08-02 21:34:26 -05:00
Matt Ickstadt
a8a460545f
Update installation instructions in guide
2018-08-02 21:19:47 -05:00
Matt Ickstadt
f30ce0184d
Fix escaped link preprocessor
2018-08-02 19:04:35 -05:00
Matt Ickstadt
a776aa9783
Update documentation for commands
2018-08-02 17:01:47 -05:00
Matt Ickstadt
8cd7061ff2
Add search.enable config field
2018-07-23 12:08:04 -05:00
Ganesh Prasad Kumble
21c24c2815
- Fix token type
...
OAuth token type doesn't work. Have to change it to PAT.
2018-07-21 19:23:47 +05:30