Skip to content

Commit

Permalink
feat: use @docusaurus/faster and openapi-docs canary
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Nov 26, 2024
1 parent f17bca4 commit 92226f8
Show file tree
Hide file tree
Showing 4 changed files with 915 additions and 150 deletions.
7 changes: 7 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ module.exports = {
organizationName: 'apify',
projectName: 'apify-docs',
scripts: ['/js/custom.js'],
future: {
experimental_faster: true,
},
headTags: [
{
tagName: 'link',
Expand Down Expand Up @@ -203,6 +206,10 @@ module.exports = {
},
loader: 'babel-loader',
},
{
test: /apify-docs\/examples\//i,
type: 'asset/source',
},
],
},
};
Expand Down
Loading

0 comments on commit 92226f8

Please sign in to comment.