mirror of
https://github.com/actix/actix-website
synced 2025-02-02 04:09:06 +01:00
Removes global 1.0 warning and only ads it to specific pages.
This commit is contained in:
parent
f3ee8751ab
commit
a915d45f73
@ -6,6 +6,14 @@ weight: 1010
|
||||
|
||||
# Diesel
|
||||
|
||||
{{% alert %}}
|
||||
NOTE: The `actix-web` 1.0 version of this section is still
|
||||
[being updated](https://github.com/cldershem/actix-website/tree/update1.0-db). Checkout
|
||||
this [example](https://github.com/actix/examples/tree/master/async_db) until then.
|
||||
{{% /alert %}}
|
||||
|
||||
[being updated](https://github.com/cldershem/actix-website/tree/update1.0-db).
|
||||
|
||||
At the moment, Diesel 1.0 does not support asynchronous operations,
|
||||
but it's possible to use the `actix` synchronous actor system as a database interface api.
|
||||
|
||||
|
@ -6,6 +6,11 @@ weight: 1020
|
||||
|
||||
# Sentry Crash Reporting
|
||||
|
||||
{{% alert %}}
|
||||
NOTE: Sentry currently does not work with `actix-web` 1.0. Please checkout this
|
||||
[issue](https://github.com/getsentry/sentry-rust/issues/143) for more details.
|
||||
{{% /alert %}}
|
||||
|
||||
[Sentry][sentrysite] is a crash reporting system that supports the failure crate which
|
||||
is the base of the actix error reporting. With a middleware it's possible to
|
||||
automatically report server errors to Sentry.
|
||||
|
@ -54,12 +54,4 @@
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div id="heads-up" class="alert alert-info" role="alert">
|
||||
Looking for actix-web 1.0 docs? This book is currently
|
||||
<a href="https://github.com/actix/actix-website/pull/90" class="alert-link">out of date</a>.
|
||||
In the meantime checkout the
|
||||
<a href="https://docs.rs/actix-web/" class="alert-link">API docs</a>
|
||||
and the
|
||||
<a href="https://github.com/actix/examples" class="alert-link">examples repo</a>.
|
||||
</div>
|
||||
</header>
|
||||
|
3
layouts/shortcodes/alert.html
Normal file
3
layouts/shortcodes/alert.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div class="alert alert-info" role="alert">
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user