diff --git a/docs/Gemfile b/docs/Gemfile index 5520e07..55416d3 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -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 diff --git a/docs/_config.yml b/docs/_config.yml index 35f050e..7c607a2 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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