Skip to content

Commit e32e477

Browse files
committed
promo: update tagline description
1 parent 6ae5053 commit e32e477

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

website/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ const customFields = {
319319
module.exports = {
320320
title: "feature-sliced",
321321
// tagline: 'Методология для проектирования frontend проектов, нацеленная на разделение приложения согласно бизнес-логике и областям ответственности.',
322-
tagline: "Structural methodology for frontend projects",
322+
tagline: "Architectural methodology for frontend projects",
323323
url: DOMAIN,
324324
baseUrl: "/",
325325
onBrokenLinks: "throw",

website/i18n/en/code.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@
160160
"description": "DocFeedback block=Subtitle"
161161
},
162162
"features.hero.tagline": {
163-
"message": "Structural methodology for frontend projects",
164-
"description": "Structural methodology for frontend projects"
163+
"message": "Architectural methodology for frontend projects",
164+
"description": "Architectural methodology for frontend projects"
165165
},
166166
"features.hero.get_started": {
167167
"message": "Get Started",

website/i18n/ru/code.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@
160160
"description": "DocFeedback block=Subtitle"
161161
},
162162
"features.hero.tagline": {
163-
"message": "Структурная методология для фронтенд проектов",
164-
"description": "Structural methodology for frontend projects"
163+
"message": "Архитектурная методология для фронтенд проектов",
164+
"description": "Architectural methodology for frontend projects"
165165
},
166166
"features.hero.get_started": {
167167
"message": "Ознакомиться",

website/src/pages/_home/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function HomePage() {
1818
// NOTE: use siteConfig for getting config
1919
// const {siteConfig} = useDocusaurusContext();
2020
return (
21-
<Layout title="Welcome" description="Structural methodology for frontend projects">
21+
<Layout title="Welcome" description="Architectural methodology for frontend projects">
2222
<Header />
2323
<main>
2424
<Section title={translate({ id: "pages.home.features.title" })}>

0 commit comments

Comments
 (0)