From 1a8debe87762072b3a63b769aa515ebf63b4c70d Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 13 Apr 2020 20:40:35 +0200 Subject: move into proper Lua module (`alv`) --- core/config.ld | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 core/config.ld (limited to 'core/config.ld') 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' -- cgit v1.2.3