08295e5290
* feat: version docs and add stream_member_list_controller docs * feat: add member list and grid doc * exported extensions on ui package * feat: add first version of v5 migration guide * docs: grammar fixes and other v5 release details * docs: add additional v5 migration info * update WrapAttachmentWidget doc * add back v4 migration guide * docs(doc): add customize_attachment_picker_modal.mdx guide. (#1343) Signed-off-by: xsahil03x <xdsahil@gmail.com> Signed-off-by: xsahil03x <xdsahil@gmail.com> * update link for attachment picker guide * update share_plus Signed-off-by: xsahil03x <xdsahil@gmail.com> Co-authored-by: Gordon Hayes <pggordonhayes@gmail.com> Co-authored-by: Sahil Kumar <xdsahil@gmail.com>
24 lines
564 B
JavaScript
24 lines
564 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
[
|
|
'@docusaurus/plugin-content-docs',
|
|
{
|
|
lastVersion: 'current',
|
|
versions: {
|
|
current: {
|
|
label: 'v5'
|
|
},
|
|
'3.x.x': {
|
|
label: 'v3',
|
|
path: 'v3'
|
|
},
|
|
'4.x.x': {
|
|
label: 'v4',
|
|
path: 'v4'
|
|
}
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|