Matt Ickstadt
62c8311301
Don't copy search js when disabled
2018-07-23 12:08:04 -05:00
Matt Ickstadt
b8011de3e8
Warn when search index is >10MB
2018-07-23 12:08:04 -05:00
Matt Ickstadt
019e74041d
Use integer doc_refs to shrink the search index
...
This change reduced the searchindex.js of book_example from 508KB to 317KB.
2018-07-23 12:08:04 -05:00
Matt Ickstadt
8cd7061ff2
Add search.enable config field
2018-07-23 12:08:04 -05:00
Matt Ickstadt
96b99472fd
Merge pull request #709 from mattico/no-playpen-no-fetch
...
Only fetch crates list on pages with playpens
2018-07-23 12:06:02 -05:00
Matt Ickstadt
4d357b6779
Merge pull request #728 from kggp1995/master
...
- Fixed token type.
2018-07-23 12:01:35 -05:00
Corey Farwell
1e6328c112
Merge pull request #727 from waywardmonkeys/update-toml-query
...
Update to toml-query 0.7
2018-07-22 17:26:16 -04: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
Corey Farwell
bb8b43d396
Merge pull request #726 from waywardmonkeys/update-elasticlunr
...
Update to elasticlunr 2.3.
2018-07-19 06:38:58 -04:00
Bruce Mitchener
f07e734efc
Update to toml-query 0.7
...
This was just released with an update to its dependencies, so that
mdBook could update its dependencies.
2018-07-19 17:35:34 +07:00
Bruce Mitchener
db2c16102e
Update to elasticlunr 2.3.
...
This removes one of the remaining dependencies upon pre-1.0 regex.
2018-07-19 11:11:54 +07:00
Matt Ickstadt
cae8a8ffe2
Only fetch crates list on pages with playpens
2018-07-16 19:17:00 -05:00
cetra3
bdb37ec117
Use relative links and translate internal references ( #603 )
...
* Relative links for 0.1.8
* Compat for IE11 search
2018-07-11 21:33:44 +08:00
Michael Bryan
01656b610f
(cargo-release) start next development iteration 0.1.9-alpha.0
2018-07-09 18:40:43 +08:00
Michael Bryan
b9ff0e8a77
(cargo-release) version 0.1.8
2018-07-09 18:39:35 +08:00
Michael Bryan
0bda57175d
Metadata for cargo-release should be in release.toml ( #722 )
2018-07-09 18:36:55 +08:00
Lucas Morales
374e1d3f94
rustdoc codeblock hash escape
...
pending merge of rust-lang/rust#51803
2018-07-04 16:54:55 +04:00
Steve Klabnik
6287e6a44f
Merge pull request #715 from fitzgen/continuous-integration-instructions
...
user guide: Add instructions for running `mdbook` in CI
2018-07-03 10:01:19 -07:00
Corey Farwell
953d3821b6
Merge pull request #701 from kubo39/saturating_sub
...
Use `saturating_sub` instead of `checked_sub.unwrap_or`
2018-06-27 07:40:20 -04:00
Nick Fitzgerald
488ace15ff
user guide: Add instructions for running `mdbook` in CI
...
This adds instructions for building and testing books in CI on every PR and
push, as well as instructions for how to automatically deploy to gh-pages on
successful CI runs on `master`.
Fixes #714
2018-06-22 10:31:49 -07:00
eyenseo
b452d5e0c7
Fix different font sizes in editor and code
...
Fixes #705
2018-06-19 22:28:23 +02:00
Hiroki Noda
289028850f
Use `saturating_sub` instead of `checked_sub.unwrap_or`
2018-06-04 01:42:09 +09:00
Andrew Gauger
2a55ff62f3
Recursively apply preprocessor ( #682 )
2018-05-20 18:36:19 +08:00
Mathieu David
6bf86806e4
Merge pull request #691 from phansch/update_regex
...
Update Regex to 1.0.0
2018-05-18 16:58:01 +02:00
Philipp Hansch
90bd7207ec
Add minimum required Rust version to README
2018-05-18 09:04:41 +02:00
Mathieu David
27b29fdaf2
Merge pull request #696 from mattico/fix-theme-dir
...
Fix default theme dir selection
2018-05-16 21:58:41 +02:00
Matt Ickstadt
154e0fb308
Rustfmt
2018-05-16 12:08:23 -05:00
Matt Ickstadt
0de177a344
Add a warning for possible theme directories which will no longer be used
2018-05-16 12:06:55 -05:00
Mathieu David
f154b2fb65
Merge pull request #697 from mattico/fix-fontawesome-gh-pages
...
Fix FontAwesome directory missing from Github Pages sites
2018-05-15 23:23:09 +02:00
Matt Ickstadt
d7759fbf4d
Remove underscore from FontAwesome directory
2018-05-15 12:34:44 -05:00
Matt Ickstadt
f84e670edd
Add a .nojekyll file
...
to allow users to have other files with leading underscore names.
2018-05-15 12:34:44 -05:00
Matt Ickstadt
9a9c625319
Fix default theme dir selection
2018-05-14 14:52:29 -05:00
Tim Ryan
b9ca108fca
Support reproducible builds by forcing window.search to use stable key ordering. ( #692 )
2018-05-14 18:22:21 +08:00
Philipp Hansch
e99dc51fb3
Update Regex to 1.0.0
2018-05-13 12:35:17 +02:00
Mathieu David
7ee5b6643b
Merge pull request #689 from gnzlbg/patch-1
...
remove removed rustfmt options
2018-05-10 10:31:15 +02:00
gnzlbg
42781bcd6b
remove removed rustfmt options
...
Closes #688
2018-05-09 15:29:46 +02:00
Weihang Lo
41d372de26
Update documentation for preprocessor ( #686 )
2018-05-06 23:48:11 +08:00
Weihang Lo
69599646e7
Add index preprocessor ( #685 )
...
* Add index preprocessor
README.md is a de facto index file in markdown-based documentation.
Hence, we respect to README.md and convert it into index.html.
* Fix warning for unused variables
* Update tests for config
* Match file stem case-insensitively for IndexPreprocessor
* Add tests for IndexPreprocessor
* Update book example to fit index preprocessor
2018-05-04 19:41:28 +08:00
Matt Ickstadt
69fef40e57
Improve print output ( #680 )
...
* Update print styles for new sidebar behavior
* Hide copy icons in print output
* Wait for mathjax rendering to complete before printing
* Remove old wrapping css
Browsers this old are already hilariously broken, so we don't need these fallbacks.
* Change mathjax script type
Chrome won't execute this if it's not marked as js
* Ensure page has rendered before printing
In certain situations Chrome willl fire window.onLoad before it's
done rendering. Add a 100ms delay to work around this.
2018-05-01 20:29:34 +08:00
Michael Bryan
a323620e02
(cargo-release) start next development iteration 0.1.8-alpha.0
2018-04-23 07:42:43 +08:00
Michael Bryan
ea0b835b38
(cargo-release) version 0.1.7
2018-04-23 07:41:31 +08:00
Mathieu David
58f0f3b0f2
Merge pull request #672 from mattico/update-deps
...
Update deps
2018-04-22 22:58:35 +02:00
Matt Ickstadt
e7a61efb39
Fix warning
2018-04-22 13:01:10 -05:00
Matt Ickstadt
d48bc29373
Update dependencies
2018-04-22 13:01:05 -05:00
Michael Bryan
72f154bee4
(cargo-release) start next development iteration 0.1.7-alpha.0
2018-04-22 00:45:07 +08:00
Matt Brubeck
1c71eaa964
Put the search bar into an HTML form ( #669 )
...
This enables "Add a keyword for this search" in the contex menu for the
search field, in Firefox and other browsers.
2018-04-21 23:27:51 +08:00
Matt Ickstadt
c195aa990d
Update dependencies ( #670 )
2018-04-21 23:22:05 +08:00
Mathieu David
34bdcaf8b3
Merge pull request #660 from THeK3nger/doc-mathjax-note
...
Add a note in MathJax documentation
2018-04-16 02:24:49 +02:00
Michael Bryan
41399fc29c
Revert "Fixes the search box overlapping with content when first shown ( #666 )" ( #667 )
...
This reverts commit 7f82a197b9
.
2018-04-11 10:23:56 +08:00
Michael Bryan
7f82a197b9
Fixes the search box overlapping with content when first shown ( #666 )
2018-04-10 22:02:27 +08:00