MrPowers commented on PR #434: URL: https://github.com/apache/sedona-db/pull/434#issuecomment-3643682854
@paleolimbot - here's how I was able to replicate: * [download quarto here](https://quarto.org/docs/get-started/) * Run `quarto render` in `docs/references/functions` * Run `mkdocs build` in the project root * Run `mkdocs serve` to see the new site This page shows the nice output that you've screenshot: http://127.0.0.1:8000/sedonadb/reference/functions/st_buffer/ This page is unchanged: http://127.0.0.1:8000/sedonadb/reference/sql/#st_buffer I guess we can just add `docs/reference/functions/st_buffer.qmd` files for each function and we can build some really beautiful docs pages. Can we use `sedonadb/reference/functions/**sql**/st_buffer/` instead of `sedonadb/reference/functions/st_buffer/`? The direction of this PR definitely looks promising. I'm assuming you have a good reason for writing Lua code 🤓 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
