From 75c662e7b01e4f85fbe3e500158239bc244f8112 Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 8 Mar 2020 18:23:31 +0100 Subject: add internals docs --- core/config.ld | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'core/config.ld') diff --git a/core/config.ld b/core/config.ld index 1c07337..176db90 100644 --- a/core/config.ld +++ b/core/config.ld @@ -1,4 +1,15 @@ -project = 'alive copilot' -title = 'alive copilot reference' +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' -dir = 'docs/copilot' +style = 'docs' +template = 'docs' +dir = 'docs/internals' -- cgit v1.2.3