We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee5e1f commit a0b3d62Copy full SHA for a0b3d62
1 file changed
docs/src/app/content/ng-doc.api.ts
@@ -0,0 +1,21 @@
1
+import { NgDocApi } from '@ng-doc/core';
2
+
3
+export default {
4
+ title: 'API References',
5
+ route: 'references',
6
+ scopes: [
7
+ 'core',
8
+ 'cdk',
9
+ 'forms',
10
+ 'router',
11
+ 'theming',
12
+ 'theming-material',
13
+ 'endpoints',
14
+ 'config-files',
15
+ 'fire',
16
+ ].map((name) => ({
17
+ name,
18
+ route: name,
19
+ include: `packages/${name}/**/*.ts`,
20
+ })),
21
+} satisfies NgDocApi;
0 commit comments