File tree 8 files changed +0
-532
lines changed
create-apps/app-reference
create-apps/app-reference
8 files changed +0
-532
lines changed Original file line number Diff line number Diff line change 393
393
]
394
394
}
395
395
},
396
- "lisp" : {
397
- "description" : " " ,
398
- "id" : 1102 ,
399
- "repo_name" : " lisp" ,
400
- "disk" : false ,
401
- "docs" : {
402
- "relationship_name" : null ,
403
- "service_name" : null ,
404
- "url" : " /languages/lisp.html" ,
405
- "web" : {
406
- "commands" : {
407
- "start" : " ./example"
408
- },
409
- "locations" : {
410
- "/" : {
411
- "allow" : false ,
412
- "passthru" : true
413
- }
414
- }
415
- }
416
- },
417
- "endpoint" : null ,
418
- "min_disk_size" : null ,
419
- "name" : " Lisp" ,
420
- "runtime" : true ,
421
- "type" : " lisp" ,
422
- "versions" : {
423
- "deprecated" : [],
424
- "supported" : [
425
- " 2.1" ,
426
- " 2.0" ,
427
- " 1.5"
428
- ]
429
- }
430
- },
431
396
"mariadb" : {
432
397
"description" : " A manufacture-based container for MariaDB" ,
433
398
"repo_name" : " mariadb" ,
Original file line number Diff line number Diff line change @@ -317,33 +317,6 @@ kafka:
317
317
- ' 2.3'
318
318
- ' 2.2'
319
319
- ' 2.1'
320
- lisp :
321
- description : ' '
322
- id : 1102
323
- repo_name : lisp
324
- disk : false
325
- docs :
326
- relationship_name : null
327
- service_name : null
328
- url : /languages/lisp.html
329
- web :
330
- commands :
331
- start : ./example
332
- locations :
333
- / :
334
- allow : false
335
- passthru : true
336
- endpoint : null
337
- min_disk_size : null
338
- name : Lisp
339
- runtime : true
340
- type : lisp
341
- versions :
342
- deprecated : []
343
- supported :
344
- - ' 2.1'
345
- - ' 2.0'
346
- - ' 1.5'
347
320
mariadb :
348
321
description : A manufacture-based container for MariaDB
349
322
repo_name : mariadb
Original file line number Diff line number Diff line change @@ -1217,7 +1217,6 @@ The following table presents the various possible modifications to your PHP or L
1217
1217
| `request_terminate_timeout` | `integer` | PHP | The timeout for serving a single request after which the PHP-FPM worker process is killed. |
1218
1218
| `sizing_hints` | A [sizing hints definition](#sizing-hints) | PHP | The assumptions for setting the number of workers in your PHP-FPM runtime. |
1219
1219
| `xdebug` | An Xdebug definition | PHP | The setting to turn on [Xdebug](/languages/php/xdebug.md). |
1220
- | `quicklisp` | Distribution definitions | Lisp | [Distributions for QuickLisp](/languages/lisp.md#quicklisp-options) to use. |
1221
1220
1222
1221
You can also set your [app's runtime timezone](/create-apps/timezone.md).
1223
1222
Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ View the [Java documentation](../languages/java/_index.md).
29
29
30
30
{{< repolist noIntro=true lang="java" >}}
31
31
32
- ## Lisp
33
-
34
- View the [ Lisp documentation] ( ../languages/lisp.md ) .
35
-
36
- {{< repolist noIntro=true lang="lisp" >}}
37
-
38
32
## Node.js
39
33
40
34
View the [ Node.js documentation] ( ../languages/nodejs/_index.md ) .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -317,33 +317,6 @@ kafka:
317
317
- ' 2.3'
318
318
- ' 2.2'
319
319
- ' 2.1'
320
- lisp :
321
- description : ' '
322
- id : 1102
323
- repo_name : lisp
324
- disk : false
325
- docs :
326
- relationship_name : null
327
- service_name : null
328
- url : /languages/lisp.html
329
- web :
330
- commands :
331
- start : ./example
332
- locations :
333
- / :
334
- allow : false
335
- passthru : true
336
- endpoint : null
337
- min_disk_size : null
338
- name : Lisp
339
- runtime : true
340
- type : lisp
341
- versions :
342
- deprecated : []
343
- supported :
344
- - ' 2.1'
345
- - ' 2.0'
346
- - ' 1.5'
347
320
mariadb :
348
321
description : A manufacture-based container for MariaDB
349
322
repo_name : mariadb
Original file line number Diff line number Diff line change @@ -1339,7 +1339,6 @@ The following table presents the various possible modifications to your PHP or L
1339
1339
| `request_terminate_timeout` | `integer` | PHP | The timeout for serving a single request after which the PHP-FPM worker process is killed. |
1340
1340
| `sizing_hints` | A [sizing hints definition](#sizing-hints) | PHP | The assumptions for setting the number of workers in your PHP-FPM runtime. |
1341
1341
| `xdebug` | An Xdebug definition | PHP | The setting to turn on [Xdebug](/languages/php/xdebug.md). |
1342
- | `quicklisp` | Distribution definitions | Lisp | [Distributions for QuickLisp](/languages/lisp.md#quicklisp-options) to use. |
1343
1342
1344
1343
You can also set your [app's runtime timezone](/create-apps/timezone.md).
1345
1344
You can’t perform that action at this time.
0 commit comments