Add Python general component that may not have a logo to display (#4746)
This commit is contained in:
parent
fac4ddc9e8
commit
8872909bba
|
|
@ -372,6 +372,11 @@ Nginx:
|
|||
id: 6000
|
||||
languages: Lua
|
||||
|
||||
# [7000, 8000) are reserved for Python components
|
||||
Python:
|
||||
id: 7000
|
||||
languages: Python
|
||||
|
||||
# Component Server mapping defines the server display names of some components
|
||||
# e.g.
|
||||
# Jedis is a client library in Java for Redis server
|
||||
|
|
|
|||
Loading…
Reference in New Issue