fix(doc): Update doc and specify the target version

This commit is contained in:
Alexis Mousset
2017-08-20 20:28:34 +02:00
parent 87e25490b2
commit 3216a3f0b9
16 changed files with 192 additions and 186 deletions

View File

@@ -17,7 +17,8 @@
<pubDate>Sun, 21 May 2017 23:46:17 +0200</pubDate>
<guid>https://lettre.github.io/lettre/getting-started/intro/</guid>
<description>Lettre is an email library that allows creating and sending messages. It provides:
<description>This documentation is written for lettre 0.7, wich has not been released yet. Please use https://docs.rs/lettre/0.6.2/lettre/ for lettre 0.6.
Lettre is an email library that allows creating and sending messages. It provides:
An easy to use email builder Pluggable email transports Unicode support (for emails and transports, including for sender et recipient addresses when compatible) Secure defaults (emails are only sent encrypted by default) </description>
</item>

View File

@@ -268,6 +268,11 @@
<h1>Introduction</h1>
<div class="notices note" ><p>This documentation is written for lettre 0.7, wich has not been released yet.
Please use <a href="https://docs.rs/lettre/0.6.2/lettre/">https://docs.rs/lettre/0.6.2/lettre/</a> for lettre 0.6.</p>
</div>
<p>Lettre is an email library that allows creating and sending messages. It provides:</p>
<ul>