Skip to content

Commit

Permalink
fix: add outdir to all tsconfig (#1372)
Browse files Browse the repository at this point in the history
* fix: add outdir to all tsconfig

* chore: generated file

* fix: exclude tests from build

* fix: size limit at ui pkg

* fix: size limit at sdk pkg

* fix: docusaurus build
  • Loading branch information
emersonlaurentino authored Jun 17, 2022
1 parent 7f42ea9 commit 8f847d9
Show file tree
Hide file tree
Showing 9 changed files with 522 additions and 1,377 deletions.
24 changes: 12 additions & 12 deletions apps/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
tagline: 'Documentation Portal',
url: 'https://faststore.dev',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'vtex', // Usually your GitHub org/user name.
Expand Down Expand Up @@ -199,17 +199,17 @@ module.exports = {
},
},
],
[
'redocusaurus',
{
specs: [
{
spec: 'docs/openapi/headlesscms.yaml',
routePath: '/vtex-headless-cms-api',
},
],
},
],
// [
// 'redocusaurus',
// {
// specs: [
// {
// spec: 'docs/openapi/headlesscms.yaml',
// routePath: '/vtex-headless-cms-api',
// },
// ],
// },
// ],
],
plugins: [
'docusaurus-tailwindcss-loader',
Expand Down
Loading

1 comment on commit 8f847d9

@vercel
Copy link

@vercel vercel bot commented on 8f847d9 Jun 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.