From f7316d9d6a471c98d80f1f2e675d230d94dfc517 Mon Sep 17 00:00:00 2001 From: Danny Salman Date: Wed, 16 Nov 2022 23:08:21 -0500 Subject: [PATCH] clean up --- .gitignore | 2 +- content/_index.md | 9 ------- data/docs-versions.yml | 60 ------------------------------------------ 3 files changed, 1 insertion(+), 70 deletions(-) delete mode 100644 content/_index.md delete mode 100644 data/docs-versions.yml diff --git a/.gitignore b/.gitignore index 70b918a..714bfac 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,6 @@ content/reference/pkg/*/ src/styles/constants.less build -# OS generated files +# OS generated files .DS_Store .DS_Store? diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index 683e342..0000000 --- a/content/_index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title : "libp2p Documentation Portal" -description: "libp2p is a modular system of protocols, specifications and libraries that enable the development of peer-to-peer network applications." -lead: "libp2p is a modular system of protocols, specifications and libraries that enable the development of peer-to-peer network applications." -date: 2020-10-06T08:47:36+00:00 -lastmod: 2020-10-06T08:47:36+00:00 -draft: false -images: [] ---- diff --git a/data/docs-versions.yml b/data/docs-versions.yml deleted file mode 100644 index 8e7e5dd..0000000 --- a/data/docs-versions.yml +++ /dev/null @@ -1,60 +0,0 @@ -# - group: v1.x -# baseurl: "https://getbootstrap.com" -# description: "Every minor and patch release from v1 is listed below." -# versions: -# - v: "1.0.0" -# - v: "1.1.0" -# - v: "1.1.1" -# - v: "1.2.0" -# - v: "1.3.0" -# - v: "1.4.0" -# -# - group: v2.x -# baseurl: "https://getbootstrap.com" -# description: "Every minor and patch release from v2 is listed below." -# versions: -# - v: "2.0.0" -# - v: "2.0.1" -# - v: "2.0.2" -# - v: "2.0.3" -# - v: "2.0.4" -# - v: "2.1.0" -# - v: "2.1.1" -# - v: "2.2.0" -# - v: "2.2.1" -# - v: "2.2.2" -# - v: "2.3.0" -# - v: "2.3.1" -# - v: "2.3.2" -# -# - group: v3.x -# baseurl: "https://getbootstrap.com/docs" -# description: "Every minor and patch release from v3 is listed below. Last update was v3.4.1." -# versions: -# - v: "3.3" -# - v: "3.4" -# -# - group: v4.x -# baseurl: "https://getbootstrap.com/docs" -# description: "Our previous major release with its minor releases. Last update was v4.6.0." -# versions: -# - v: "4.0" -# - v: "4.1" -# - v: "4.2" -# - v: "4.3" -# - v: "4.4" -# - v: "4.5" -# - v: "4.6" - -- group: v0.x - baseurl: "/docs" - description: "Current major release. Last update was v0.2.0." - versions: - - v: "0.1" - - v: "0.2" - -- group: v1.x - baseurl: "/docs" - description: "Every minor and patch release from v1 is listed below. Last update was v1.0.0." - versions: - - v: "1.0"