123456789101112131415161718192021 |
- @extends('site.help.partial.template', ['breadcrumb'=>'Labs Deprecation'])
- @section('section')
- <div class="title">
- <h3 class="font-weight-bold">Labs Deprecation</h3>
- </div>
- <hr>
- <p class="lead">We are deprecating Labs in a future version. No new experiments will be released. We will give 6 months notice before removing Labs.</p>
- <hr>
- <h4 class="font-weight-bold">When will labs be deprecated?</h4>
- <p>June 14 2021</p>
- <hr>
- <h4 class="font-weight-bold">What features will be deprecated?</h4>
- <p>All experiments except Dark Mode</p>
- <hr>
- <h4 class="font-weight-bold">Why is Labs being deprecated?</h4>
- <p>Labs was started in early 2019 to test experimental designs and features. Now the project is more mature, we are outgrowing some of these experiments.</p>
- <hr>
- <p class="small">Last Updated: Dec 14 2020</p>
- @endsection
|