Skip to content

Commit 473f2dc

Browse files
authored
chore(docusaurus): update to latest (#3014)
1 parent 23bc2fa commit 473f2dc

File tree

49 files changed

+5715
-37161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+5715
-37161
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,10 @@ Thanks for your interest in contributing to Ionic's documentation! :tada: Check
2727
In order to run the documentation locally, install the dependencies and run the development server:
2828

2929
```sh
30-
$ npm install --legacy-peer-deps
31-
$ npm start
30+
npm install
31+
npm start
3232
```
3333

34-
> [!NOTE]
35-
> Certain versions of npm (5-8) and Node.js (10-16) are required to run certain scripts.
36-
3734
### Linting Documentation
3835

3936
This repository uses [Prettier](https://prettier.io/), an opinionated code formatter, in order to keep consistent formatting throughout the documentation. Run the following command to automatically fix all formatting, and then push any changes:

docusaurus-theme-classic/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)