mirror of
https://github.com/clearml/clearml-server
synced 2025-02-01 03:16:44 +00:00
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
# Order of featured projects, by name or ID
|
|
featured {
|
|
order: [
|
|
# {id: "<project-id>"}
|
|
# OR
|
|
# {name: "<project-name>"}
|
|
# OR
|
|
# {name_regex: "<python-regex>"}
|
|
]
|
|
|
|
# default featured index for public projects not specified in the order
|
|
public_default: 9999
|
|
} |