From 686f8600b7e7ca97b1bf7298db2ed91d7397217c Mon Sep 17 00:00:00 2001 From: Orest Ivasiv Date: Thu, 28 Sep 2023 01:39:56 +0200 Subject: [PATCH] pages relocation --- docs/wiki/{languages => }/Go/Cookbook/map.md | 0 docs/wiki/{languages => }/Go/Cookbook/slice.md | 0 docs/wiki/{languages => }/Go/Cookbook/string.md | 0 docs/wiki/{languages => }/Go/libraries/cobra.md | 0 docs/wiki/{languages => }/Go/libraries/viper.md | 0 docs/wiki/{languages => }/Go/videos/adv-testing-conf-2017.md | 0 docs/wiki/languages/Java/frameworks/.pages | 3 --- docs/wiki/languages/Python/libraries/.pages | 3 --- docs/wiki/languages/Python/libraries/index.md | 4 ---- docs/wiki/misc/.pages | 1 + .../Java/frameworks/index.md => misc/java-frameworks.md} | 0 docs/wiki/{languages/index.md => misc/prog-lang-ranking.md} | 0 .../Go/Cookbook/ds_alg.md => misc/time-complexities.md} | 2 +- 13 files changed, 2 insertions(+), 11 deletions(-) rename docs/wiki/{languages => }/Go/Cookbook/map.md (100%) rename docs/wiki/{languages => }/Go/Cookbook/slice.md (100%) rename docs/wiki/{languages => }/Go/Cookbook/string.md (100%) rename docs/wiki/{languages => }/Go/libraries/cobra.md (100%) rename docs/wiki/{languages => }/Go/libraries/viper.md (100%) rename docs/wiki/{languages => }/Go/videos/adv-testing-conf-2017.md (100%) delete mode 100644 docs/wiki/languages/Java/frameworks/.pages delete mode 100644 docs/wiki/languages/Python/libraries/.pages delete mode 100644 docs/wiki/languages/Python/libraries/index.md rename docs/wiki/{languages/Java/frameworks/index.md => misc/java-frameworks.md} (100%) rename docs/wiki/{languages/index.md => misc/prog-lang-ranking.md} (100%) rename docs/wiki/{languages/Go/Cookbook/ds_alg.md => misc/time-complexities.md} (99%) diff --git a/docs/wiki/languages/Go/Cookbook/map.md b/docs/wiki/Go/Cookbook/map.md similarity index 100% rename from docs/wiki/languages/Go/Cookbook/map.md rename to docs/wiki/Go/Cookbook/map.md diff --git a/docs/wiki/languages/Go/Cookbook/slice.md b/docs/wiki/Go/Cookbook/slice.md similarity index 100% rename from docs/wiki/languages/Go/Cookbook/slice.md rename to docs/wiki/Go/Cookbook/slice.md diff --git a/docs/wiki/languages/Go/Cookbook/string.md b/docs/wiki/Go/Cookbook/string.md similarity index 100% rename from docs/wiki/languages/Go/Cookbook/string.md rename to docs/wiki/Go/Cookbook/string.md diff --git a/docs/wiki/languages/Go/libraries/cobra.md b/docs/wiki/Go/libraries/cobra.md similarity index 100% rename from docs/wiki/languages/Go/libraries/cobra.md rename to docs/wiki/Go/libraries/cobra.md diff --git a/docs/wiki/languages/Go/libraries/viper.md b/docs/wiki/Go/libraries/viper.md similarity index 100% rename from docs/wiki/languages/Go/libraries/viper.md rename to docs/wiki/Go/libraries/viper.md diff --git a/docs/wiki/languages/Go/videos/adv-testing-conf-2017.md b/docs/wiki/Go/videos/adv-testing-conf-2017.md similarity index 100% rename from docs/wiki/languages/Go/videos/adv-testing-conf-2017.md rename to docs/wiki/Go/videos/adv-testing-conf-2017.md diff --git a/docs/wiki/languages/Java/frameworks/.pages b/docs/wiki/languages/Java/frameworks/.pages deleted file mode 100644 index 110b4eb..0000000 --- a/docs/wiki/languages/Java/frameworks/.pages +++ /dev/null @@ -1,3 +0,0 @@ -order: desc -sort_type: natural -collapse: true diff --git a/docs/wiki/languages/Python/libraries/.pages b/docs/wiki/languages/Python/libraries/.pages deleted file mode 100644 index 110b4eb..0000000 --- a/docs/wiki/languages/Python/libraries/.pages +++ /dev/null @@ -1,3 +0,0 @@ -order: desc -sort_type: natural -collapse: true diff --git a/docs/wiki/languages/Python/libraries/index.md b/docs/wiki/languages/Python/libraries/index.md deleted file mode 100644 index 7ea9282..0000000 --- a/docs/wiki/languages/Python/libraries/index.md +++ /dev/null @@ -1,4 +0,0 @@ -# Libraries - -- [Textualize/rich](https://github.com/Textualize/rich) is a Python library for rich text and beautiful formatting in the terminal. - diff --git a/docs/wiki/misc/.pages b/docs/wiki/misc/.pages index f6ac29a..d82bfdd 100644 --- a/docs/wiki/misc/.pages +++ b/docs/wiki/misc/.pages @@ -1,6 +1,7 @@ order: asc sort_type: natural nav: + - Programming Language Ranking: prog-lang-ranking.md - My Tools: tools.md - Worth Reading: worth-reading.md - ... diff --git a/docs/wiki/languages/Java/frameworks/index.md b/docs/wiki/misc/java-frameworks.md similarity index 100% rename from docs/wiki/languages/Java/frameworks/index.md rename to docs/wiki/misc/java-frameworks.md diff --git a/docs/wiki/languages/index.md b/docs/wiki/misc/prog-lang-ranking.md similarity index 100% rename from docs/wiki/languages/index.md rename to docs/wiki/misc/prog-lang-ranking.md diff --git a/docs/wiki/languages/Go/Cookbook/ds_alg.md b/docs/wiki/misc/time-complexities.md similarity index 99% rename from docs/wiki/languages/Go/Cookbook/ds_alg.md rename to docs/wiki/misc/time-complexities.md index 7d356ca..b06bd9d 100644 --- a/docs/wiki/languages/Go/Cookbook/ds_alg.md +++ b/docs/wiki/misc/time-complexities.md @@ -1,4 +1,4 @@ -# Data Structures and Algorithms +# Time Complexities ## Examples Related to Time Complexities