Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docusaurus): JP - update to latest #3054

Merged
merged 19 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@ Thanks for your interest in contributing to Ionic's documentation! :tada: Check
In order to run the documentation locally, install the dependencies and run the development server:

```sh
$ npm install --legacy-peer-deps
$ npm start
npm install
npm start
```

> [!NOTE]
> Certain versions of npm (5-8) and Node.js (10-16) are required to run certain scripts.

### Linting Documentation

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:
Expand Down
2 changes: 0 additions & 2 deletions docusaurus-theme-classic/.gitignore

This file was deleted.

Loading
Loading