docs: add dataset ORM tutorial page and update navigation with GFM documentation
Add new Dataset ORM tutorial page covering CRUD operations, query operators, schema evolution, and JSON field handling. Update navigation.yaml to include the new tutorial in the tutorials section. Enhance markdown module documentation with GitHub Flavored Markdown support details including tables, task lists, and language identifier attributes for syntax highlighting. Update tutorial index page and pagination links to reflect the new tutorial order. Refactor dataset.wren module source to introduce Sql and QueryBuilder classes with soft-delete support and identifier validation.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{% set page_title = "Template Rendering" %}
|
||||
{% set breadcrumb = [{"url": "tutorials/index.html", "title": "Tutorials"}, {"title": "Template Rendering"}] %}
|
||||
{% set prev_page = {"url": "tutorials/database-app.html", "title": "Database App"} %}
|
||||
{% set prev_page = {"url": "tutorials/dataset-orm.html", "title": "Dataset ORM"} %}
|
||||
{% set next_page = {"url": "tutorials/cli-tool.html", "title": "CLI Tool"} %}
|
||||
|
||||
{% block article %}
|
||||
|
||||
Reference in New Issue
Block a user