-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support for multiple chronos docs
- Loading branch information
1 parent
5fb1df1
commit 3759613
Showing
9 changed files
with
325 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,27 @@ | ||
{ | ||
"title": "Chronos Documentation", | ||
"logoTitle": "Documentation", | ||
"logoUrl": "/logo.svg", | ||
"description": "A frontend in Vue.js for the Chronos documentation server.", | ||
"baseUrl": "http://localhost:5173", | ||
"chronosApiUrl": "http://localhost:8080/remote1", | ||
"extraLinks": [ | ||
{ | ||
"url": "https://github.com/vanilla-os/Chronos", | ||
"name": "Source Code" | ||
} | ||
] | ||
} | ||
"title": "Chronos Documentation", | ||
"logoTitle": "Documentation", | ||
"logoUrl": "/logo.svg", | ||
"description": "A frontend in Vue.js for the Chronos documentation server.", | ||
"baseUrl": "http://localhost:5173", | ||
"chronosCollections": [ | ||
{ | ||
"shortName": "docs", | ||
"title": "Docs", | ||
"url": "http://localhost:8080/documentation", | ||
"description": "Read the tecnical documentation for the Vanilla OS components and utilities." | ||
}, | ||
{ | ||
"shortName": "handbook", | ||
"title": "Handbook", | ||
"url": "http://localhost:8080/handbook", | ||
"description": "Are you a new Vanilla OS user? Read the handbook to learn how to use the OS." | ||
} | ||
], | ||
"extraLinks": [ | ||
{ | ||
"url": "https://github.com/vanilla-os/Chronos", | ||
"name": "Source Code" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.