| 188 | |
| 189 | |
| 190 | == Documentation == |
| 191 | |
| 192 | === API === |
| 193 | |
| 194 | WebKit external APIs are documented by each port. For examples, this is latest stable [http://webkitgtk.org/reference/webkit2gtk/stable/ API for WebKitGTK]. |
| 195 | |
| 196 | WebKit internal APIs are not really documented. If you want to know how something works it is better that you just go to the code. |
| 197 | |
| 198 | |
| 199 | === Misc === |
| 200 | |
| 201 | There is no proper WebKit tutorial available as WebKit gets updated almost every day and it is very hard to maintain any such tutorial. What we have is the tech talks, blog posts, etc written by WebKit experts. You can find a compilation of these articles here: |
| 202 | http://arunpatole.com/blog/2011/webkit-documentation/ |
| 203 | |
| 204 | webkit.org also has a [https://www.webkit.org/coding/technical-articles.html technical articles] section. |