Skip to content

Commit

Permalink
docs: Updates for v2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Apr 6, 2022
1 parent e7596dd commit b4764da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ contact_links:
about: Please ask and answer questions here.
- name: Documentation (v1)
url: https://eemeli.org/yaml/v1
about: Documentation for yaml@latest
about: Documentation for yaml@1
- name: Documentation (v2)
url: https://eemeli.org/yaml/
about: Documentation for yaml@next
about: Documentation for yaml@2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For more information, see the project's documentation site: [**eemeli.org/yaml**
To install:

```sh
npm install --save-exact yaml@next
npm install yaml
```

**Note:** These docs are for `yaml@2`. For v1, see the [v1.10.0 tag](https://github.com/eemeli/yaml/tree/v1.10.0) for the source and [eemeli.org/yaml/v1](https://eemeli.org/yaml/v1/) for the documentation.
Expand Down
4 changes: 2 additions & 2 deletions docs/01_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
> To install:
```sh
npm install --save-exact yaml@next
npm install yaml
# or
yarn add --exact yaml@next
yarn add yaml
```

> To use:
Expand Down

0 comments on commit b4764da

Please sign in to comment.