Skip to content

Commit

Permalink
chore(global): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed May 3, 2024
1 parent a1250dc commit 8a3faab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/pages/docs/migration-guide.mdx
Expand Up @@ -19,7 +19,6 @@ import { Callout } from 'nextra/components';
- Improved and cleaner UX configurable with options.
- Exported option types and JSON schema.
- Exposed navigation structure.
- Handle events output.
- Ability to customize static text.
- Comprehensive documentation and examples repository.

Expand All @@ -31,6 +30,7 @@ import { Callout } from 'nextra/components';

## 💥 Breaking Changes

- The output file structure has changed so you may need to update any cross references into your docs from external sources.
- Setting `theme` to `"markdown"` is not required and should be removed.
- The option `indexTitle` has been removed. Please use the `"title.indexPage"` key with [`textContentMappings`](/docs/options#textcontentmappings).
- The option `allReflectionsHaveOwnDocument` has been removed (this behaviour is now the default). Please see See [`outputFileStrategy`](/docs/options#outputfilestrategy).
Expand Down
2 changes: 0 additions & 2 deletions docs/pages/docs/typedoc-usage.mdx
Expand Up @@ -4,8 +4,6 @@ import { Callout, FileTree } from 'nextra/components';

This plugin is like any other TypeDoc plugin and is fully compatible with the TypeDoc ecosystem, supporting other plugins (not specifically targetting HTML output) and the majority of TypeDoc's options.

Please refer to TypeDoc's [Configuration Options](https://typedoc.org/options/configuration/) for detailed information on how to configure options.

## Supported TypeDoc Options

### Pre-Render Options
Expand Down
8 changes: 4 additions & 4 deletions docs/theme.config.jsx
Expand Up @@ -10,17 +10,17 @@ import { PackageVersion } from './components/package-version';
export default {
logo: (
<div style={{ display: 'flex', alignItems: 'center' }}>
<div style={{ width: '36px' }}>
<div style={{ width: '26px' }}>
<FontAwesomeIcon icon={faMarkdown} size="sm" />
</div>
<div
style={{
marginLeft: '8px',
fontSize: '12px',
marginLeft: '6px',
fontSize: '13px',
fontWeight: 'bold',
}}
>
TYPEDOC-PLUGIN-MARKDOWN
typedoc-plugin-markdown
</div>
</div>
),
Expand Down

0 comments on commit 8a3faab

Please sign in to comment.