Added methodology page

This commit is contained in:
2025-04-16 18:04:34 +01:00
parent 4e340ef306
commit 86b4099c57
16 changed files with 782 additions and 51 deletions

View File

@@ -8,6 +8,7 @@ export const navigation = {
toRepository: () => {
window.location.href = "https://invenio.am-d-model.eu/";
},
toMethodology: () => goto("/methodology"),
to404: () => {
throw error(404, "Page not found");
},