Skip to content

Commit

Permalink
chore(global): updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed May 1, 2024
1 parent 451e81b commit 88cf618
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
title: 'Documentation',
},
plugins: {
title: 'Child Plugins',
title: 'Utils & Themes',
type: 'page',
},
'api-docs': {
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/plugins/docusaurus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import { faBolt } from '@fortawesome/free-solid-svg-icons';

This plugin integrates TypeDoc into the Docusaurus lifecycle and generates static TypeDoc pages in Markdown.

It is a Docusaurus plugin (not a TypeDoc plugin) and is designed to work within the Docusaurus lifecycle.

## Features

- Presets relevant options of typedoc-plugin-markdown.
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/plugins/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from 'next/image';
import { faFileLines, faBook } from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';

# Child Plugins
# Utils & Themes

Listed here are plugins that can be used with **typedoc-plugin-markdown** to enhance the documentation experience.

Expand Down

0 comments on commit 88cf618

Please sign in to comment.