Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { getNotifications } from './src/data/notifications';
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'ScalarDB Documentation',
tagline: 'Cloud-native universal transaction manager',
tagline: 'Universal hybrid transaction/analytical processing (HTAP) engine for diverse databases',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down Expand Up @@ -291,7 +291,7 @@ const config = {
docsDir: 'docs',
version: 'latest',
title: 'ScalarDB Documentation',
description: 'Cloud-native universal transaction manager',
description: 'Universal hybrid transaction/analytical processing (HTAP) engine for diverse databases',
// Content cleaning options
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.
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.
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-llms-full.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def generate_llms_full():
header = textwrap.dedent("""\
# ScalarDB Documentation - Full Repository Context
# Generated by using GitIngest for AI/LLM consumption
# Cloud-native universal transaction manager
# Universal hybrid transaction/analytical processing (HTAP) engine for diverse databases
# Website: https://scalardb.scalar-labs.com

""")
Expand Down