docusaurus/packages/docusaurus-theme-classic
Tiago Ribeiro fb07bd871c
feat(v2): add pt-PT translations for docusaurus-theme-classic (#4536)
* Added a JSON file with the portuguese (Portugal) translations

* Changed the file according to linting

* Add a new line at the end of the file

* Changes because of prettier, there was a whitespace at the end of a line
2021-03-30 10:47:21 +02:00
..
codeTranslations feat(v2): add pt-PT translations for docusaurus-theme-classic (#4536) 2021-03-30 10:47:21 +02:00
src chore: rename v2.docusaurus.io urls after domain switch + redirect + cleanups (#4490) 2021-03-22 20:57:49 +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 fix(v2): i18n fixes (#4466) 2021-03-19 14:23:31 +01:00
README.md
tsconfig.json
update-code-translations.js fix(v2): i18n fixes (#4466) 2021-03-19 14:23:31 +01:00
update-code-translations.test.js fix(v2): i18n fixes (#4466) 2021-03-19 14:23:31 +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