From bf7806b6f026ada12bc85110b7012b7c18b45772 Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Tue, 29 Oct 2019 05:06:35 -0400 Subject: [PATCH] fix directories --- {documentation => docs}/64nix.md | 0 {documentation => docs}/eeprom.md | 0 {documentation => docs}/extract.md | 0 {documentation => docs}/fcx.md | 0 {documentation => docs}/firmware.md | 0 {documentation => docs}/hidden.md | 0 {documentation => docs}/icx64xx.md | 0 {documentation => docs}/icx6650.md | 0 {documentation => docs}/icx7150.md | 0 {documentation => docs}/icx7250.md | 0 {documentation => docs}/index.md | 0 {documentation => docs}/jtag.md | 0 {documentation => docs}/jtag6610.md | 0 {documentation => docs}/linux.md | 0 {documentation => docs}/stack-ports.md | 0 mkdocs.yml | 12 ++++++------ 16 files changed, 6 insertions(+), 6 deletions(-) rename {documentation => docs}/64nix.md (100%) rename {documentation => docs}/eeprom.md (100%) rename {documentation => docs}/extract.md (100%) rename {documentation => docs}/fcx.md (100%) rename {documentation => docs}/firmware.md (100%) rename {documentation => docs}/hidden.md (100%) rename {documentation => docs}/icx64xx.md (100%) rename {documentation => docs}/icx6650.md (100%) rename {documentation => docs}/icx7150.md (100%) rename {documentation => docs}/icx7250.md (100%) rename {documentation => docs}/index.md (100%) rename {documentation => docs}/jtag.md (100%) rename {documentation => docs}/jtag6610.md (100%) rename {documentation => docs}/linux.md (100%) rename {documentation => docs}/stack-ports.md (100%) diff --git a/documentation/64nix.md b/docs/64nix.md similarity index 100% rename from documentation/64nix.md rename to docs/64nix.md diff --git a/documentation/eeprom.md b/docs/eeprom.md similarity index 100% rename from documentation/eeprom.md rename to docs/eeprom.md diff --git a/documentation/extract.md b/docs/extract.md similarity index 100% rename from documentation/extract.md rename to docs/extract.md diff --git a/documentation/fcx.md b/docs/fcx.md similarity index 100% rename from documentation/fcx.md rename to docs/fcx.md diff --git a/documentation/firmware.md b/docs/firmware.md similarity index 100% rename from documentation/firmware.md rename to docs/firmware.md diff --git a/documentation/hidden.md b/docs/hidden.md similarity index 100% rename from documentation/hidden.md rename to docs/hidden.md diff --git a/documentation/icx64xx.md b/docs/icx64xx.md similarity index 100% rename from documentation/icx64xx.md rename to docs/icx64xx.md diff --git a/documentation/icx6650.md b/docs/icx6650.md similarity index 100% rename from documentation/icx6650.md rename to docs/icx6650.md diff --git a/documentation/icx7150.md b/docs/icx7150.md similarity index 100% rename from documentation/icx7150.md rename to docs/icx7150.md diff --git a/documentation/icx7250.md b/docs/icx7250.md similarity index 100% rename from documentation/icx7250.md rename to docs/icx7250.md diff --git a/documentation/index.md b/docs/index.md similarity index 100% rename from documentation/index.md rename to docs/index.md diff --git a/documentation/jtag.md b/docs/jtag.md similarity index 100% rename from documentation/jtag.md rename to docs/jtag.md diff --git a/documentation/jtag6610.md b/docs/jtag6610.md similarity index 100% rename from documentation/jtag6610.md rename to docs/jtag6610.md diff --git a/documentation/linux.md b/docs/linux.md similarity index 100% rename from documentation/linux.md rename to docs/linux.md diff --git a/documentation/stack-ports.md b/docs/stack-ports.md similarity index 100% rename from documentation/stack-ports.md rename to docs/stack-ports.md diff --git a/mkdocs.yml b/mkdocs.yml index dfbd8c6..18b7b52 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,11 +16,11 @@ nav: - 'ICX7250 / ICX7450': 'icx7250.md' - 'JTAG LB6M': 'jtag.md' - 'JTAG ICX6610': 'jtag6610.md' - - 'Hidden Dev Stuff': hidden.md - - 'Accessing Linux': linux.md - - 'Extracting Firmware': firmware.md - - 'Extracting Licenses': extract.md - - 'ICX6610 Stack Ports': stack-ports.md - - 'EEPROM Unlocks': eeprom.md + - 'Hidden Dev Stuff': `hidden.md` + - 'Accessing Linux': `linux.md` + - 'Extracting Firmware': `firmware.md` + - 'Extracting Licenses': `extract.md` + - 'ICX6610 Stack Ports': `stack-ports.md` + - 'EEPROM Unlocks': `eeprom.md` - Other: - 'Multiple /64s *nix': '64nix.md'