@redpanda-data/docs-extensions-and-macros 3.0.6 → 3.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,7 +45,7 @@ function register ({
45
45
  algoliaCount += algolia[c][v].length
46
46
  // Save all records to the index
47
47
  index.saveObjects(algolia[c][v]).then(() => {
48
- console.log(`${chalk.bold(algoliaCount)} Algolia index entries created`)
48
+ console.log(`Indexed ${c} version ${v}`)
49
49
  }).catch(error => {
50
50
  console.error(`Error saving objects to Algolia: ${error}`);
51
51
  });
@@ -78,7 +78,7 @@ function register ({
78
78
  .then(() => {
79
79
  console.log('Total Records:', recordCount);
80
80
  })
81
- .catch(err => console.log(err));
81
+ .catch(err => console.log(JSON.stringify(err)));
82
82
  })
83
83
  }
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redpanda-data/docs-extensions-and-macros",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "Antora extensions and macros developed for Redpanda documentation.",
5
5
  "keywords": [
6
6
  "antora",