aboutsummaryrefslogtreecommitdiffstats
path: root/core/config.ld
diff options
context:
space:
mode:
Diffstat (limited to 'core/config.ld')
-rw-r--r--core/config.ld16
1 files changed, 0 insertions, 16 deletions
diff --git a/core/config.ld b/core/config.ld
deleted file mode 100644
index f00deba..0000000
--- a/core/config.ld
+++ /dev/null
@@ -1,16 +0,0 @@
-project = 'alive internals'
-title = 'developer docs'
-
-description = "`alive` developer documentation"
-full_description = [[This section documents the *implementation* of the alive
-language and copilot. It is relevant to everyone who is looking to modify,
-improve or extend alive with new modules, language or interpreter features.
-
-If you are looking for the language reference for users, head over to the
-[reference](../reference/index.html) section of the documentation.]]
-
-format = 'discount'
-style = 'docs'
-template = 'docs'
-topics={'core/extensions.md'}
-dir = 'docs/internals'