Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 583 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 583 Bytes

Boardsource Docs

Welcome to the docs repo for Boardsource. First let me say thank you for contributing or even just looking, we really do appreciate it.

we Use mdx and front matter in our docs. Front matter for the api server, mdx for rendering.

front matter fields we support:

  • title: string
  • description: string
  • author: string
  • source: url
  • product_link: url
  • subcategory: string
  • draft: bool
  • tags: array
  • banner: url
  • thumbnail: url

feel free to add anything else you like we will return it but wont be using it in our front end.