From 2cc38ef5f7f2e49fcbca6d32e24d05fb38ee9d51 Mon Sep 17 00:00:00 2001 From: Tom Nisbet Date: Mon, 15 Aug 2022 13:55:31 -0400 Subject: [PATCH] re-order docs nav menu --- docs/28C256-notes.md | 2 +- docs/extending.md | 2 +- docs/hardware.md | 2 +- docs/index.md | 4 ++-- docs/prom-families.md | 2 +- docs/software.md | 2 +- docs/troubleshooting.md | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/28C256-notes.md b/docs/28C256-notes.md index 887805d..b629d33 100644 --- a/docs/28C256-notes.md +++ b/docs/28C256-notes.md @@ -2,7 +2,7 @@ title: 28C256 and SDP description: "Troubleshooting and Programming 28C256 EEPROMs with Software Data Protection (SDP)" has_children: false -nav_order: 5 +nav_order: 60 --- # 28C EEPROMs and Software Data Protection (SDP) diff --git a/docs/extending.md b/docs/extending.md index ee03d35..60cf08e 100644 --- a/docs/extending.md +++ b/docs/extending.md @@ -2,7 +2,7 @@ title: Adding Chip Families description: "Extending TommyPROM hardware to support other EEPROM and EPROM chips" has_children: false -nav_order: 5 +nav_order: 70 --- # Extending the design to new chip families diff --git a/docs/hardware.md b/docs/hardware.md index c09b4eb..01d4f9d 100644 --- a/docs/hardware.md +++ b/docs/hardware.md @@ -2,7 +2,7 @@ title: Hardware Design description: "TommyPROM Arduino 28C256 programmer hardware design" has_children: false -nav_order: 3 +nav_order: 20 --- # Hardware Design diff --git a/docs/index.md b/docs/index.md index 501d48c..b7b363a 100755 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ title: Overview description: "TommyPROM Arduino based programmer for 28C256 EEPROMs" has_children: false -nav_order: 1 +nav_order: 10 --- # TommyPROM - An Arduino-based EEPROM programmer @@ -14,7 +14,7 @@ Boarduino models. The original code was specific to the 28C256 32Kx8 EEPROM, but it has been extended to also support SST39SF flash, 27C EPROMs, 29C flash and the Intel 8755A EPROMS. -![TommyPROM Nano Hardware](images/TommyPROM-nano-700.jpg) +![TommyPROM Nano Hardware](images/TommyPROM-nano.jpg) Features include: * Simple hardware design that can be assembled on a breadboard. diff --git a/docs/prom-families.md b/docs/prom-families.md index eefd56d..14286df 100644 --- a/docs/prom-families.md +++ b/docs/prom-families.md @@ -2,7 +2,7 @@ title: PROM Types description: "PROM types supported by TommyPROM - EPROM, EEPROM, Flash" has_children: false -nav_order: 5 +nav_order: 40 --- TommyPROM can be used to read and write several different types of PROM chips. Due to diff --git a/docs/software.md b/docs/software.md index 387cf2c..d1e4f04 100644 --- a/docs/software.md +++ b/docs/software.md @@ -2,7 +2,7 @@ title: Software Design description: "TommyPROM Arduino 28C256 programmer software design" has_children: false -nav_order: 3 +nav_order: 30 --- # Software Design diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 9f2e427..a4b5246 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -2,7 +2,7 @@ title: Troubleshooting description: "Troubleshooting TommyPROM hardware" has_children: false -nav_order: 3 +nav_order: 50 --- ## Hardware Verifier Tool