Skip to content

Commit

Permalink
Merge branch 'repo/4-11'
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Jun 7, 2023
2 parents b94cb90 + 132d70f commit 21715ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Published contents can be unpublished, switching back to being drafts again.

To unpublish content, click on the **Unpublish** button in the top right corner of the content editor.

### Bulk publish and unpublish <BetaBadge />
### Bulk publish and unpublish

Selecting multiple entries from the Content Manager's list view will display additional buttons to publish or unpublish several entries simultaneously.

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-docs",
"version": "4.10.7",
"version": "4.11.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
18 changes: 1 addition & 17 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ const sidebars = {
'dev-docs/deployment/haproxy-proxy',
'dev-docs/deployment/nginx-proxy',
'dev-docs/deployment/process-manager',

],
},

Expand Down Expand Up @@ -197,7 +196,6 @@ const sidebars = {
'dev-docs/api/plugins/server-api',
]
},

{
type: 'category',
label: '🔧 Development',
Expand Down Expand Up @@ -267,8 +265,6 @@ const sidebars = {
type:'doc',
id: 'dev-docs/integrations',
},


items: [
'dev-docs/integrations/11ty',
'dev-docs/integrations/angular',
Expand All @@ -289,8 +285,6 @@ const sidebars = {
'dev-docs/integrations/sapper',
'dev-docs/integrations/svelte',
'dev-docs/integrations/vue-js',


]
},
],
Expand All @@ -310,23 +304,13 @@ const sidebars = {
id: 'dev-docs/plugins',
},
items: [
{
type: 'doc',
label: 'Documentation',
id: 'dev-docs/plugins/documentation',
customProps: {
new: true,
},
},
'dev-docs/plugins/documentation',
'dev-docs/plugins/email',
'dev-docs/plugins/graphql',
'dev-docs/plugins/i18n',
'dev-docs/plugins/sentry',
'dev-docs/plugins/upload',
'dev-docs/plugins/users-permissions',



]
},
{
Expand Down

1 comment on commit 21715ac

@vercel
Copy link

@vercel vercel bot commented on 21715ac Jun 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-strapijs.vercel.app
documentation-git-main-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.