Skip to content

Commit 06115bf

Browse files
committed
chore: cleanup
1 parent adf45a7 commit 06115bf

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

velora-sdk-docs/docusaurus.config.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ import type * as OpenApiPlugin from 'docusaurus-plugin-openapi-docs';
66
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
77

88
const config: Config = {
9-
title: 'My Site',
10-
tagline: 'Dinosaurs are cool',
11-
favicon: 'img/favicon.ico',
9+
title: 'Velora SDK',
10+
tagline:
11+
'The Velora SDK is a powerful tool for developers looking to integrate with the Velora platform.',
12+
favicon: 'img/favicon.svg',
1213

1314
// Set the production url of your site here
1415
url: 'https://your-docusaurus-site.example.com',
@@ -18,8 +19,8 @@ const config: Config = {
1819

1920
// GitHub pages deployment config.
2021
// If you aren't using GitHub pages, you don't need these.
21-
organizationName: 'facebook', // Usually your GitHub org/user name.
22-
projectName: 'docusaurus', // Usually your repo name.
22+
organizationName: 'Velora', // Usually your GitHub org/user name.
23+
projectName: 'SDK', // Usually your repo name.
2324

2425
onBrokenLinks: 'throw',
2526
onBrokenMarkdownLinks: 'warn',
-3.54 KB
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)