Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 789 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 789 Bytes

Library

This repository serves as a library of community-made resources (blog posts, videos, presentations, ...). The content is indexed, versioned, and searchable from vale.sh/docs.

Submitting a resource

If you'd like to submit your own resource, open a PR that adds it to the library.json file at the root of this repository.

Searching

We support a query-string syntax powered by Bleve:

  • Faceted search: date:>2021 or author:jdkato (date, title, author, text, type).
  • +foo (required have)
  • -foo (required to not have)
  • foo~2 (fuzzy)
  • "foo bar" (phrase)
  • foo bar (OR)

See the Bleve docs for more information.