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 be70ed8 commit a28168d
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',

Check notice on line 2 in docs/docusaurus.config.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/docusaurus.config.js#L2

Strings must use doublequote.
tagline: 'Documentation for VTEX SDK',

Check notice on line 3 in docs/docusaurus.config.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/docusaurus.config.js#L3

Strings must use doublequote.
url: 'https://guibranco.github.io',

Check notice on line 4 in docs/docusaurus.config.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/docusaurus.config.js#L4

Strings must use doublequote.
baseUrl: '/VTEX-SDK-dotnet/',

Check notice on line 5 in docs/docusaurus.config.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/docusaurus.config.js#L5

Strings must use doublequote.
onBrokenLinks: 'throw',

Check notice on line 6 in docs/docusaurus.config.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/docusaurus.config.js#L6

Strings must use doublequote.
onBrokenMarkdownLinks: 'warn',

Check notice on line 7 in docs/docusaurus.config.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/docusaurus.config.js#L7

Strings must use doublequote.
favicon: 'img/favicon.ico',

Check notice on line 8 in docs/docusaurus.config.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/docusaurus.config.js#L8

Strings must use doublequote.
organizationName: 'guibranco',

Check notice on line 9 in docs/docusaurus.config.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/docusaurus.config.js#L9

Strings must use doublequote.
projectName: 'VTEX-SDK-dotnet',

Check notice on line 10 in docs/docusaurus.config.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/docusaurus.config.js#L10

Strings must use doublequote.
themeConfig: {
navbar: {
title: 'VTEX SDK',
logo: {
alt: 'VTEX Logo',

Check notice on line 15 in docs/docusaurus.config.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/docusaurus.config.js#L15

Strings must use doublequote.
src: 'img/logo.svg',

Check notice on line 16 in docs/docusaurus.config.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/docusaurus.config.js#L16

Strings must use doublequote.
},
items: [
{to: 'docs/', label: 'Docs', position: 'left'},

Check notice on line 19 in docs/docusaurus.config.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/docusaurus.config.js#L19

Strings must use doublequote.
],
},
},
};

0 comments on commit a28168d

Please sign in to comment.