-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev: seperation of concerns for JSON components
Signed-off-by: Vinyl-Davyl <okononfuadavid@gmail.com>
- Loading branch information
1 parent
bd13c68
commit 522b01c
Showing
2 changed files
with
75 additions
and
67 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
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 |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"sections": [ | ||
{ | ||
"title": "ABOUT", | ||
"links": [ | ||
{ "title": "About the AP", "href": "https://accordproject.org/about/" }, | ||
{ | ||
"title": "FAQ", | ||
"href": "https://accordproject.org/frequently-asked-questions/" | ||
}, | ||
{ | ||
"title": "White Paper", | ||
"href": "https://accordproject.org/whitepaper-2024/" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "COMMUNITY", | ||
"links": [ | ||
{ | ||
"title": "Contribute", | ||
"href": "https://accordproject.org/contribute/" | ||
}, | ||
{ | ||
"title": "Tech WG", | ||
"href": "https://accordproject.org/working-groups/technology/" | ||
}, | ||
{ | ||
"title": "Join Discord", | ||
"href": "https://discord.com/invite/Zm99SKhhtA", | ||
"external": true | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "PROJECTS", | ||
"links": [ | ||
{ | ||
"title": "Concerto", | ||
"href": "https://accordproject.org/projects/concerto/" | ||
}, | ||
{ | ||
"title": "VS Code Extension", | ||
"href": "https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension" | ||
}, | ||
{ | ||
"title": "Markdown Transform", | ||
"href": "https://github.com/accordproject/markdown-transform" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "RESOURCES", | ||
"links": [ | ||
{ | ||
"title": "Template Library", | ||
"href": "https://templates.accordproject.org/" | ||
}, | ||
{ | ||
"title": "Model Repository", | ||
"href": "https://models.accordproject.org/" | ||
}, | ||
{ "title": "Videos", "href": "https://vimeo.com/accordproject" }, | ||
{ | ||
"title": "GitHub", | ||
"href": "https://github.com/accordproject" | ||
}, | ||
{ "title": "Documentation", "href": "https://docs.accordproject.org/" } | ||
] | ||
} | ||
] | ||
} |