We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79eddcc commit 1020762Copy full SHA for 1020762
src/utils/algolia.js
@@ -23,14 +23,6 @@ const processMdxEntry = ({ children: [entry] }) => {
23
// avoid pushing empty records
24
return [];
25
}
26
- // @TODO: remove after cloud rest api docs will be ported ,
27
- // avoid indexing this section for a while to avoid
28
- // search user's confusion
29
- if (/cloud rest api/i.test(fileAbsolutePath)) {
30
- // eslint-disable-next-line no-console
31
- console.log('exluded from algolia indecies pages:', fileAbsolutePath);
32
- return [];
33
- }
34
const strippedDirectory = stripDirectoryPath(fileAbsolutePath, 'docs');
35
// cut the last piece (the actual name of a file) to match the generation
36
// in node
0 commit comments