File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11import { defineConfig } from 'vitepress' ;
2+ import typedocSidebar from '../api/typedoc-sidebar.json' ;
23
34export default defineConfig ( {
45 title : 'B2C CLI' ,
@@ -48,6 +49,7 @@ export default defineConfig({
4849 text : 'API Reference' ,
4950 items : [ { text : 'Overview' , link : '/api/' } ] ,
5051 } ,
52+ ...typedocSidebar ,
5153 ] ,
5254 } ,
5355
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://typedoc.org/schema.json" ,
3- "entryPoints" : [" ./packages/b2c-tooling/src/index.ts" ],
3+ "entryPoints" : [
4+ " ./packages/b2c-tooling/src/auth/index.ts" ,
5+ " ./packages/b2c-tooling/src/instance/index.ts" ,
6+ " ./packages/b2c-tooling/src/platform/index.ts" ,
7+ " ./packages/b2c-tooling/src/operations/code/index.ts" ,
8+ " ./packages/b2c-tooling/src/operations/jobs/index.ts" ,
9+ " ./packages/b2c-tooling/src/operations/sites/index.ts" ,
10+ " ./packages/b2c-tooling/src/i18n/index.ts" ,
11+ " ./packages/b2c-tooling/src/logger.ts"
12+ ],
413 "out" : " ./docs/api" ,
514 "plugin" : [" typedoc-plugin-markdown" , " typedoc-vitepress-theme" ],
615 "tsconfig" : " ./packages/b2c-tooling/tsconfig.json" ,
1019 "excludeInternal" : true ,
1120 "hideGenerator" : true ,
1221 "githubPages" : false ,
13- "entryPointStrategy" : " expand " ,
14- "outputFileStrategy " : " modules " ,
22+ "entryPointStrategy" : " resolve " ,
23+ "docsRoot " : " ./docs " ,
1524 "navigation" : {
1625 "includeCategories" : true ,
1726 "includeGroups" : true
You can’t perform that action at this time.
0 commit comments