From 71dfa49ade1806e2572f867c3658eede0e1f0a1a Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Mon, 8 May 2017 11:05:47 -0500 Subject: [PATCH] Add page titles This also renames the 'Docs' entry to 'Specification' better matching the page content. --- _includes/header.html | 2 +- documentation.md | 4 +--- example1.md | 4 +--- example2.md | 4 +--- examples.md | 4 +--- 5 files changed, 5 insertions(+), 13 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index aea5ba3f..02b46fbd 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -19,7 +19,7 @@
- Docs + Specification Examples Software {% for path in page_paths %} diff --git a/documentation.md b/documentation.md index 26beca65..6319601c 100644 --- a/documentation.md +++ b/documentation.md @@ -1,10 +1,8 @@ --- layout: page +title: Specification --- -Specification -------------- - The latest Internet-Drafts at the IETF are the draft-wright-json-schema\*-01 documents, which correspond to the draft-06 meta-schemas. These were published on 2017-04-15. (Due to a change in authorship the I-D numbering was reset with the previous draft). The specification is split into three parts, Core, Validation, and Hyper-Schema: |--------------------------------------------------------------|-------------------------------------------------| diff --git a/example1.md b/example1.md index 429b991e..9c2451e3 100644 --- a/example1.md +++ b/example1.md @@ -1,10 +1,8 @@ --- layout: page +title: Building a product schema --- -Example data ------------- - Let's pretend we're interacting with a JSON based product catalog. This catalog has a product which has an *id*, a *name*, a *price*, and an optional set of *tags*. ### Example JSON data for a product API diff --git a/example2.md b/example2.md index be42c5f8..d0b1efa1 100644 --- a/example2.md +++ b/example2.md @@ -1,10 +1,8 @@ --- layout: page +title: Building a mount point schema --- -Purpose -------- - This example shows a possible JSON representation of a hypothetical machine's mount points as represented in an `/etc/fstab` file. An entry in the fstab file can have many different forms. Here is a possible representation of a full fstab: diff --git a/examples.md b/examples.md index 633e45fe..45a353f9 100644 --- a/examples.md +++ b/examples.md @@ -1,10 +1,8 @@ --- layout: page +title: Examples --- -Basic example -------------- - Here is a basic example of a JSON Schema: ```json