mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
docs(v2): refactor docs for better outline and welcoming PRs (#1641)
* docs(v2): refactor docs for better outline and welcoming PRs * docs(v2): update docs
This commit is contained in:
parent
e5e085b33d
commit
95fde5f827
31 changed files with 435 additions and 253 deletions
|
@ -3,8 +3,26 @@ id: using-themes
|
|||
title: Using Themes
|
||||
---
|
||||
|
||||
TODO: Give a high-level overview about themes and what they can be used for.
|
||||
_This section is a work in progress. [Welcoming PRs](https://github.com/facebook/docusaurus/issues/1640)._
|
||||
|
||||
#### References
|
||||
<!--
|
||||
|
||||
- https://v1.vuepress.vuejs.org/theme/
|
||||
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](api-themes.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/)
|
||||
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue