Skip to content

Commit

Permalink
Enable noIndex to prevent Search Index crawlers (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFern authored Jul 10, 2024
1 parent e35197a commit 79e233d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import {themes as prismThemes} from 'prism-react-renderer';

/** @type {import('@docusaurus/types').Config} */
const config = {
// disable this setting when the site goes to production to allow Google to index
// https://docusaurus.io/docs/next/api/docusaurus-config#noIndex
noIndex: true,
title: 'Semaphore Docs',
tagline: 'Intuitive Continuous Integration and Delivery',
favicon: 'img/favicon.ico',
Expand Down

0 comments on commit 79e233d

Please sign in to comment.