Skip to content

Commit b2a7c68

Browse files
Merge pull request #33 from DHTMLX/next
[dev] disable the noIndex config
2 parents 689bb74 + 48a6048 commit b2a7c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const onAfterDataTransformation = (data) => {
132132

133133
/** @type {import('@docusaurus/types').Config} */
134134
const config = {
135-
noIndex: true,
135+
noIndex: false,
136136
title: 'DHTMLX JavaScript Pivot Docs',
137137
tagline: 'DHTMLX JavaScript Pivot Docs',
138138
url: 'https://docs.dhtmlx.com',

0 commit comments

Comments
 (0)