Fix links in documentation for Federated SQL Query recipes and update (#1423)
* Fix links in documentation for Federated SQL Query recipes and update IMAP connector references across multiple versions
* Refactor IMAP documentation across multiple versions to improve schema and parameter formatting
- Updated schema tables in imap.md for versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, 1.9.x, and 1.10.x to enhance readability.
- Standardized parameter descriptions in IMAP connection settings for clarity.
- Adjusted formatting for file format support tables in index.md for versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, and 1.9.x to ensure consistency.
15 days ago
Fix links in documentation for Federated SQL Query recipes and update (#1423)
* Fix links in documentation for Federated SQL Query recipes and update IMAP connector references across multiple versions
* Refactor IMAP documentation across multiple versions to improve schema and parameter formatting
- Updated schema tables in imap.md for versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, 1.9.x, and 1.10.x to enhance readability.
- Standardized parameter descriptions in IMAP connection settings for clarity.
- Adjusted formatting for file format support tables in index.md for versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, and 1.9.x to ensure consistency.
15 days ago
Fix links in documentation for Federated SQL Query recipes and update (#1423)
* Fix links in documentation for Federated SQL Query recipes and update IMAP connector references across multiple versions
* Refactor IMAP documentation across multiple versions to improve schema and parameter formatting
- Updated schema tables in imap.md for versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, 1.9.x, and 1.10.x to enhance readability.
- Standardized parameter descriptions in IMAP connection settings for clarity.
- Adjusted formatting for file format support tables in index.md for versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, and 1.9.x to ensure consistency.
15 days ago
Check in versioned docs and remove generate-versions script (#1386)
* Check in versioned docs and remove generate-versions script
Transition from per-branch versioning to all versions checked in.
Generated versioned docs from release branches 1.5 through 1.11.
Removed generate-versions.sh and updated .gitignore.
* Remove generate-versions script from build workflow
Versioned docs are now checked in directly. Remove the script
invocation from package.json build, drop the fetch-depth: 0 from CI
(no longer needed), and update README to reflect the new process.
a month ago