From 01289f5dbdd426eaecfe7bb8b606ecce08011fd7 Mon Sep 17 00:00:00 2001 From: Benjamin Granados Date: Mon, 29 Apr 2024 10:39:38 +0200 Subject: [PATCH 1/2] Remove guide to not creating documentation in the landscape --- guide.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 guide.yml diff --git a/guide.yml b/guide.yml deleted file mode 100644 index c5b4005..0000000 --- a/guide.yml +++ /dev/null @@ -1,12 +0,0 @@ -categories: - - category: "Introduction" - content: | - Build more. Break less. Empower others. - subcategories: - - subcategory: "What is json schema?" - content: | - JSON Schema is a declarative language that provides a standardized way to describe and validate JSON data. It describes the content, structure, data types, and expected constraints within a JSON document, which helps ensure the consistency and integrity of JSON data in different applications . JSON Schema is important because JSON lacks the ability to communicate additional information, such as the shape of the data, which fields are missing, or what similar data is supposed to look like. This can lead to ambiguity and inconsistencies when working with JSON data, making it difficult to understand and validate. JSON Schema helps address these issues by providing a clear and standardized way to define the structure and constraints of JSON data, making it easier to work with and validate. - - - subcategory: "How to use this guide" - content: | - \ No newline at end of file From f1d03d30186c9528925e93573924c66dd6bfba1e Mon Sep 17 00:00:00 2001 From: Benjamin Granados Date: Mon, 29 Apr 2024 10:47:37 +0200 Subject: [PATCH 2/2] Remove the need of guide.yml --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 079cd79..4af4b53 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,6 @@ jobs: landscape2 build \ --data-file data.yml \ --settings-file settings.yml \ - --guide-file guide.yml \ --logos-path logos \ --output-dir build