From c0dac0c0624b0a2966ff32ef655cdb9b37a8851d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Ka=CC=88gy?= Date: Tue, 7 Jan 2025 11:39:52 +0100 Subject: [PATCH] update title --- docusaurus.config.js | 6 +++--- src/pages/index.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b9a95b5..97cf27c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -7,8 +7,8 @@ const darkCodeTheme = themes.dracula; /** @type {import('@docusaurus/types').Config} */ const config = { - title: '10up - Gutenberg Best Practices', - tagline: 'The central hub for everything Gutenberg related at 10up', + title: '10up - WP Block Editor Best Practices', + tagline: 'The central hub for everything Block Editor related at 10up', url: 'https://gutenberg.10up.com', baseUrl: '/', onBrokenLinks: 'throw', @@ -95,7 +95,7 @@ const config = { disableSwitch: true, }, navbar: { - title: 'Gutenberg Best Practices', + title: 'Block Editor Best Practices', logo: { src: 'img/10up-logo-full.svg' }, diff --git a/src/pages/index.js b/src/pages/index.js index 77e5b65..5cde7d4 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -25,8 +25,8 @@ export default function Home() { >
-

Welcome to the 10up WordPress Block Editor Best Practices!

-

Tutorials, resources, references and example code for all things WordPress Block Editor.

+

Welcome to the 10up Block Editor Best Practices!

+

Tutorials, resources, references and example code for all things Block Editor.