@qualcomm-ui/mdx-vite 2.8.0 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,9 @@
1
+ import type { KnowledgePageData } from "@qualcomm-ui/mdx-common";
1
2
  import type { WebUiKnowledgeConfig } from "./types";
2
3
  /**
3
4
  * Generates knowledge documentation from MDX files.
4
- * This is the main entry point that maintains backwards compatibility.
5
+ * Returns an array of pages that were generated.
5
6
  */
6
- export declare function generate(config: WebUiKnowledgeConfig): Promise<void>;
7
+ export declare function generate(config: WebUiKnowledgeConfig): Promise<KnowledgePageData[]>;
7
8
  export declare function addGenerateKnowledgeCommand(): void;
8
9
  //# sourceMappingURL=generate-knowledge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"generate-knowledge.d.ts","sourceRoot":"","sources":["../../src/open-web-ui-knowledge/generate-knowledge.ts"],"names":[],"mappings":"AAyCA,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,SAAS,CAAA;AA8kCjD;;;GAGG;AACH,wBAAsB,QAAQ,CAAC,MAAM,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC,CAG1E;AAED,wBAAgB,2BAA2B,SA8B1C"}
1
+ {"version":3,"file":"generate-knowledge.d.ts","sourceRoot":"","sources":["../../src/open-web-ui-knowledge/generate-knowledge.ts"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAA;AAgB9D,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,SAAS,CAAA;AA2sCjD;;;GAGG;AACH,wBAAsB,QAAQ,CAC5B,MAAM,EAAE,oBAAoB,GAC3B,OAAO,CAAC,iBAAiB,EAAE,CAAC,CAG9B;AAED,wBAAgB,2BAA2B,SA8B1C"}