Rearranged documentation

This commit is contained in:
2026-05-16 12:40:05 +02:00
parent 46db50956a
commit e8acb62f6b
2 changed files with 28 additions and 14 deletions
+27
View File
@@ -0,0 +1,27 @@
#lang scribble/manual
@(require racket/runtime-path
scribble/core
)
@title{@elem{racket-webview}}
@table-of-contents[]
@include-section["racket-webview-intro.scrbl"]
@include-section["wv-context.scrbl"]
@include-section["wv-settings.scrbl"]
@include-section["wv-window.scrbl"]
@include-section["menu.scrbl"]
@include-section["wv-dialog.scrbl"]
@include-section["wv-element.scrbl"]
@include-section["wv-input.scrbl"]
@include-section["racket-webview.scrbl"]
@include-section["racket-webview-qt.scrbl"]
@include-section["rgba.scrbl"]
@include-section["mimetypes.scrbl"]
@include-section["rktwebview-api.scrbl"]
@include-section["rktwebviewqt-internals.scrbl"]
@index-section[]