From b49b3e1f50060c55882bc2049f1b3922fff33e9e Mon Sep 17 00:00:00 2001
From: Husseinat Etti-Balogun
Date: Tue, 22 Oct 2024 23:05:18 +0900
Subject: [PATCH] removed unused files and folders
---
Gemfile.lock | 54 ++--
_data/docs_nav.yml | 37 ---
_data/primary_nav.yml | 15 -
_data/themes.yml | 4 -
_includes/header.html | 8 -
_includes/sitelinks.html | 55 ----
_layouts/docs-default.html | 74 -----
_site/about/index.html | 3 +-
_site/assets/css/custom.css | 350 ---------------------
_site/assets/css/style.css | 354 ---------------------
_site/assets/css/style.css.map | 2 +-
_site/assets/sass/docs-layout.scss | 482 -----------------------------
_site/index.html | 415 ++++++++++++++++---------
_site/showcase/index.html | 3 +-
_site/webinars/index.html | 3 +-
assets/css/custom.css | 350 ---------------------
assets/css/style.scss | 5 -
17 files changed, 299 insertions(+), 1915 deletions(-)
delete mode 100644 _data/docs_nav.yml
delete mode 100644 _data/primary_nav.yml
delete mode 100644 _data/themes.yml
delete mode 100644 _includes/header.html
delete mode 100644 _includes/sitelinks.html
delete mode 100644 _layouts/docs-default.html
delete mode 100644 _site/assets/css/custom.css
delete mode 100644 _site/assets/sass/docs-layout.scss
delete mode 100644 assets/css/custom.css
delete mode 100644 assets/css/style.scss
diff --git a/Gemfile.lock b/Gemfile.lock
index e71e84a..59c22e3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -15,22 +15,22 @@ GEM
ffi (1.17.0-x64-mingw-ucrt)
ffi (1.17.0-x86_64-darwin)
forwardable-extended (2.6.0)
- google-protobuf (4.27.3)
+ google-protobuf (4.28.2)
bigdecimal
rake (>= 13)
- google-protobuf (4.27.3-arm64-darwin)
+ google-protobuf (4.28.2-arm64-darwin)
bigdecimal
rake (>= 13)
- google-protobuf (4.27.3-x64-mingw-ucrt)
+ google-protobuf (4.28.2-x64-mingw-ucrt)
bigdecimal
rake (>= 13)
- google-protobuf (4.27.3-x86_64-darwin)
+ google-protobuf (4.28.2-x86_64-darwin)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
- i18n (1.14.5)
+ i18n (1.14.6)
concurrent-ruby (~> 1.0)
- jekyll (4.3.3)
+ jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@@ -73,32 +73,30 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
- rexml (3.3.6)
- strscan
- rouge (4.3.0)
+ rexml (3.3.8)
+ rouge (4.4.0)
safe_yaml (1.0.5)
- sass-embedded (1.77.8)
- google-protobuf (~> 4.26)
+ sass-embedded (1.80.3)
+ google-protobuf (~> 4.28)
rake (>= 13)
- sass-embedded (1.77.8-aarch64-mingw-ucrt)
- google-protobuf (~> 4.26)
- sass-embedded (1.77.8-arm64-darwin)
- google-protobuf (~> 4.26)
- sass-embedded (1.77.8-x64-mingw-ucrt)
- google-protobuf (~> 4.26)
- sass-embedded (1.77.8-x86-cygwin)
- google-protobuf (~> 4.26)
- sass-embedded (1.77.8-x86-mingw-ucrt)
- google-protobuf (~> 4.26)
- sass-embedded (1.77.8-x86_64-cygwin)
- google-protobuf (~> 4.26)
- sass-embedded (1.77.8-x86_64-darwin)
- google-protobuf (~> 4.26)
- strscan (3.1.0)
+ sass-embedded (1.80.3-aarch64-mingw-ucrt)
+ google-protobuf (~> 4.28)
+ sass-embedded (1.80.3-arm64-darwin)
+ google-protobuf (~> 4.28)
+ sass-embedded (1.80.3-x64-mingw-ucrt)
+ google-protobuf (~> 4.28)
+ sass-embedded (1.80.3-x86-cygwin)
+ google-protobuf (~> 4.28)
+ sass-embedded (1.80.3-x86-mingw-ucrt)
+ google-protobuf (~> 4.28)
+ sass-embedded (1.80.3-x86_64-cygwin)
+ google-protobuf (~> 4.28)
+ sass-embedded (1.80.3-x86_64-darwin)
+ google-protobuf (~> 4.28)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
- unicode-display_width (2.5.0)
- webrick (1.8.1)
+ unicode-display_width (2.6.0)
+ webrick (1.8.2)
PLATFORMS
aarch64-mingw-ucrt
diff --git a/_data/docs_nav.yml b/_data/docs_nav.yml
deleted file mode 100644
index d3ba180..0000000
--- a/_data/docs_nav.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-- title: Getting Started
- docs:
- - link: /docs/
- - link: /docs/installation/
- - link: /docs/ruby-101/
- - link: /docs/community/
- - link: /docs/step-by-step/01-setup/
-- title: Build
- docs:
- - link: /docs/usage/
- - link: /docs/configuration/
- - link: /docs/rendering-process/
-- title: Content
- docs:
- - link: /docs/pages/
- - link: /docs/posts/
- - link: /docs/front-matter/
- - link: /docs/collections/
- - link: /docs/datafiles/
- - link: /docs/assets/
- - link: /docs/static-files/
-- title: Site Structure
- docs:
- - link: /docs/structure/
- - link: /docs/liquid/
- - link: /docs/variables/
- - link: /docs/includes/
- - link: /docs/layouts/
- - link: /docs/permalinks/
- - link: /docs/themes/
- - link: /docs/pagination/
-- title: Guides
- docs:
- - link: /docs/plugins/
- - link: /docs/migrations/
- - link: /docs/upgrading/
- - link: /docs/deployment/
\ No newline at end of file
diff --git a/_data/primary_nav.yml b/_data/primary_nav.yml
deleted file mode 100644
index c6e8352..0000000
--- a/_data/primary_nav.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-- title: Home
- link: /
- show_on_mobile: true
-- title: Docs
- link: /docs/
- show_on_mobile: true
-- title: About
- link: /about/
- show_on_mobile: true
-- title: Showcase
- link: /showcase/
- show_on_mobile: true
-- title: Webinars
- link: /webinars/
- show_on_mobile: true
\ No newline at end of file
diff --git a/_data/themes.yml b/_data/themes.yml
deleted file mode 100644
index 2916941..0000000
--- a/_data/themes.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-- name: jekyll-theme-minimal
- url: ./
-- name: just-the-docs
- url: ./docs
\ No newline at end of file
diff --git a/_includes/header.html b/_includes/header.html
deleted file mode 100644
index 3da9bd4..0000000
--- a/_includes/header.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- {% include navigation.html currentRequest=currentRequest %}
-
-
-
- {% include footer.html %}
- {% include scripts.html %}
-
-
-