[Webkit-unassigned] [Bug 244887] New: [GTK] Documentation should have a tutorial on how to write a minimal browser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 7 06:36:14 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=244887

            Bug ID: 244887
           Summary: [GTK] Documentation should have a tutorial on how to
                    write a minimal browser
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

Now that we use gi-docgen (bug #226662) it should be quite easy to
add Markdown files that will be included as part of the generated
documentation, as part of a section titled “Additional Documentation”.
Those Markdown files could be in Source/WebKit/gtk/docs/, for example,
and then they need to be referenced from the [extra] section of the
TOML file with the gi-docgen configuration:

  https://gnome.pages.gitlab.gnome.org/gi-docgen/project-configuration.html#the-extra-section

For example, the GTK documentation has a “Getting Started with GTK”
document:

 - Source: https://gitlab.gnome.org/GNOME/gtk/-/blob/main/docs/reference/gtk/getting_started.md
 - Result: https://docs.gtk.org/gtk4/getting_started.html

It would be great to have something similar which could explain how
to use WebKitGTK to write a simple browser.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220907/8c748af0/attachment-0001.htm>


More information about the webkit-unassigned mailing list