Skip to content

Commit

Permalink
Create docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Oct 17, 2024
1 parent a1b1272 commit 2e828b2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
module.exports = {
title: 'VTEX SDK',
tagline: 'Documentation for VTEX SDK',
url: 'https://guibranco.github.io',
baseUrl: '/VTEX-SDK-dotnet/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'guibranco',
projectName: 'VTEX-SDK-dotnet',
themeConfig: {
navbar: {
title: 'VTEX SDK',
logo: {
alt: 'VTEX Logo',
src: 'img/logo.svg',
},
items: [
{to: 'docs/', label: 'Docs', position: 'left'},
],
},
},
};

0 comments on commit 2e828b2

Please sign in to comment.