From 9dc57f8997a33b50f67711f246d1c847cdf923b4 Mon Sep 17 00:00:00 2001 From: Stefan Bachhofner Date: Sat, 13 Apr 2024 21:08:09 +0200 Subject: [PATCH 1/6] doc(docs): pin jekyll-github-metadata plugin --- docs/Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 17f9374f..53b53f76 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -6,13 +6,12 @@ source 'https://rubygems.org' # gem "jekyll", "~> 4.3.2" # installed by `gem jekyll` gem "just-the-docs", "0.7.0" # pinned to the current release - +gem 'jekyll-github-metadata', ">= 2.15" # # Gems that are only loaded if they are configured correctly. # gem 'jekyll-default-layout' -gem 'jekyll-github-metadata' # From 8aa7c61a1242e5ea2d26d1223cd113cdd0dd4275 Mon Sep 17 00:00:00 2001 From: Stefan Bachhofner Date: Sat, 13 Apr 2024 21:11:01 +0200 Subject: [PATCH 2/6] doc(docs): add updated Gemfile.lock --- docs/Gemfile.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 0cf5eeff..e9c0e246 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -79,9 +79,10 @@ GEM rouge (4.1.3) ruby2_keywords (0.0.5) safe_yaml (1.0.5) - sass-embedded (1.67.0-arm64-darwin) + sass-embedded (1.69.5) google-protobuf (~> 3.23) - sass-embedded (1.67.0-x86_64-linux-gnu) + rake (>= 13.0.0) + sass-embedded (1.69.5-arm64-darwin) google-protobuf (~> 3.23) sawyer (0.9.2) addressable (>= 2.3.5) @@ -98,10 +99,10 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.3.2) jekyll-default-layout - jekyll-github-metadata + jekyll-github-metadata (>= 2.15) jekyll-include-cache jekyll-seo-tag just-the-docs (= 0.7.0) BUNDLED WITH - 2.3.26 + 2.5.6 From c44d06f7e0a5778347cae14b20ac9e63d5579a2b Mon Sep 17 00:00:00 2001 From: Stefan Bachhofner Date: Sat, 13 Apr 2024 21:41:47 +0200 Subject: [PATCH 3/6] doc(docs): add repository info to config for github-metadata --- docs/_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_config.yml b/docs/_config.yml index 9a6d2ed8..4130ff9d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,6 +9,7 @@ theme: just-the-docs url: https://llmware-ai.github.io/llmware/ baseurl: "" # the subpath of your site favicon_ico: "/assets/images/favicon.ico" +repository: llmware-ai/llmware # for github-metadata # Enable or disable heading anchors heading_anchors: true From ffb6f9b9abf4a88aa4d9c7c405896767db1dad42 Mon Sep 17 00:00:00 2001 From: MacOS Date: Sat, 13 Apr 2024 22:08:41 +0200 Subject: [PATCH 4/6] Update _config.yml to test on my fork --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 4130ff9d..0eea2a5a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,7 +9,7 @@ theme: just-the-docs url: https://llmware-ai.github.io/llmware/ baseurl: "" # the subpath of your site favicon_ico: "/assets/images/favicon.ico" -repository: llmware-ai/llmware # for github-metadata +repository: MacOS/llmware # for github-metadata # Enable or disable heading anchors heading_anchors: true From 2ecd5f995895732715102bf2e406c01e49a6d6d1 Mon Sep 17 00:00:00 2001 From: Stefan Bachhofner Date: Sun, 14 Apr 2024 14:02:14 +0200 Subject: [PATCH 5/6] doc(docs): add jekyll-github-metadata to the jekyll_plugins group so it is always loaded --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index 53b53f76..0fe407db 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -6,7 +6,6 @@ source 'https://rubygems.org' # gem "jekyll", "~> 4.3.2" # installed by `gem jekyll` gem "just-the-docs", "0.7.0" # pinned to the current release -gem 'jekyll-github-metadata', ">= 2.15" # # Gems that are only loaded if they are configured correctly. @@ -19,3 +18,4 @@ gem 'jekyll-default-layout' # gem 'jekyll-seo-tag', group: :jekyll_plugins gem 'jekyll-include-cache', group: :jekyll_plugins +gem 'jekyll-github-metadata', ">= 2.15", group: :jekyll_plugins From 863cecbc8148dd82e9de6d9805e7a2177d9c4755 Mon Sep 17 00:00:00 2001 From: Stefan Bachhofner Date: Sun, 14 Apr 2024 14:03:32 +0200 Subject: [PATCH 6/6] doc(docs): change repository to point to llmware-ai/llmware --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 0eea2a5a..4130ff9d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,7 +9,7 @@ theme: just-the-docs url: https://llmware-ai.github.io/llmware/ baseurl: "" # the subpath of your site favicon_ico: "/assets/images/favicon.ico" -repository: MacOS/llmware # for github-metadata +repository: llmware-ai/llmware # for github-metadata # Enable or disable heading anchors heading_anchors: true