Skip to content

Commit eb42e5c

Browse files
committed
Remove the lisp image and references to it
1 parent 2777065 commit eb42e5c

File tree

8 files changed

+0
-532
lines changed

8 files changed

+0
-532
lines changed

shared/data/registry.json

-35
Original file line numberDiff line numberDiff line change
@@ -393,41 +393,6 @@
393393
]
394394
}
395395
},
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-
},
431396
"mariadb": {
432397
"description": "A manufacture-based container for MariaDB",
433398
"repo_name": "mariadb",

sites/platform/.yaml

-27
Original file line numberDiff line numberDiff line change
@@ -317,33 +317,6 @@ kafka:
317317
- '2.3'
318318
- '2.2'
319319
- '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'
347320
mariadb:
348321
description: A manufacture-based container for MariaDB
349322
repo_name: mariadb

sites/platform/src/create-apps/app-reference/single-runtime-image.md

-1
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,6 @@ The following table presents the various possible modifications to your PHP or L
12171217
| `request_terminate_timeout` | `integer` | PHP | The timeout for serving a single request after which the PHP-FPM worker process is killed. |
12181218
| `sizing_hints` | A [sizing hints definition](#sizing-hints) | PHP | The assumptions for setting the number of workers in your PHP-FPM runtime. |
12191219
| `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. |
12211220

12221221
You can also set your [app's runtime timezone](/create-apps/timezone.md).
12231222

sites/platform/src/development/templates.md

-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ View the [Java documentation](../languages/java/_index.md).
2929

3030
{{< repolist noIntro=true lang="java" >}}
3131

32-
## Lisp
33-
34-
View the [Lisp documentation](../languages/lisp.md).
35-
36-
{{< repolist noIntro=true lang="lisp" >}}
37-
3832
## Node.js
3933

4034
View the [Node.js documentation](../languages/nodejs/_index.md).

sites/platform/src/languages/lisp.md

-201
This file was deleted.

sites/upsun/.yaml

-27
Original file line numberDiff line numberDiff line change
@@ -317,33 +317,6 @@ kafka:
317317
- '2.3'
318318
- '2.2'
319319
- '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'
347320
mariadb:
348321
description: A manufacture-based container for MariaDB
349322
repo_name: mariadb

sites/upsun/src/create-apps/app-reference/single-runtime-image.md

-1
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,6 @@ The following table presents the various possible modifications to your PHP or L
13391339
| `request_terminate_timeout` | `integer` | PHP | The timeout for serving a single request after which the PHP-FPM worker process is killed. |
13401340
| `sizing_hints` | A [sizing hints definition](#sizing-hints) | PHP | The assumptions for setting the number of workers in your PHP-FPM runtime. |
13411341
| `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. |
13431342

13441343
You can also set your [app's runtime timezone](/create-apps/timezone.md).
13451344

0 commit comments

Comments
 (0)