Skip to content

Commit

Permalink
adjust branch where the connect data is (#73)
Browse files Browse the repository at this point in the history
* adjust branch where the data is

* Make the table sortable
  • Loading branch information
Deflaimun authored Sep 9, 2024
1 parent 194bedf commit 92e09f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extensions/generate-rp-connect-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Papa = require('papaparse');
const CSV_PATH = 'redpanda_connect.csv'
const GITHUB_OWNER = 'redpanda-data'
const GITHUB_REPO = 'rp-connect-docs'
const GITHUB_REF = 'connect-csv'
const GITHUB_REF = 'main'
/* const csvUrl = 'https://localhost:3000/csv';
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; */

Expand Down
2 changes: 1 addition & 1 deletion macros/rp-connect-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function generateConnectorsHTMLTable(connectors, isCloud) {
}

tableHtml += `</div>
<table class="tableblock frame-all grid-all stripes-even no-clip stretch component-table" id="componentTable">
<table class="tableblock frame-all grid-all stripes-even no-clip stretch component-table sortable" id="componentTable">
<colgroup>
${isCloud
? '<col style="width: 50%;"><col style="width: 50%;">'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redpanda-data/docs-extensions-and-macros",
"version": "3.6.3",
"version": "3.6.4",
"description": "Antora extensions and macros developed for Redpanda documentation.",
"keywords": [
"antora",
Expand Down

0 comments on commit 92e09f6

Please sign in to comment.