mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 08:27:03 +02:00
20 lines
446 B
Markdown
20 lines
446 B
Markdown
---
|
|
sidebar_position: 2
|
|
id: theme-classic
|
|
title: '📦 theme-classic'
|
|
slug: '/api/themes/@docusaurus/theme-classic'
|
|
---
|
|
|
|
The classic theme for Docusaurus.
|
|
|
|
You can refer to the [theme configuration page](theme-configuration.md) for more details on the configuration.
|
|
|
|
```bash npm2yarn
|
|
npm install --save @docusaurus/theme-classic
|
|
```
|
|
|
|
:::tip
|
|
|
|
If you have installed `@docusaurus/preset-classic`, you don't need to install it as a dependency.
|
|
|
|
:::
|