Skip to content

Commit

Permalink
docs: remove useless comment (#6159)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Dec 22, 2021
1 parent f22eb95 commit fb7e98a
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions website/versioned_docs/version-2.0.0-beta.13/using-themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,27 +245,3 @@ These lifecycle methods are not essential but recommended:

- [`validateThemeConfig({themeConfig, validate})`](./api/plugin-methods/static-methods.md#validateThemeConfig)
- [`validateOptions({options, validate})`](./api/plugin-methods/static-methods.md#validateOptions)

<!--
Outline
---
High-level overview about themes:
- how to use a theme
- how to pass theme configurations
- how to swizzle components and the power of it
Related pieces
---
- [Advanced Guides – Themes](using-themes.md)
- [Lifecycle APIs](./api/lifecycle-apis.md)
References
---
- [themes RFC](https://github.com/facebook/docusaurus/issues/1438)
- [how classic template uses themes](/packages/docusaurus/templates/classic/docusaurus.config.js)
- [using plugins doc](using-plugins.md)
- [vuepress docs on themes](https://v1.vuepress.vuejs.org/theme/)
-->

0 comments on commit fb7e98a

Please sign in to comment.