UNPKG

@docfy/ember-vite

Version:

Vite plugin for Docfy Ember integration with @embroider/vite

8 lines 417 B
import type { PageContent } from '@docfy/core/lib/types'; import type { EnhancedPageContent } from '../types.js'; /** * Enhanced page processing that extracts GJS metadata from markdown content * This plugin processes the page and structures data for GJS template generation */ export declare function enhancePageMetadata(page: PageContent): EnhancedPageContent; //# sourceMappingURL=enhance-page-metadata.d.ts.map