Skip to content

Commit

Permalink
Merge pull request #603 from MacOS/main
Browse files Browse the repository at this point in the history
Fix contributors section in docs
  • Loading branch information
doberst authored Apr 14, 2024
2 parents 590100e + 863cecb commit 1e69468
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ 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


#
# Gems that are only loaded if they are configured correctly.
#
gem 'jekyll-default-layout'
gem 'jekyll-github-metadata'


#
# Gems that loaded irrespective of site configuration.
#
gem 'jekyll-seo-tag', group: :jekyll_plugins
gem 'jekyll-include-cache', group: :jekyll_plugins
gem 'jekyll-github-metadata', ">= 2.15", group: :jekyll_plugins
9 changes: 5 additions & 4 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e69468

Please sign in to comment.