-
-
Notifications
You must be signed in to change notification settings - Fork 639
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tools_testcases' of https://github.com/reachaadrika/web…
…site into tools_testcases
- Loading branch information
Showing
34 changed files
with
754 additions
and
238 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,50 +1,39 @@ | ||
export const features = [ | ||
{ | ||
name: "Specification", | ||
description: | ||
"Allows you to define the interfaces of asynchronous APIs and is protocol agnostic.", | ||
links: [{ label: "Documentation", href: "docs/specifications/latest", id:'whyasyncapi-spec-documentation-link' }], | ||
}, | ||
{ | ||
name: "Document APIs", | ||
description: | ||
"Use our tools to generate documentation at the build level, on a server, and on a client.", | ||
links: [ | ||
{ | ||
label: "HTML Template", | ||
href: "https://github.com/asyncapi/html-template", | ||
id:'whyasyncapi-apis-htmltemplate-link' | ||
}, | ||
{ | ||
label: "React Component", | ||
href: "https://github.com/asyncapi/asyncapi-react/", | ||
id:'whyasyncapi-apis-reactcomponents-link' | ||
}, | ||
], | ||
}, | ||
{ | ||
name: "Code Generation", | ||
description: | ||
"Generate documentation, Code (TypeScript, Java, C#, etc), and more out of your AsyncAPI files.", | ||
links: [{ label: "Generator", href: "tools/generator", id:'whyasyncapi-generation-generator-link' }, { label: "Modelina", href: "tools/modelina", id:'whyasyncapi-generation-modelina-link' }], | ||
}, | ||
{ | ||
name: "Community", | ||
description: "We're a community of great people who are passionate about AsyncAPI and event-driven architectures.", | ||
links: [ | ||
{ label: "Join our Slack", href: "https://asyncapi.com/slack-invite", id:'whyasyncapi-community-slack-link' }, | ||
], | ||
}, | ||
{ | ||
name: "Open Governance", | ||
description: | ||
"Our Open-Source project is part of Linux Foundation and works under an Open Governance model.", | ||
links: [{ label: "Read more about Open Governance", href: "blog/governance-motivation", id:'whyasyncapi-governance-more-link' }, { label: "TSC Members", href: "community/tsc", id:'whyasyncapi-governance-tsc-link' }], | ||
}, | ||
{ | ||
name: "And much more...", | ||
description: | ||
"We have many different tools and welcome you to explore our ideas and propose new ideas to AsyncAPI.", | ||
links: [{ label: "View GitHub Discussions", href: "https://github.com/asyncapi/community/discussions", id:'whyasyncapi-muchmore-github-link' }], | ||
}, | ||
]; | ||
{ | ||
id: "specification", | ||
links: [{ label: "Documentation", href: "docs/specifications/latest", id: 'whyasyncapi-spec-documentation-link' }], | ||
}, | ||
{ | ||
id: 'document-apis', | ||
links: [ | ||
{ | ||
label: "HTML Template", | ||
href: "https://github.com/asyncapi/html-template", | ||
id: 'whyasyncapi-apis-htmltemplate-link' | ||
}, | ||
{ | ||
label: "React Component", | ||
href: "https://github.com/asyncapi/asyncapi-react/", | ||
id: 'whyasyncapi-apis-reactcomponents-link' | ||
}, | ||
], | ||
}, | ||
{ | ||
id: "code-generation", | ||
links: [{ label: "Generator", href: "tools/generator", id: 'whyasyncapi-generation-generator-link' }, { label: "Modelina", href: "tools/modelina", id: 'whyasyncapi-generation-modelina-link' }], | ||
}, | ||
{ | ||
id: "community", | ||
links: [ | ||
{ label: "Join our Slack", href: "https://asyncapi.com/slack-invite", id: 'whyasyncapi-community-slack-link' }, | ||
], | ||
}, | ||
{ | ||
id: "open-governance", | ||
links: [{ label: "Read more about Open Governance", href: "blog/governance-motivation", id: 'whyasyncapi-governance-more-link' }, { label: "TSC Members", href: "community/tsc", id: 'whyasyncapi-governance-tsc-link' }], | ||
}, | ||
{ | ||
id: "much-more", | ||
links: [{ label: "View GitHub Discussions", href: "https://github.com/asyncapi/community/discussions", id: 'whyasyncapi-muchmore-github-link' }], | ||
}, | ||
]; |
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
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.