From 6e1550c45ebd5cc8d111c0f3856c08dc77961e8e Mon Sep 17 00:00:00 2001 From: Joannes Madu <134279516+joannesmadu@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:30:35 +0100 Subject: [PATCH] Links bug fix/brid 98 (#9) * directory cleanup * directory cleanup * directory cleanup * directory cleanup * directory cleanup * directory cleanup * sidebar URL polish * sidebar URL polish * sidebar URL polish * sidebar URL polish * sidebar URL polish * sidebar URL polish * sidebar URL polish * sidebar URL relative links restored * sidebar URL relative links amend * sidebar URL - config.yml amend * sidebar URL - config.yml amend * sidebar URL - base URL * sidebar URL - base URL x relative path amend * sidebar URL - base URL x relative path amend * sidebar URL relative path amend * sidebar URL relative path amend * ruby security consolidation * sidebar live links final * image relative links * home nav * relative links across pages * relative links across pages * gitignore * gitignore * relative link best practices --------- Co-authored-by: Joannes Madu --- .gitignore | 3 +- Gemfile.lock | 106 --------------------- _layouts/default.html | 43 +++++---- corporate_perspective/best_practices.md | 8 +- index.md | 4 +- mlops_big_picture/mlops_summary.md | 7 +- mlops_big_picture/requirements_research.md | 16 ++-- mlops_big_picture/serving.md | 14 +-- mlops_big_picture/team_arch.md | 3 +- mlops_big_picture/versioning.md | 3 +- 10 files changed, 54 insertions(+), 153 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 314373b..48754b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ */.DS_Store .DS_Store _site/ -_site/* \ No newline at end of file +_site/* +Gemfile.lock \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index a752938..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,106 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) - bigdecimal (3.1.8) - colorator (1.1.0) - concurrent-ruby (1.3.4) - diff-lcs (1.5.1) - em-websocket (0.5.3) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0) - eventmachine (1.2.7) - ffi (1.17.0-arm64-darwin) - forwardable-extended (2.6.0) - google-protobuf (4.28.0-arm64-darwin) - bigdecimal - rake (>= 13) - http_parser.rb (0.8.0) - i18n (1.14.5) - concurrent-ruby (~> 1.0) - jekyll (4.3.3) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 1.0) - jekyll-sass-converter (>= 2.0, < 4.0) - jekyll-watch (~> 2.0) - kramdown (~> 2.3, >= 2.3.1) - kramdown-parser-gfm (~> 1.0) - liquid (~> 4.0) - mercenary (>= 0.3.6, < 0.5) - pathutil (~> 0.9) - rouge (>= 3.0, < 5.0) - safe_yaml (~> 1.0) - terminal-table (>= 1.8, < 4.0) - webrick (~> 1.7) - jekyll-remote-theme (0.4.3) - addressable (~> 2.0) - jekyll (>= 3.5, < 5.0) - jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0) - rubyzip (>= 1.3.0, < 3.0) - jekyll-sass-converter (3.0.0) - sass-embedded (~> 1.54) - jekyll-seo-tag (2.8.0) - jekyll (>= 3.8, < 5.0) - jekyll-watch (2.2.1) - listen (~> 3.0) - kramdown (2.4.0) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - liquid (4.0.4) - listen (3.9.0) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.4.0) - nokogiri (1.16.7-arm64-darwin) - racc (~> 1.4) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (6.0.1) - racc (1.8.1) - rack (2.2.9) - rake (13.2.1) - rb-fsevent (0.11.2) - rb-inotify (0.11.1) - ffi (~> 1.0) - rexml (3.3.7) - rouge (4.3.0) - rspec (3.13.0) - rspec-core (~> 3.13.0) - rspec-expectations (~> 3.13.0) - rspec-mocks (~> 3.13.0) - rspec-core (3.13.1) - rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-support (3.13.1) - rubyzip (2.3.2) - safe_yaml (1.0.5) - sass-embedded (1.78.0-arm64-darwin) - google-protobuf (~> 4.27) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) - unicode-display_width (2.5.0) - webrick (1.8.1) - -PLATFORMS - arm64-darwin-23 - -DEPENDENCIES - jekyll (~> 4.0) - jekyll-remote-theme - jekyll-seo-tag - nokogiri - rack (~> 2.2.4) - rspec - webrick (~> 1.8) - -BUNDLED WITH - 2.3.26 diff --git a/_layouts/default.html b/_layouts/default.html index c541e61..48d549b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,7 @@ + {% seo %} @@ -16,7 +17,7 @@ Skip to the content.