|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | 6 | <title>Reference documentation — Scriptella</title> |
7 | 7 | <meta name="description" content="Scriptella reference documentation: concepts, ETL syntax, integrations, JDBC adapters, data sources, examples, and best practices."> |
| 8 | + <link rel="canonical" href="https://scriptella.org/reference/"> |
| 9 | + <meta property="og:title" content="Reference documentation — Scriptella"> |
| 10 | + <meta property="og:description" content="Scriptella reference documentation: concepts, ETL syntax, integrations, JDBC adapters, data sources, examples, and best practices."> |
| 11 | + <meta property="og:type" content="website"> |
| 12 | + <meta property="og:url" content="https://scriptella.org/reference/"> |
| 13 | + <meta property="og:image" content="https://scriptella.org/images/scriptella-logo.svg"> |
| 14 | + <meta name="twitter:card" content="summary_large_image"> |
| 15 | + <meta name="twitter:title" content="Reference documentation — Scriptella"> |
| 16 | + <meta name="twitter:description" content="Scriptella reference documentation: concepts, ETL syntax, integrations, JDBC adapters, data sources, examples, and best practices."> |
8 | 17 | <link rel="icon" href="../favicon.ico"> |
9 | 18 | <script src="../theme.js"></script> |
10 | 19 | <link rel="stylesheet" href="../style.css"> |
@@ -764,6 +773,7 @@ <h3>Using Scriptella as a database schema evolution tool</h3> |
764 | 773 | <footer class="site-footer"> |
765 | 774 | <div class="site-footer__inner"> |
766 | 775 | <p><strong>Scriptella</strong> · Licensed under the Apache License, Version 2.0.</p> |
| 776 | + <p class="site-footer__credit">Built by <a class="pvrlabs-wordmark" href="https://pvrlabs.xyz" aria-label="PVR Labs"><span class="pvrlabs-wordmark__accent">PVR</span><span class="pvrlabs-wordmark__light">Labs</span></a></p> |
767 | 777 | <nav aria-label="Footer navigation"> |
768 | 778 | <ul> |
769 | 779 | <li><a href="index.html">Documentation</a></li> |
|
0 commit comments