docusaurus/packages/docusaurus-theme-classic
Alexey Pyltsyn 788b4a76d8
feat(v2): auto focus to tab if it is outside viewport (#4209)
* Simplify solution

* fix typo

Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-03-04 17:46:36 +01:00
..
codeTranslations fix(v2): search page results localization (#4339) 2021-03-03 18:10:20 +01:00
src feat(v2): auto focus to tab if it is outside viewport (#4209) 2021-03-04 17:46:36 +01:00
babel.config.js feat(v2): core v2 i18n support + Docusaurus site Crowdin integration (#3325) 2020-11-26 12:16:46 +01:00
package.json feat(v2): Add Interpolate / interpolate APIs + complete theme translations (#4295) 2021-02-26 13:19:51 +01:00
README.md
tsconfig.json feat(v2): Support swizzling TypeScript components (#2671) 2020-06-25 16:07:30 +02:00
update-code-translations.js fix(v2): fix bad theme pluralization rules for some labels (#4304) 2021-03-03 17:05:21 +01:00

Docusaurus Theme Classic

The classic theme for Docusaurus.

Installation

Add docusaurus/theme-classic to your package:

npm i @docusaurus/theme-classic
# or
yarn add @docusaurus/theme-classic

Modify your docusaurus.config.js:

module.exports = {
  ...
+ themes: ['@docusaurus/theme-classic'],
  ...
}

Swizzling components

$ npm swizzle @docusaurus/theme-classic [component name]

All components used by this theme can be found here