Skip to content

Commit e1b2ba2

Browse files
authored
Remove Content Source Map / Vercel Visual Editing documentation (#2003)
1 parent d64a6e8 commit e1b2ba2

File tree

5 files changed

+0
-140
lines changed

5 files changed

+0
-140
lines changed

docusaurus/docs/dev-docs/plugins/content-source-map.md

Lines changed: 0 additions & 107 deletions
This file was deleted.

docusaurus/docs/dev-docs/plugins/using-plugins.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This section is about using Strapi built-in plugins from a developer's perspecti
1616
Strapi comes with the following built-in plugins that are officially maintained and documented by the Strapi core team:
1717

1818
<CustomDocCardsWrapper>
19-
<CustomDocCard emoji="✍️" title="Content Source Map" description="The Content Source Map plugin, used with Vercel Visual Editing, enhances the content edition experience." link="/dev-docs/plugins/content-source-map" />
2019
<CustomDocCard emoji="ℹ️" title="Documentation" description="The Documentation plugin is useful to document the available endpoints once you created an API." link="/dev-docs/plugins/documentation" />
2120
<CustomDocCard emoji="✉️" title="Email" description="The Email plugin enables applications to send emails from a server or an external provider." link="/dev-docs/plugins/email"/>
2221
<CustomDocCard title="GraphQL" description="The GraphQL plugin adds a GraphQL endpoint to fetch and mutate your content." link="/dev-docs/plugins/graphql"/>

docusaurus/docs/user-docs/content-manager/writing-content.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ displayed_sidebar: userDocsSidebar
66

77
---
88

9-
import CSMPrereq from '/docs/snippets/content-source-map-requirements.md'
10-
119
# Writing content
1210

1311
In Strapi, writing content consists in filling up fields, which are meant to contain specific content (e.g. text, numbers, media, etc.). These fields were configured for the collection or single type beforehand, through the [Content-type Builder](/user-docs/content-type-builder).
@@ -46,10 +44,6 @@ To write or edit content:
4644
Filling out a [custom field](/user-docs/content-type-builder/configuring-fields-content-type.md#custom-fields) depends on the type of content handled by the field. Please refer to the dedicated documentation for each custom field hosted on the [Marketplace](https://market.strapi.io).
4745
:::
4846

49-
:::tip Preview and edit your content live on your website
50-
By installing the [Content Source Map plugin](/dev-docs/plugins/content-source-map) plugin and combining it with [Vercel's Visual Editing](https://vercel.com/docs/workflow-collaboration/visual-editing) experience, you can preview your content on the rendered website, and edit fields from there. Using this plugin requires an <EnterpriseBadge /> licence or a [Strapi Cloud](https://strapi.io/pricing-cloud) plan.
51-
:::
52-
5347
### Components
5448

5549
Components are a combination of several fields, which are grouped together in the edit view. Writing their content works exactly like for independent fields, but there are some specificities to components.
@@ -149,18 +143,3 @@ You can also use the keyboard to reorder components: focus the component using T
149143
Unlike regular fields, the order of the fields and components inside a dynamic field is important. It should correspond exactly to how end users will read/see the content.
150144
:::
151145

152-
## Editing fields from a front-end website <EnterpriseBadge />
153-
154-
<CSMPrereq />
155-
156-
Strapi's [Content Source Map plugin](/dev-docs/plugins/content-source-map) combined with [Vercel's Visual Editing](https://vercel.com/docs/workflow-collaboration/visual-editing) can offer another intuitive editing experience, where you can click on any editable content on the front-end website of a Strapi-based project to directly jump to the corresponding field in Strapi's admin panel.
157-
158-
Once the Content Source Map plugin is installed and configured (see [Developer Docs](/dev-docs/plugins/content-source-map)), you can experience Visual Editing as follows:
159-
160-
1. Visit any preview deployment website hosted on Vercel.
161-
2. Login using the Vercel Toolbar.
162-
3. When Content Source Maps are detected on the page, a pencil icon will appear in the Vercel toolbar. Clicking this icon will enable Edit Mode, highlighting all editable fields on the page in blue.
163-
4. Hover any content highlighted in blue to display an **Open in strapi.io** button.
164-
5. Click on the **Open in strapi.io** button to jump directly to the corresponding field in the admin panel and edit its content.
165-
166-
![Vercel Visual Editing in Strapi](/img/assets/content-manager/content-source-map-visual-editing.png)

docusaurus/docs/user-docs/plugins/strapi-plugins.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ The Email plugin allows users to send email from the server or from external pro
6868

6969
## Additional plugins
7070

71-
### ✍️ Content Source Map <EnterpriseBadge />
72-
73-
The Content Source Map plugin combined with Vercel's Visual Editing can offer an intuitive [editing experience](/user-docs/content-manager/writing-content#editing-fields-from-a-front-end-website-), where you can click on any editable content on the front-end website of a Strapi-based project deployed on Vercel to directly jump to the corresponding field in Strapi's admin panel.
74-
75-
There is no access to the Content Source Map plugin in the admin panel. More information on using the Content Source Map plugin is located in the [Content Manager](/user-docs/content-manager/writing-content#editing-fields-from-a-front-end-website-) documentation and in the dedicated [Developer Documentation](/dev-docs/plugins/content-source-map) for the plugin.
76-
7771
### <img width="28" src="/img/assets/plugins/Documentation-swagger.png" /> Documentation
7872

7973
The Documentation plugin automates documentation for APIs in a Strapi application using the Open API specification version 3.0.1. When the Documentation plugin is installed it is available in the admin panel, under the heading "Plugins". The Documentation plugin is available in the in-app Marketplace and the [Strapi Market](https://market.strapi.io/plugins/@strapi-plugin-documentation). The Documentation plugin enables:

docusaurus/sidebars.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -382,11 +382,6 @@ const sidebars = {
382382
label: 'Introduction',
383383
id: 'dev-docs/plugins/using-plugins'
384384
},
385-
{
386-
type: 'doc',
387-
label: 'Content Source Map',
388-
id: 'dev-docs/plugins/content-source-map',
389-
},
390385
{
391386
type: 'doc',
392387
label: 'Documentation',

0 commit comments

Comments
 (0)