Add project registry refresh foundation
This commit is contained in:
52
config/project-registry.json
Normal file
52
config/project-registry.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"projects": [
|
||||
{
|
||||
"id": "atocore",
|
||||
"aliases": ["ato core"],
|
||||
"description": "AtoCore platform docs and trusted project materials.",
|
||||
"ingest_roots": [
|
||||
{
|
||||
"source": "drive",
|
||||
"subpath": "atocore",
|
||||
"label": "AtoCore drive docs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "p04-gigabit",
|
||||
"aliases": ["p04", "gigabit", "gigaBIT"],
|
||||
"description": "Curated staged docs for the P04 GigaBIT project.",
|
||||
"ingest_roots": [
|
||||
{
|
||||
"source": "vault",
|
||||
"subpath": "incoming/projects/p04-gigabit",
|
||||
"label": "P04 staged project docs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "p05-interferometer",
|
||||
"aliases": ["p05", "interferometer"],
|
||||
"description": "Curated staged docs for the P05 interferometer project.",
|
||||
"ingest_roots": [
|
||||
{
|
||||
"source": "vault",
|
||||
"subpath": "incoming/projects/p05-interferometer",
|
||||
"label": "P05 staged project docs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "p06-polisher",
|
||||
"aliases": ["p06", "polisher"],
|
||||
"description": "Curated staged docs for the P06 polisher project.",
|
||||
"ingest_roots": [
|
||||
{
|
||||
"source": "vault",
|
||||
"subpath": "incoming/projects/p06-polisher",
|
||||
"label": "P06 staged project docs"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user