summaryrefslogtreecommitdiff
path: root/docs/meson.build
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2023-03-17 05:04:34 -0400
committerJan-Michael Brummer <jan.brummer@tabos.org>2023-03-27 16:31:58 +0200
commit98187d7567e333b4b0f8fbb199b39bb5eb096dda (patch)
tree6dc66616da3e775b7a2d52cb06a42ea465df3e12 /docs/meson.build
parentcbf54f9f938323c1695a19a8cb81f82342008e5b (diff)
downloadlibproxy-git-98187d7567e333b4b0f8fbb199b39bb5eb096dda.tar.gz
Add architecture documentation (#85)
Fixes: https://github.com/janbrummer/libproxy2/issues/34 Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 09263c5..3aac92a 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -1,6 +1,7 @@
if get_option('docs')
expand_content_md_files = [
+ 'architecture.md',
'configuration-logic.md',
'perl.md',
'python.md',