Skip to content

Commit

Permalink
site: add packages/readme to git
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Mar 22, 2021
1 parent c881e6e commit 57ee185
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ docs/contributing.md
docs/license.md
docs/.vuepress/components/Contributors/
docs/packages/*
!docs/packages/.gitkeep
!docs/packages/README.md
Empty file removed docs/packages/.gitkeep
Empty file.
9 changes: 9 additions & 0 deletions docs/packages/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Related packages

There are several packages that can be used to extend ajv functionality:

- [ajv-formats](./ajv-formats.md) - formats defined in JSON Schema specification
- [ajv-keywords](./ajv-keywords) - additional validation keywords (select, typeof, etc.)
- [ajv-errors](./ajv-errors.md) - defining error messages in the schema
- [ajv-i18n](./ajv-i18n) - internationalised error messages
- [ajv-cli](./ajv-cli.md) - command line interface

0 comments on commit 57ee185

Please sign in to comment.