-
Notifications
You must be signed in to change notification settings - Fork 10k
Remove 'security' from no index #23475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove 'security' from no index #23475
Conversation
| import { getOgImage } from "~/util/og"; | ||
| import type { CollectionEntry } from "astro:content"; | ||
| const DEFAULT_TITLE_DELIMITER = "|"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want to keep this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KianNH Added it back. Let me know if everything looks good.
|
Congratulations @db-cloudflare, the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cmcw05qnw1744807k009y7iq27 This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
Summary
Removes 'security' from the no index property so that the docs pages under https://developers.cloudflare.com/security/ can be searched for.
Documentation checklist