From d9eb7ae29d95539d43387f60ede741b714fa2135 Mon Sep 17 00:00:00 2001 From: Tom Nisbet Date: Mon, 29 Jun 2020 19:18:15 -0400 Subject: [PATCH] Add page descriptions to front matter --- docs/28C256-notes.md | 1 + docs/extending.md | 1 + docs/hardware.md | 1 + docs/index.md | 1 + docs/software.md | 1 + docs/troubleshooting.md | 1 + 6 files changed, 6 insertions(+) diff --git a/docs/28C256-notes.md b/docs/28C256-notes.md index f7bc726..cd00c06 100644 --- a/docs/28C256-notes.md +++ b/docs/28C256-notes.md @@ -1,5 +1,6 @@ --- title: 28C256 Notes +description: "Troubleshooting and Programming 28C256 EEPROMs and Software Data Protection" has_children: false nav_order: 5 --- diff --git a/docs/extending.md b/docs/extending.md index 61740ac..295dc4f 100644 --- a/docs/extending.md +++ b/docs/extending.md @@ -1,5 +1,6 @@ --- title: Adding Chip Families +description: "Extending TommyPROM hardware to support other EEPROM and EPROM chips" has_children: false nav_order: 5 --- diff --git a/docs/hardware.md b/docs/hardware.md index da53bd0..6fe7459 100644 --- a/docs/hardware.md +++ b/docs/hardware.md @@ -1,5 +1,6 @@ --- title: Hardware Design +description: "TommyPROM Arduino 28C256 programmer hardware design" has_children: false nav_order: 3 --- diff --git a/docs/index.md b/docs/index.md index 978ca05..ff18746 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,6 @@ --- title: Overview +description: "TommyPROM Arduino based programmer for 28C256 EEPROMs" has_children: false nav_order: 1 --- diff --git a/docs/software.md b/docs/software.md index 72f811f..08a20eb 100644 --- a/docs/software.md +++ b/docs/software.md @@ -1,5 +1,6 @@ --- title: Software Design +description: "TommyPROM Arduino 28C256 programmer software design" has_children: false nav_order: 3 --- diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index cc202a4..ff0b674 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -1,5 +1,6 @@ --- title: Troubleshooting +description: "Troubleshooting TommyPROM hardware" has_children: false nav_order: 3 ---