Skip to content

Commit 9e67d57

Browse files
authored
chore(docusaurus): JP - update to latest (#3054)
1 parent cacaed9 commit 9e67d57

File tree

50 files changed

+4770
-27331
lines changed

Some content is hidden

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

50 files changed

+4770
-27331
lines changed

CONTRIBUTING.md

+2-5
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

-2
This file was deleted.

0 commit comments

Comments
 (0)