Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions opsimate-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ module.exports = {
},
blog: false,
theme: { customCss: require.resolve('./src/css/custom.css') },
sitemap: {
// /search is the Algolia results page -- it has no content of its
// own, and Google reports it as "Crawled - currently not indexed".
ignorePatterns: ['/search'],
},
// REMOVE gtag config here - we're using custom component instead
},
],
Expand Down
7 changes: 0 additions & 7 deletions opsimate-docs/src/pages/markdown-page.md

This file was deleted.

3 changes: 0 additions & 3 deletions opsimate-docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"buildCommand": "npm run build",
"outputDirectory": "build",
"framework": "docusaurus",
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"headers": [
{
"source": "/assets/(.*)",
Expand Down
Loading