-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c0d826
commit fdc1786
Showing
10 changed files
with
194 additions
and
385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
# Collaborate | ||
|
||
Wasmo 1.2.2 brings a new feature to collaborate inside the product. You can work together on a plugin by sharing it with collaborators. It's easy to share plugins with your entire team. | ||
|
||
1. In Wasmo, on the left, click Share plugin. | ||
2. Email can be added to two lists : the first to allow users to edit, view and share plugin, and the second, more restrictive, where users can only | ||
edit and view plugins. | ||
3. Click Update authorized people | ||
|
||
<div style={{ display: 'flex', justifyContent: 'center', width: '100%', marginTop: '2rem' }}> | ||
<img src="/wasmo/collaborate.png" width={500} style={{ borderRadius: '.5rem' }} /> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import Page from './page'; | ||
|
||
export const metadata = { | ||
title: 'Builder - UI', | ||
} | ||
|
||
export default Page; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
"use client" | ||
|
||
import Layout from '@/components/Layout'; | ||
import Page from './_page.mdx'; | ||
|
||
export default function Home() { | ||
|
||
return <Layout | ||
metadata={{ | ||
title: 'Wasmo - User Interface', | ||
href: '/builder/ui' | ||
}} | ||
previous={{ | ||
href: "/builder/plugin-structure", | ||
title: "Plugin structure" | ||
}} | ||
next={{ | ||
href: "/cli/ui", | ||
title: "User interface" | ||
}}> | ||
<Page /> | ||
</Layout> | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.