From 8345cd3554abd7e00081611522f0b3341847f882 Mon Sep 17 00:00:00 2001 From: Benjamin Granados Date: Tue, 25 Jun 2024 00:23:51 +0200 Subject: [PATCH] adding better messaging --- components/GettingStarted.tsx | 58 ++++++++++--------- .../index.page.tsx | 8 ++- .../next-steps.md | 12 ++++ 3 files changed, 51 insertions(+), 27 deletions(-) create mode 100644 pages/learn/getting-started-step-by-step/next-steps.md diff --git a/components/GettingStarted.tsx b/components/GettingStarted.tsx index 624d707f6..2a4725aab 100644 --- a/components/GettingStarted.tsx +++ b/components/GettingStarted.tsx @@ -102,19 +102,22 @@ const GettingStarted = () => { <>
-

JSON Schema

- +

JSON Schema

+
+ + +
@@ -152,19 +155,22 @@ const GettingStarted = () => {
-

JSON Instance

- +

JSON Instance

+
+ + +
{newTitle} + ); diff --git a/pages/learn/getting-started-step-by-step/next-steps.md b/pages/learn/getting-started-step-by-step/next-steps.md new file mode 100644 index 000000000..a986de19d --- /dev/null +++ b/pages/learn/getting-started-step-by-step/next-steps.md @@ -0,0 +1,12 @@ +--- +title: Getting Started Next Steps +section: docs +--- + +## What Next? + +Now that you know how to create a JSON Schema and use it to validate JSON data, we'd invite you to continue your JSON Schema journey: +* Learn more about JSON Schema by visiting the [reference documentation](../understanding-json-schema). +* Explore the details of the current version of the Spec [2020-12](https://json-schema.org/specification). + +If you already know how to create JSON Schemas and you are looking for different JSON Schema use cases like schema generation, code generation, documentation, UI generation or JSON Schema processing or conversion, please visit [Tools](https://json-schema.org/implementations) and explore the amazing tooling available in the JSON Schema Ecosystem. \ No newline at end of file