diff --git a/components/navigation/toolingItems.js b/components/navigation/toolingItems.js index d7d7254473b..7b3ecae214a 100644 --- a/components/navigation/toolingItems.js +++ b/components/navigation/toolingItems.js @@ -11,7 +11,7 @@ export default [ { href: 'https://studio.asyncapi.com/', icon: IconHub, title: 'Studio', description: 'Visually design your AsyncAPI files and event-driven architecture.', beta: true }, { href: '/tools/generator', icon: IconGenerator, title: 'Generator', description: 'Use your AsyncAPI files to generate documentation, code, anything!' }, { href: '/tools/cli', icon: TerminalIcon, title: 'CLI', description: 'Interact with AsyncAPI from the comfort of your CLI.' }, - { href: '/tools/modelina', icon: IconModelina, title: 'Modelina', description: 'Sometimes you just want to generate data models from your payload.' }, + { href: '/tools/modelina', icon: IconModelina, title: 'Modelina', description: 'Modelina is a library for generating data models based on inputs such as AsyncAPI, OpenAPI, or JSON Schema documents' }, // { href: '/react', icon: IconReact, title: 'React Component', description: 'Embed your AsyncAPI documentation in your React application.' }, { href: '/tools/github-actions', icon: IconGithubActions, title: 'Github Actions', description: 'Automate the validation and generation of documentation.' }, { href: '/tools/parsers', icon: IconParser, title: 'Parsers', description: 'Parse AsyncAPI documents right inside your tools and products.' }, diff --git a/pages/tools/modelina.js b/pages/tools/modelina.js index 157a66950ed..3db779fb723 100644 --- a/pages/tools/modelina.js +++ b/pages/tools/modelina.js @@ -189,7 +189,7 @@ export default function ModelinaPlaygroundPage() { const [error, setError] = useState(); const tryItOutRef = useRef(null); - const description = 'Sometimes you just want to generate data models for your payload.'; + const description = 'Sometimes you just want to generate data models for your payload. Modelina is a library for generating data models based on inputs such as AsyncAPI, OpenAPI, or JSON Schema documents.'; const image = '/img/social/modelina-card.jpg'; const tabs = (