diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-13 18:40:35 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-14 08:46:54 +0000 |
| commit | 1a8debe87762072b3a63b769aa515ebf63b4c70d (patch) | |
| tree | 33b42866307d11d2c0878b23e0ec0bb8925d3fcc /core/config.ld | |
| parent | spec base.match __tostring (diff) | |
| download | alive-1a8debe87762072b3a63b769aa515ebf63b4c70d.tar.gz alive-1a8debe87762072b3a63b769aa515ebf63b4c70d.zip | |
move into proper Lua module (`alv`)
Diffstat (limited to 'core/config.ld')
| -rw-r--r-- | core/config.ld | 16 |
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' |
