mirror of https://github.com/pixelfed/pixelfed
Add Labs deprecation page
parent
4a293ed911
commit
9b215001e3
@ -0,0 +1,21 @@
|
||||
@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>TBA</p>
|
||||
<hr>
|
||||
<h4 class="font-weight-bold">What features will be deprecated?</h4>
|
||||
<p>TBA</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: April 10/2020</p>
|
||||
@endsection
|
Loading…
Reference in New Issue