How to add a page to Lucee Docs

How does one go about adding a page to lucee Docs?

A link would suffice.

check out the repo and add a file here, follow the other .md files for examples about the meta data required

i.e.

<!--
{
  "title": "AI Augmentation with Lucene",
  "id": "ai-augmentation-lucene",
  "since": "7.0",
  "categories": ["ai", "search"],
  "description": "Documentation for augmenting AI queries using Lucene search in Lucee",
  "keywords": [
    "AI",
    "LLM",
    "RAG",
    "Search",
    "Augmentation",
    "Lucene",
    "Retrieval"
  ]
}
-->

You can also run up it locally, requires Lucee 7, as per the readme