diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-08 17:23:31 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-08 17:43:11 +0000 |
| commit | 75c662e7b01e4f85fbe3e500158239bc244f8112 (patch) | |
| tree | b3e236bbbf852ef61573d29086bb773402842830 /core/config.ld | |
| parent | more changes for ldoc (diff) | |
| download | alive-75c662e7b01e4f85fbe3e500158239bc244f8112.tar.gz alive-75c662e7b01e4f85fbe3e500158239bc244f8112.zip | |
add internals docs
Diffstat (limited to 'core/config.ld')
| -rw-r--r-- | core/config.ld | 17 |
1 files changed, 14 insertions, 3 deletions
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' |
