Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion CONTRIBUTING-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To stay updated with news about the JSON Schema project and its documentation, e

- `#community-announcements`: Events and updates related to the JSON Schema project.

- `#anouncements`: Important announcement from the JSON Schema organization.
- `#announcements`: Important announcements from the JSON Schema organization.

- `#stack-overflow`: Stack overflow questions tagged with JSON Schema.

Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All types of contributions are encouraged and valued. See the [Table of Contents

If you don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation:
- Star the project on Github
- Post on X or Linkedin about JSON Schema `#jsonschema
- Post on X or Linkedin about JSON Schema `#jsonschema`

## Table of Contents

Expand Down Expand Up @@ -47,13 +47,13 @@ Please use our issues templates that provide hints on what information we need t

### 🛠️ Add a new Implementation

To add a new implementation, please open a PR, adding the details of your implementation to `\pages\implementations\main.md` file. We also invite you to join the discussion in `#implementers` channel in our [Slack workspace](https://json-schema.org/slack).
To add a new implementation, please open a PR, adding the details of your implementation to `pages/implementations/main.md` file. We also invite you to join the discussion in `#implementers` channel in our [Slack workspace](https://json-schema.org/slack).

### ✍️ Publish a blog post

Before publishing your first blog post, please ensure you are familiar with our [blog guidelines](https://github.com/json-schema-org/community/blob/main/docs/blog-guidelines.md).

To publish a blog post, please open a PR, adding your post in Markdown format into the `\pages\blog\posts` folder using any existing posts as reference e.g.: [json-schema-in-5-minutes.md](https://github.com/json-schema-org/website/blob/main/pages/blog/posts/json-schema-in-5-minutes.md?plain=1). Remember to add all the images into the `\public\img` folder.
To publish a blog post, please open a PR, adding your post in Markdown format into the `pages/blog/posts` folder using any existing posts as reference e.g.: [json-schema-in-5-minutes.md](https://github.com/json-schema-org/website/blob/main/pages/blog/posts/json-schema-in-5-minutes.md?plain=1). Remember to add all the images into the `public/img` folder.

### 📈 Publish a Case Study

Expand Down Expand Up @@ -119,7 +119,7 @@ Contributors to our Docs or our Blog can have a look at the [custom markdown sty

## Triage

Please check the [triage process](https://github.com/json-schema-org/.github/blob/main/TRIAGE.md) to learn how we review and label incoming issues .
Please check the [triage process](https://github.com/json-schema-org/.github/blob/main/TRIAGE.md) to learn how we review and label incoming issues.

## Feedback

Expand Down
10 changes: 5 additions & 5 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,27 +220,27 @@ We use ESLint for linting and Prettier for code formatting. This section will gu

### Formatting

you can check code formatting using the following command:
You can check code formatting using the following command:

```
yarn run format:check
```

you can format the code using the following command:
You can format the code using the following command:

```
yarn run format:fix
```

### Linting

you can check linting issues using the following command:
You can check linting issues using the following command:

```
yarn run lint
```

you can fix linting issues using the following command:
You can fix linting issues using the following command:

```
yarn run lint:fix
Expand Down Expand Up @@ -285,4 +285,4 @@ After cloning repository to your local, perform the following steps from the roo
make run
```

Now you're running JSON Schema website in a development mode. Container is mapped with your local copy of the website. Whenever you make changes to the code, the website will refresh and changes visible in `http://localhost:3000`.
Now you're running JSON Schema website in a development mode. Container is mapped with your local copy of the website. Whenever you make changes to the code, the website will refresh and changes will be visible in `http://localhost:3000`.
2 changes: 1 addition & 1 deletion pages/blog/posts/hyperborea.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ $defs:

Note that the `allRequired` is a custom keyword made available by
`ajv-keywords`, and to use it we have to amend our call to
`ajv validate` in the the taskfile:
`ajv validate` in the taskfile:

```yaml
# file: Taskfile.yml
Expand Down
2 changes: 1 addition & 1 deletion pages/specification-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Starting with what had been called "Draft 8" while it was being written, meta-sc

### Table of All Versions of Everything

For links to the somewhat more readably formatted versions on this web site, and for links to the various meta-schemas and other supplemental documents, see the the following sections.
For links to the somewhat more readably formatted versions on this web site, and for links to the various meta-schemas and other supplemental documents, see the following sections.

<table>
<tbody>
Expand Down
Loading