mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 23:57:07 +00:00
Bump search index to v1.46.0, release v0.11
This commit is contained in:
parent
fd408e22eb
commit
3a53eea486
4 changed files with 10 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ennpfpdlaclocpomkiablnmbppdnlhoh.svg)
|
||||
![Mozilla Add-on](https://img.shields.io/amo/v/rust-search-extension?color=%2320123A)
|
||||
![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v0.10.0-1D4F8C)
|
||||
[![rust-doc](https://img.shields.io/badge/stable-1.45.0-yellow.svg)](https://doc.rust-lang.org/1.45.0/std/)
|
||||
[![rust-doc](https://img.shields.io/badge/stable-1.46.0-yellow.svg)](https://doc.rust-lang.org/1.46.0/std/)
|
||||
[![license-mit](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/huhu/rust-search-extension/blob/master/LICENSE-MIT)
|
||||
[![license-apache](https://img.shields.io/badge/license-Apache-yellow.svg)](https://github.com/huhu/rust-search-extension/blob/master/LICENSE-APACHE)
|
||||
[![Discord](https://img.shields.io/discord/711895914494558250?label=chat&logo=discord)](https://discord.com/invite/UAzW4A)
|
||||
|
@ -36,6 +36,7 @@ Search **docs**, **crates**, builtin **attributes**, official **books**, and **e
|
|||
- Search [Compiler Error Index](https://doc.rust-lang.org/error-index.html) with error codes
|
||||
- Search Rust official book chapters
|
||||
- Search Cargo Clippy lints
|
||||
- Search nightly docs
|
||||
- Offline mode, search local Rust docs (`rustup docs --std`)
|
||||
- Builtin commands (`:yet`, `:book`, `:stable`, `:book`, `:label`, `:tool`, `:mirror` and `:history` etc)
|
||||
- Docs.rs enhancements (display Feature flags)
|
||||
|
|
2
docs/templates/index.html
vendored
2
docs/templates/index.html
vendored
|
@ -17,7 +17,7 @@
|
|||
<div style="margin-top: 50px; display: flex; flex-direction: column; align-items: center">
|
||||
<a class="subtitle-text" style="text-decoration: underline; margin: 10px"
|
||||
href="https://github.com/huhu/rust-search-extension/releases">
|
||||
Current version 0.10.0
|
||||
Current version 0.11.0
|
||||
</a>
|
||||
<a class="btn-download chrome"
|
||||
href="https://chrome.google.com/webstore/detail/rust-search-extension/ennpfpdlaclocpomkiablnmbppdnlhoh"
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -36,8 +36,8 @@
|
|||
<img class="logo" src="../icon.png" alt="rust-search-extension">
|
||||
<h2 class="title">Rust Search Extension</h2>
|
||||
<div>
|
||||
<a href="https://doc.rust-lang.org/1.45.0/std/">
|
||||
<img src="https://img.shields.io/badge/stable-1.45.0-yellow.svg" alt="stable-docs">
|
||||
<a href="https://doc.rust-lang.org/1.46.0/std/">
|
||||
<img src="https://img.shields.io/badge/stable-1.46.0-yellow.svg" alt="stable-docs">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue