Update v0.6 official websites

This commit is contained in:
Folyd 2020-01-21 23:12:21 +08:00
parent dfb4065cdc
commit 6e83ca624e
11 changed files with 47 additions and 20 deletions

View file

@ -3,12 +3,32 @@ title = "Rust Search Extension"
+++
## Search Primitive Types and Modules
## Search Structs, Traits and Enums
## Search Functions, Methods and Macros
## Search doc with type
## Search top 10K crates
## Prefix ! to search crates exclusively
## Search Compiler Error Index
## Offline mode, search local Rust docs
# Search Primitive Types and Modules
![GIF](/primary-module.gif)
# Search Structs, Traits and Enums
![GIF](/struct-traits.gif)
# Search Functions, Methods and Macros
![GIF](/function-macros.gif)
# Search doc with type mode
![GIF](/type-mode.gif)
# Search top 10K crates
What more, you can prefix **!** *(Exclamation mark)* to search crates exclusively!
![GIF](/search-crates.gif)
# Search Compiler Error Index
![GIF](/error-index.gif)
# Offline mode, search local Rust docs
![GIF](/offline-mode.gif)

View file

@ -2,26 +2,28 @@
title = "Release History"
+++
# v0.6
# v0.6 - 2020-01-20
Upcoming...
- Bump search-index to version **v1.40.0**
- Support search top 10K crates instantly.
- Support update the latest crates index on popup page automatically. (Chrome only)
# v0.5
# v0.5 - 2019-11-08
The version **v0.5** was released at `2019-11-8`.
The version **v0.5** was released at `2019-11-08`.
- Bump search-index to version **v1.39.0**
- Fix escape bug on Firefox
# v0.4
# v0.4 - 2019-11-01
**v0.4** was a minor bug fix version released at `2019-11-1`.
**v0.4** was a minor bug fix version released at `2019-11-01`.
- Fix offline mode search bug
- Offline doc path support `file://` and `http://`
# v0.3
# v0.3 - 2019-10-29
After long time inactivity. The **v0.3** gets released at `2019-10-29` with an announcing on [Reddit post](https://www.reddit.com/r/rust/comments/dp1ru6/i_published_a_handy_chromefirefox_extension_to/).
@ -29,14 +31,14 @@ After long time inactivity. The **v0.3** gets released at `2019-10-29` with an a
- Support search [Compiler Error Index](https://doc.rust-lang.org/error-index.html) with error code
- Published to Firefox [AMO](https://addons.mozilla.org/en-US/firefox/addon/rust-search-extension/)
# v0.2
# v0.2 - 2019-02-03
The version **v0.2** was released at `2019-2-3`.
The version **v0.2** was released at `2019-02-03`.
- Update search-index to version **v1.32.0**
- Support configure offline doc path
# v0.1
# v0.1 - 2018-11-29
The first version **v0.1** was released at `2018-11-29` with a debut show on [Rust Internals Forum](https://internals.rust-lang.org/t/a-handy-browser-extension-to-search-crates-and-official-docs-in-address-bar-omnibox/8920).

View file

@ -168,6 +168,11 @@ footer {
padding: 30px;
}
p > img {
width: 100%;
height: auto;
}
.content {
padding: 0;
}

BIN
docs/static/error-index.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

BIN
docs/static/function-macros.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 KiB

BIN
docs/static/offline-mode.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB

BIN
docs/static/primary-module.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 KiB

BIN
docs/static/search-crates.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

BIN
docs/static/struct-traits.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 KiB

BIN
docs/static/type-mode.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 KiB

View file

@ -27,7 +27,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/Folyd/rust-search-extension/releases">
Current version 0.5.0
Current version 0.6.0
</a>
<a class="btn-download chrome"
href="https://chrome.google.com/webstore/detail/rust-search-extension/ennpfpdlaclocpomkiablnmbppdnlhoh"
@ -63,7 +63,7 @@
<div class="content text">
{% block content %}
<div id="features" class="heading-text">Features Overview</div>
<div id="features" class="heading-text">Overview</div>
{{ section.content | safe }}
{% endblock content %}
</div>