Jelajahi Sumber

adding upgrade wiki page to documentation

davegandy 11 tahun lalu
induk
melakukan
4d9e9c64bf
2 mengubah file dengan 9 tambahan dan 0 penghapusan
  1. 8 0
      src/_includes/new-upgrading.html
  2. 1 0
      src/whats-new.html

+ 8 - 0
src/_includes/new-upgrading.html

@@ -0,0 +1,8 @@
+<section id="new-upgrading">
+  <h2 class="page-header">Upgrading from 3.2.1?</h2>
+  <p>
+    <a href="https://twitter.com/gtagliala">@gtagliala</a> has put together a
+    <a href="{{ site.fontawesome.github.url }}/wiki/Upgrading-from-3.2.1-to-4">great wiki page</a> that summarizes the
+    changes in 4.0 syntax and maps the old icon names to the new icon naming conventions.
+  </p>
+</section>

+ 1 - 0
src/whats-new.html

@@ -13,5 +13,6 @@ relative_path: ../
 <div class="container">
   {% include new-features.html %}
   {% include new-naming.html %}
+  {% include new-upgrading.html %}
   {% include icons/new.html %}
 </div>