@docfy/ember-vite
Version:
Vite plugin for Docfy Ember integration with @embroider/vite
12 lines • 664 B
TypeScript
/**
* This plugin finds all the links starting with `/` and replaces them with
* the `DocfyLink` component. It also adds the DocfyLink component to the
* page imports metadata.
*
* For example:
* [Getting Started](/docs/getting-started) -> <DocfyLink @to="/docs/getting-started">Getting Started</DocfyLink>
* [API Reference](/docs/api#configuration) -> <DocfyLink @to="/docs/api" @anchor="configuration">API Reference</DocfyLink>
*/
declare const _default: import("@docfy/core/lib/types").Plugin<import("@docfy/core/lib/types").PluginOptions | null | undefined>;
export default _default;
//# sourceMappingURL=replace-internal-links-with-docfy-link.d.ts.map