From d91dab73fec84ecbe31dec696165944d40aa2c13 Mon Sep 17 00:00:00 2001 From: Rob Fuller Date: Thu, 26 Dec 2013 13:11:27 -0500 Subject: [PATCH] move mobile under tech to save nav space --- 2besorted/bash.md | 3 --- navigation.md | 8 ++++++++ {mobile => tech/mobile}/android.md | 0 {mobile => tech/mobile}/ios.md | 0 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 2besorted/bash.md rename {mobile => tech/mobile}/android.md (100%) rename {mobile => tech/mobile}/ios.md (100%) diff --git a/2besorted/bash.md b/2besorted/bash.md deleted file mode 100644 index 1033b81..0000000 --- a/2besorted/bash.md +++ /dev/null @@ -1,3 +0,0 @@ -# Place Holder - -Content coming. Feel free to submit ;-) diff --git a/navigation.md b/navigation.md index 6e2c769..11bca20 100644 --- a/navigation.md +++ b/navigation.md @@ -33,6 +33,7 @@ [Technologies]() + * [Mobile](tech/mobile/index.md) * [Mainframes](tech/mainframes/index.md) * [Embedded OSs](tech/embedded/index.md) * [Web Languages](tech/web/languages.md) @@ -41,6 +42,13 @@ * [Network Services](tech/services/index.md) * [Databases](tech/db/index.md) +[Binaries]() + + * [Windows](bins/windows/index.md) + * [Linux](bins/linux/index.md) + * [OSX](bins/osx/index.md) + * [Universal](bins/multi/index.md) + [Scripting]() * [Python](scripting/python.md) diff --git a/mobile/android.md b/tech/mobile/android.md similarity index 100% rename from mobile/android.md rename to tech/mobile/android.md diff --git a/mobile/ios.md b/tech/mobile/ios.md similarity index 100% rename from mobile/ios.md rename to tech/mobile/ios.md