Skip to content

chore: add site verification #589

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

Merged
merged 1 commit into from
Aug 15, 2025
Merged

chore: add site verification #589

merged 1 commit into from
Aug 15, 2025

Conversation

sozercan
Copy link
Collaborator

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, using fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when the PR gets merged):
Fixes #

Special notes for your reviewer:

Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
@Copilot Copilot AI review requested due to automatic review settings August 15, 2025 22:43
@sozercan sozercan merged commit ca4b7a3 into main Aug 15, 2025
3 checks passed
@sozercan sozercan deleted the algolia-verif branch August 15, 2025 22:43
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds Algolia site verification metadata to the Docusaurus configuration to enable Algolia's crawler to index the website.

  • Adds a meta tag with algolia-site-verification for domain verification
  • Integrates with existing Algolia search configuration to complete the indexing setup

@@ -98,6 +98,17 @@ const config = {
apiKey: 'e2cfa004b0a812062660e0039aca0bda',
indexName: 'kaito-aikit',
},
headTags: [
{
tagName: "meta",
Copy link
Preview

Copilot AI Aug 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Use single quotes for consistency with the existing codebase. The file uses single quotes for strings (lines 98, 99), but this line uses double quotes.

Suggested change
tagName: "meta",
tagName: 'meta',

Copilot uses AI. Check for mistakes.

attributes: {
// Allow Algolia crawler to index the site
// See https://www.algolia.com/doc/tools/crawler/getting-started/create-crawler/#verify-your-domain.
name: "algolia-site-verification",
Copy link
Preview

Copilot AI Aug 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Use single quotes for consistency with the existing codebase. The file uses single quotes for strings (lines 98, 99), but this line uses double quotes.

Suggested change
name: "algolia-site-verification",
name: 'algolia-site-verification',

Copilot uses AI. Check for mistakes.

// Allow Algolia crawler to index the site
// See https://www.algolia.com/doc/tools/crawler/getting-started/create-crawler/#verify-your-domain.
name: "algolia-site-verification",
content: "58101301D914B63C",
Copy link
Preview

Copilot AI Aug 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Use single quotes for consistency with the existing codebase. The file uses single quotes for strings (lines 98, 99), but this line uses double quotes.

Suggested change
content: "58101301D914B63C",
content: '58101301D914B63C',

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant