Skip to content

Commit abfb244

Browse files
authored
Update ScalarDB description (#1419)
1 parent 23c0ac9 commit abfb244

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { getNotifications } from './src/data/notifications';
1010
/** @type {import('@docusaurus/types').Config} */
1111
const config = {
1212
title: 'ScalarDB Documentation',
13-
tagline: 'Cloud-native universal transaction manager',
13+
tagline: 'Universal hybrid transaction/analytical processing (HTAP) engine for diverse databases',
1414
favicon: 'img/favicon.ico',
1515

1616
// Set the production url of your site here
@@ -291,7 +291,7 @@ const config = {
291291
docsDir: 'docs',
292292
version: 'latest',
293293
title: 'ScalarDB Documentation',
294-
description: 'Cloud-native universal transaction manager',
294+
description: 'Universal hybrid transaction/analytical processing (HTAP) engine for diverse databases',
295295
// Content cleaning options
296296
excludeImports: true, // This configuration currently option doesn't seem to work as expected. I don't think it's a major issue, but we should upgrade the plugin when a new version is available to see if the issue is fixed.
297297
removeDuplicateHeadings: true, // This configuration currently option doesn't seem to work as expected. I don't think it's a major issue, but we should upgrade the plugin when a new version is available to see if the issue is fixed.

scripts/generate-llms-full.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async def generate_llms_full():
5353
header = textwrap.dedent("""\
5454
# ScalarDB Documentation - Full Repository Context
5555
# Generated by using GitIngest for AI/LLM consumption
56-
# Cloud-native universal transaction manager
56+
# Universal hybrid transaction/analytical processing (HTAP) engine for diverse databases
5757
# Website: https://scalardb.scalar-labs.com
5858
5959
""")

0 commit comments

Comments
 (0)