Browse Source

Remove docs lerna warnings.

Renée Kooi 6 years ago
parent
commit
451123ab86
2 changed files with 0 additions and 11 deletions
  1. 0 6
      README.md
  2. 0 5
      website/themes/uppy/layout/page.ejs

+ 0 - 6
README.md

@@ -23,12 +23,6 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
 
 Code used in the above example:
 
-<blockquote>
-  <p>⚠️<strong>Attention:</strong> the docs have already been updated to use separate uppy packages, but we’ll actually publish those packages in the next few days. 
-  In the meantime, for correct require/import paths, please refer to the <a href="https://github.com/transloadit/uppy/tree/a35eb6e8f93cc07391dda87a0e4cc31d76783d0e/website/src/docs">0.25.6 documentation</a>.</p>
-  <p><strong>TL;DR</strong> use <code>uppy</code> package (<code>npm install uppy --save</code>) with paths like this: <code>require('uppy/lib/core')</code>, <code>require('uppy/lib/plugins/Dashboard')</code> and so on.</p>
-</blockquote>
-
 ```js
 const Uppy = require('@uppy/core')
 const Dashboard = require('@uppy/dashboard')

+ 0 - 5
website/themes/uppy/layout/page.ejs

@@ -3,11 +3,6 @@
 <% } %>
 <div class="Content js-Content <%- page.type ? page.type + ' with-sidebar' : '' %>">
     <h1><%- page.title %></h1>
-    <blockquote>
-      <p>⚠️<strong>Attention:</strong> the docs have already been updated to use separate uppy packages, but we’ll actually publish those packages in the next few days. 
-      In the meantime, for correct require/import paths, please refer to the <a href="https://github.com/transloadit/uppy/tree/a35eb6e8f93cc07391dda87a0e4cc31d76783d0e/website/src/docs">0.25.6 documentation</a>.</p>
-      <p><strong>TL;DR</strong> use <code>uppy</code> package (<code>npm install uppy --save</code>) with paths like this: <code>require('uppy/lib/core')</code>, <code>require('uppy/lib/plugins/Dashboard')</code> and so on.</p>
-    </blockquote>
     <%- page.content %>
     <% if (page.type === 'guide') { %>
       <div class="guide-links">