summaryrefslogtreecommitdiff
path: root/docs/development.md
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2021-03-07 22:38:41 +0000
committerVincent Sanders <vince@kyllikki.org>2021-03-07 22:38:41 +0000
commit9a7e41d3ea966387eff8abd86198812244cd47bc (patch)
treee29de3cf24c2032bd6fd4facc3803cbd04ff6192 /docs/development.md
parent5e31f045a03753e2d65c3d65ef27d10919648eff (diff)
downloadnetsurf-9a7e41d3ea966387eff8abd86198812244cd47bc.tar.gz
netsurf-9a7e41d3ea966387eff8abd86198812244cd47bc.tar.bz2
add document outlining new frontend development
Diffstat (limited to 'docs/development.md')
-rw-r--r--docs/development.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/development.md b/docs/development.md
index 5a8d1aa86..3f08b5496 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -69,6 +69,12 @@ NetSurf [integration tests](docs/integration-testing.md) use the
monkey frontend to operate the browser as a whole. These tests open
windows, navigate to websites and render contents as a user might.
+# New frontend development
+
+[Implementing a new frotend](docs/implementing-new-frontend.md) for a
+toolkit can be challenging and this guide provides an overview and
+worked example.
+
# Documented API
The NetSurf code makes use of Doxygen for code documentation.