|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
6 | | - <meta name="description" content="Idea schema language and toolchain documentation." /> |
| 6 | + <meta name="description" content="A class for loading, processing, and transforming schema files with plugin support and schema merging capabilities. The Transformer class serves as the core component of the idea-transformer library, providing comprehensive functionality for schema processing, plugin execution, and file management." /> |
7 | 7 | <title>Transformer | Idea</title> |
| 8 | + <link rel="canonical" href="https://www.stackpress.io/idea/api/transformer/Transformer/" /> |
| 9 | + <meta property="og:title" content="Transformer | Idea" /> |
| 10 | + <meta property="og:description" content="A class for loading, processing, and transforming schema files with plugin support and schema merging capabilities. The Transformer class serves as the core component of the idea-transformer library, providing comprehensive functionality for schema processing, plugin execution, and file management." /> |
| 11 | + <meta property="og:type" content="website" /> |
| 12 | + <meta property="og:url" content="https://www.stackpress.io/idea/api/transformer/Transformer/" /> |
| 13 | + <meta property="og:image" content="https://www.stackpress.io/idea/assets/brand/idea.png" /> |
| 14 | + <meta name="twitter:card" content="summary_large_image" /> |
| 15 | + <meta name="twitter:title" content="Transformer | Idea" /> |
| 16 | + <meta name="twitter:description" content="A class for loading, processing, and transforming schema files with plugin support and schema merging capabilities. The Transformer class serves as the core component of the idea-transformer library, providing comprehensive functionality for schema processing, plugin execution, and file management." /> |
| 17 | + <meta name="twitter:image" content="https://www.stackpress.io/idea/assets/brand/idea.png" /> |
8 | 18 | <link rel="icon" type="image/png" href="../../../assets/brand/icon.png" /> |
9 | 19 | <link id="hljs-light" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/highlight.js@11.10.0/styles/github.min.css" /> |
10 | 20 | <link id="hljs-dark" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/highlight.js@11.10.0/styles/github-dark.min.css" /> |
|
0 commit comments