Skip to content

Commit 9b92a11

Browse files
authored
Merge pull request #62 from aku1310/other-examples
[Docs] Updated Examples Section
2 parents 42e9071 + 816a102 commit 9b92a11

File tree

3 files changed

+456
-126
lines changed

3 files changed

+456
-126
lines changed

pages/learn/file-system.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ section: docs
33
title: Modeling a file system with JSON Schema
44
---
55

6+
In this step-by-step guide you will learn how to design a JSON Schema that mirrors the structure of an `/etc/fstab` file.
7+
8+
This guide is divided into the following sections:
9+
610
* [Introduction](#introduction)
711
* [Creating the `fstab` schema](#fstab-schema)
812
* [Starting the `entry` schema](#entry-schema)

0 commit comments

Comments
 (0)