Skip to content

Commit

Permalink
Docs: Re-enable search engine indexing of /assert/ overview page
Browse files Browse the repository at this point in the history
Follows-up 65941ae, which added support for `docsearch:amethyst_pagetype_navigation`
but also resulted in the (default) setting of robots=noindex for
category pages.

While that's a good default imho, I'd like to override this one since
it contains useful text.
  • Loading branch information
Krinkle committed Jun 12, 2023
1 parent ceea0ec commit 143dfe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source "https://rubygems.org"
ruby RUBY_VERSION

# To apply changes, run `bundle update`.
gem "jekyll-theme-amethyst", "0.5.4", group: :jekyll_plugins
gem "jekyll-theme-amethyst", "0.5.5", group: :jekyll_plugins
2 changes: 2 additions & 0 deletions docs/assert/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: group
group: assert
title: Assertions
amethyst:
robots: index
redirect_from:
- "/QUnit.assert/"
- "/category/assert/"
Expand Down

0 comments on commit 143dfe8

Please sign in to comment.