Frontend configuration:
CHRONOS_COLLECTION_1
[{"shortName": "docs", "title": "Docs", "url": "https://chronos.vanillaos.org/vos-docs", "description": "Read the technical documentation for the Vanilla OS components and utilities."}]
CHRONOS_COLLECTION_2
[{"shortName": "handbook", "title": "Handbook", "url": "https://chronos.vanillaos.org/vos-handbook", "description": "Are you a new Vanilla OS user? Read the handbook to learn how to use the OS."}]
CHRONOS_COLLECTION_3
[{"shortName": "vib", "title": "Vib", "url": "https://chronos.vanillaos.org/vos-vib", "description": "Learn how to use Vib to build your own images."}]
CHRONOS_COLLECTION_4
[{"shortName": "apx", "title": "Apx", "url": "https://chronos.vanillaos.org/vos-apx", "description": "Learn how to use Apx to work with your containers."}]Backend configuration:
{
"port": "5128",
"backgroundCacheUpdate": "true",
"gitRepos": [
{
"id": "vos-docs",
"url": "https://github.com/Vanilla-OS/documentation"
},
{
"id": "vos-handbook",
"url": "https://github.com/Vanilla-OS/handbook"
},
{
"id": "vos-vib",
"url": "https://github.com/Vanilla-OS/vib",
"rootPath": "docs/articles"
},
{
"id": "vos-apx",
"url": "https://github.com/Vanilla-OS/apx",
"rootPath": "docs/articles"
}
],
"localRepos": []
}