Skip to content

Commit b6d5390

Browse files
authored
Merge pull request #7 from swan-io/DOC-1253/demo-an-improved-version-of-the-api-reference
Doc 1253/demo an improved version of the api reference
2 parents 71bae0b + 330c771 commit b6d5390

File tree

4 files changed

+600
-24
lines changed

4 files changed

+600
-24
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ module.exports = {
1515
favicon: "img/favicon.png",
1616
organizationName: "swan-io", // Usually your GitHub org/user name.
1717
projectName: "api-reference", // Usually your repo name.
18+
clientModules: [
19+
require.resolve('./src/theme/ApiRefEnhancer/index.js'),
20+
require.resolve('./src/theme/ApiRefEnhancer/cardBadgeNesting.js'),
21+
],
1822
themeConfig: {
1923
algolia: {
2024
appId: "PWGO6EETLK",

0 commit comments

Comments
 (0)