forked from rust-lang/mdBook
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add absolute links support #1
Open
calvinbrewer
wants to merge
282
commits into
joaofreires:add_absolute_links_support
Choose a base branch
from
calvinbrewer:add_absolute_links_support
base: add_absolute_links_support
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add absolute links support #1
calvinbrewer
wants to merge
282
commits into
joaofreires:add_absolute_links_support
from
calvinbrewer:add_absolute_links_support
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Needed for new feature syntax
Update dependencies
Update from 1.0.8 to 2.0.7 https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md#207---2022-12-02
Update env_logger from 0.9.3 to 0.10.0 https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md#0100---2022-11-24
Update select from 0.5.0 to 0.6.0 utkarshkukreti/select.rs@0.5.0...0.6.0
Update topological-sort from 0.1.0 to 0.2.2 gifnksm/topological-sort-rs@v0.1.0...v0.2.2
Update dependencies with semver major changes
Upgrade clap
Update to 0.4.23
Switch to older ubuntu image
Update to 0.4.24
Fix test with multiple library paths
Update to 0.4.25
Fix MDBOOK_BOOK environment variable example
While adding support for translations[1] to Comprehensive Rust 🦀, I noticed that `mdbook test` doesn’t execute preprocessors the same way as `mdbook build`. This PR makes the two commands use the same code to find and execute preprocessors. [1]: google/comprehensive-rust#130
Add issue templates and update contributor docs
It is preferable to remove WebKit-specific styling and use the browser and OS default scrollbars. Thanks to comments from @julianfortune, @arniu, and @ehuss. Closes rust-lang#1483.
…me-and-safari Use default scrollbars on webkit browsers
This reverts commit 621ffc4.
Nim is a systems programming language (included in the highlight.js `system` group), and we're quite happily using `mdBook` in several of our documentation projects starting with our [style guide](https://status-im.github.io/nim-style-guide/). While we can maintain our own highlight.js, including `Nim` in the default distribution would allow us to promote more mdBook usage in the Nim community at the cost of a ~2kb increase in the `highlight.js` size.
Add Nim to default languages
…margin Make sure page wrapper transform is removed in print mode
Fix code blocks "indent" without highlight.js
upgrade to notify 6.1.1 and watcher-mini 4.1
…indicator Add resize indicator to the sidebar
Dep: fix Tungstenite DoS (RUSTSEC-2023-0065)
Fix `mdbook serve` unexpected panic
Update dependencies
Update to 0.4.36
…_absolute_links_support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge with master and add example to test_book