File tree Expand file tree Collapse file tree 3 files changed +29
-5
lines changed
Expand file tree Collapse file tree 3 files changed +29
-5
lines changed Original file line number Diff line number Diff 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
88const 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' ,
You can’t perform that action at this time.
0 commit comments