mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 11:18:24 +02:00
* More prep * rename xxx-api to api-xxx * move content around for plugins and themes * wip docs: using themes * docs(v2): tweak using plugins * docs(v2): list official themes in docs * docs(v2): advanced themes * wip notes for lifecycle apis * resolve PR review discussions * lower case "theme" * better intro for using themes * add a simple README to @docusaurus/theme-classic * remove list of components from theme classic README and replace with link to directory
23 lines
485 B
Markdown
23 lines
485 B
Markdown
---
|
||
id: api-themes
|
||
title: Themes
|
||
---
|
||
|
||
_This section is a work in progress. [Welcoming PRs](https://github.com/facebook/docusaurus/issues/1640)._
|
||
|
||
<!--
|
||
|
||
API for themes
|
||
|
||
Related pieces
|
||
---
|
||
- [Guides – Themes](using-themes.md)
|
||
- [Advanced Guides - Themes](advanced-themes.md)
|
||
|
||
References
|
||
---
|
||
- [source code on loading themes](/packages/docusaurus/src/server/themes/index.ts)
|
||
- [using plugins doc](using-plugins.md)
|
||
- [vuepress docs on themes](https://v1.vuepress.vuejs.org/theme/)
|
||
|
||
-->
|