mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 11:18:24 +02:00
* docs(v2): proofread docs for alpha.20 * docs(v2): update creating pages doc * docs(v2): further updates to creating pages doc * chore(v2): update CHANGELOG
28 lines
667 B
Markdown
28 lines
667 B
Markdown
---
|
||
id: using-themes
|
||
title: Using Themes
|
||
---
|
||
|
||
_This section is a work in progress. [Welcoming PRs](https://github.com/facebook/docusaurus/issues/1640)._
|
||
|
||
<!--
|
||
|
||
Outline
|
||
---
|
||
High-level overview about themes:
|
||
- how they are used
|
||
- how to shadow components and the power of it
|
||
|
||
Related pieces
|
||
---
|
||
- [Advanced Guide – Themes](advanced-themes.md)
|
||
- [API - Themes](themes-api.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/)
|
||
|
||
-->
|