Skip to content

Commit

Permalink
Rename to just Gutenberg Block Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Sep 12, 2023
1 parent b1c1ea2 commit 8f6a200
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion platform-docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# Getting Started

Let's discover **Gutenberg as a Platform in less than 10 minutes**.
Let's discover how to use the **Gutenberg Block Editor** to build your own block editor in less than 10 minutes**.


## What you'll need
Expand Down
4 changes: 2 additions & 2 deletions platform-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const darkCodeTheme = require( 'prism-react-renderer/themes/dracula' );

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Gutenberg as a Platform',
title: 'Gutenberg Block Editor',
tagline: 'Build block based editors, with HTML and JSON output',
favicon: 'https://s.w.org/images/wmark.png',

Expand Down Expand Up @@ -54,7 +54,7 @@ const config = {
// Replace with your project's social card
image: 'https://s.w.org/images/wmark.png',
navbar: {
title: 'Gutenberg as a Platform',
title: 'Gutenberg Block Editor',
logo: {
alt: 'Gutenberg logo',
src: 'img/logo.svg',
Expand Down
4 changes: 2 additions & 2 deletions platform-docs/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const FeatureList = [
Svg: require( '@site/static/img/undraw_docusaurus_tree.svg' ).default,
description: (
<>
Gutenberg as a platform allows you to custumize the UI of your
block editor as you wish.
Gutenberg allows you to custumize the UI of your block editor as
you wish.
</>
),
},
Expand Down
2 changes: 1 addition & 1 deletion platform-docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Home() {
return (
<Layout
title={ `Hello from ${ siteConfig.title }` }
description="Build block editors using Gutenberg as a Platform"
description="Build block editors using Gutenberg as a Framework"
>
<HomepageHeader />
<main>
Expand Down

0 comments on commit 8f6a200

Please sign in to comment.