Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 5f19e70

Browse files
committed
Fix desc
1 parent 3f2ede0 commit 5f19e70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/intro/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: /
66
import DocsCard from '../../src/components/global/DocsCard';
77
import DocsCards from '../../src/components/global/DocsCards';
88

9-
Contember is an open-source platform that empowers developers to quickly build and manage data-driven web applications.
9+
Contember is an open source platform that empowers developers to quickly build and manage data-driven web applications.
1010

1111
## What is Contember
1212

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path')
44
/** @type {import('@docusaurus/types').Config} */
55
const config = {
66
title: 'Contember',
7-
tagline: 'Contember is an open-source platform for frontend developers to build and run bespoke backends with ease.',
7+
tagline: 'Contember is an open source platform that empowers developers to quickly build and manage data-driven web applications.',
88
url: 'https://docs.contember.com',
99
baseUrl: '/',
1010
favicon: 'img/favicon.png',
@@ -92,7 +92,7 @@ const config = {
9292
},
9393
{
9494
name: 'twitter:description',
95-
content: 'Contember is an open-source platform for frontend developers to build and run bespoke backends with ease.',
95+
content: 'Contember is an open source platform that empowers developers to quickly build and manage data-driven web applications.',
9696
},
9797
{
9898
name: 'twitter:image',

0 commit comments

Comments
 (0)