Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.03 KB

frontmatter.mdx

File metadata and controls

42 lines (31 loc) · 1.03 KB

import Image from 'next/image'; import { Cards } from 'nextra/components'; import pjson from '../../../packages/typedoc-plugin-frontmatter/package.json'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faGithub } from '@fortawesome/free-brands-svg-icons';

typedoc-plugin-frontmatter

Features

  • Apply global frontmatter variables to all pages.
  • Configure specific pages with comment tags.

Installation

npm install typedoc-plugin-frontmatter@next --save-dev

Usage

{
  "plugin": ["typedoc-plugin-markdown", "typedoc-plugin-frontmatter"]
}

Please see the option guide for available configuration.

Examples

} arrow={true} href="https://github.com/tgreyuk/typedoc-plugin-markdown-examples/tree/main/examples/08-frontmatter-example#readme" target="_blank" />