Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add description to modelina docs #775

Merged
merged 11 commits into from
Jul 13, 2022
2 changes: 1 addition & 1 deletion pages/tools/modelina.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down