Open michaelborn opened 4 years ago
There are a few big downsides of using JSON:
Consider switching to markdown format, with YAML Front Matter to store structured data (e.g. title and description) along with each code snippet:
title
description
PS. As a simple example, the Lucee documentation uses this exact format:
https://github.com/lucee/lucee-docs/edit/master/docs/04.guides/02.installing-lucee/02.windows/chapter.md
Obviously, this would need to be paired with a significant update to the site to support markdown instead of JSON:
cbmarkdown
There are a few big downsides of using JSON:
Consider switching to markdown format, with YAML Front Matter to store structured data (e.g.
title
anddescription
) along with each code snippet:PS. As a simple example, the Lucee documentation uses this exact format:
https://github.com/lucee/lucee-docs/edit/master/docs/04.guides/02.installing-lucee/02.windows/chapter.md