diff --git a/apps/website/docs/getting-started.mdx b/apps/website/docs/getting-started.mdx index 90647fa4..3507ab6c 100644 --- a/apps/website/docs/getting-started.mdx +++ b/apps/website/docs/getting-started.mdx @@ -16,12 +16,7 @@ import { IllustrationSnippet } from '@site/components/IllustrationSnippet'; ## Install -:::caution -This is documentation for a yet unstable release. The API might change, be advised! -If you are looking for v1 documentation, [jump here](https://github.com/formidable-webview/webshell/tree/dev/1.x#readme). -::: - - + ## How does it work? @@ -29,8 +24,8 @@ If you are looking for v1 documentation, [jump here](https://github.com/formidab creates augmented components. This component (from now on, we'll call that *a shell component*), is very similar to the underlying it is decorating, but will have additional props and eventually, behave slightly differently, depending on the injected Web features passed to . -Hence, these features form an abstraction layer over 's , -thus the “shell” in . This layer makes it very easy to implement bidirectional communication patterns between Web and Native. +Moreover, these features form an abstraction layer over 's , +thus the “shell” in . This layer makes it very easy to implement bidirectional communication flows between Web and Native. ## What is a (Web) Feature? diff --git a/apps/website/docusaurus.config.js b/apps/website/docusaurus.config.js index 806013de..4f1075e1 100644 --- a/apps/website/docusaurus.config.js +++ b/apps/website/docusaurus.config.js @@ -25,11 +25,9 @@ module.exports = { disableSwitch: false, respectPrefersColorScheme: true, announcementBar: { - id: '__disclaimer__', + id: 'supportus', content: - '⚠ This documentation is for the yet unstable V2 of @formidable-webview/webshell. Disclaimer: it is a work in progress!', - backgroundColor: '#ffba00', - textColor: 'black', + '⭐️ If you like webshell, give it a star on GitHub! ⭐️', isCloseable: true }, prism: {