Skip to content

Commit

Permalink
testing part 9
Browse files Browse the repository at this point in the history
  • Loading branch information
choafe committed May 15, 2024
1 parent ff3986b commit d2fb814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ gem "jekyll", "~> 4.3.3"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
# gem "minima", "~> 2.5"

# This is the chosen theme for the newbie guide.
gem "just-the-docs"

# This resolves Ruby version issues since webrick is no longer bundled in Ruby 3.0.
# https://github.com/jekyll/jekyll/issues/8523
gem "webrick"

# This is the chosen theme for the newbie guide.
gem "just-the-docs"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", group: :jekyll_plugins
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "/docs" # the subpath of your site, e.g. /blog
url: "https://choafe.github.io/microbot-swarm" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: /docs # the subpath of your site, e.g. /blog
url: https://choafe.github.io/microbot-swarm # the base hostname & protocol for your site, e.g. http://example.com

# Build settings
theme: just-the-docs
Expand Down

0 comments on commit d2fb814

Please sign in to comment.