@redpanda-data/docs-extensions-and-macros 3.6.3 → 3.6.4

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.
@@ -5,7 +5,7 @@ const Papa = require('papaparse');
5
5
  const CSV_PATH = 'redpanda_connect.csv'
6
6
  const GITHUB_OWNER = 'redpanda-data'
7
7
  const GITHUB_REPO = 'rp-connect-docs'
8
- const GITHUB_REF = 'connect-csv'
8
+ const GITHUB_REF = 'main'
9
9
  /* const csvUrl = 'https://localhost:3000/csv';
10
10
  process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; */
11
11
 
@@ -262,7 +262,7 @@ function generateConnectorsHTMLTable(connectors, isCloud) {
262
262
  }
263
263
 
264
264
  tableHtml += `</div>
265
- <table class="tableblock frame-all grid-all stripes-even no-clip stretch component-table" id="componentTable">
265
+ <table class="tableblock frame-all grid-all stripes-even no-clip stretch component-table sortable" id="componentTable">
266
266
  <colgroup>
267
267
  ${isCloud
268
268
  ? '<col style="width: 50%;"><col style="width: 50%;">'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redpanda-data/docs-extensions-and-macros",
3
- "version": "3.6.3",
3
+ "version": "3.6.4",
4
4
  "description": "Antora extensions and macros developed for Redpanda documentation.",
5
5
  "keywords": [
6
6
  "antora",