|
9 | 9 | </noscript>
|
10 | 10 |
|
11 | 11 | <!-- Google tag (gtag.js) -->
|
12 |
| - <script async src="https://www.googletagmanager.com/gtag/js?id=G-HDTMP5FFHP"></script> |
| 12 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-2GN2KN2CE4"></script> |
13 | 13 | <script>
|
14 | 14 | window.dataLayer = window.dataLayer || [];
|
15 | 15 | function gtag() { dataLayer.push(arguments); }
|
16 | 16 | gtag('js', new Date());
|
17 | 17 |
|
18 |
| - gtag('config', 'G-HDTMP5FFHP'); |
| 18 | + gtag('config', 'G-2GN2KN2CE4'); |
19 | 19 | </script>
|
20 | 20 |
|
21 | 21 | <script>
|
|
25 | 25 |
|
26 | 26 | // Use the referrer if valid, otherwise use the existingReferrer
|
27 | 27 | const referrer = document.referrer;
|
28 |
| - const isReferrerValid = referrer && !referrer.includes("faststream.airt.ai"); |
| 28 | + const isReferrerValid = referrer && !referrer.includes("docs.ag2.ai"); |
29 | 29 | const validReferrer = isReferrerValid ? referrer : existingReferrer;
|
30 | 30 |
|
31 | 31 | if (validReferrer) {
|
|
43 | 43 | </script>
|
44 | 44 |
|
45 | 45 | <meta property="og:type" content="website" />
|
46 |
| - <meta property="og:title" content="FastStream" /> |
47 |
| - <meta property="og:description" content="FastStream Python messaging framework documentation" /> |
48 |
| - <meta property="og:url" content="https://faststream.airt.ai/latest/" /> |
49 |
| - <meta property="og:image" content="https://opengraph.githubassets.com/1671805243.560327/airtai/faststream" /> |
| 46 | + <meta property="og:title" content="AG2" /> |
| 47 | + <meta property="og:description" content="A programming framework for agentic AI" /> |
| 48 | + <meta property="og:url" content="docs.ag2.ailatest/" /> |
| 49 | + <meta property="og:image" content="https://opengraph.githubassets.com/1671805243.560327/ag2ai/ag2" /> |
50 | 50 | <meta property="og:image:type" content="image/png" />
|
51 | 51 | <meta property="og:image:width" content="1200" />
|
52 | 52 | <meta property="og:image:height" content="630" />
|
53 | 53 | <meta name="twitter:card" content="summary_large_image" />
|
54 |
| - <meta name="twitter:title" content="FastStream" /> |
55 |
| - <meta name="twitter:description" content="FastStream Python messaging framework documentation" /> |
56 |
| - <meta name="twitter:image" content="https://opengraph.githubassets.com/1671805243.560327/airtai/faststream" /> |
| 54 | + <meta name="twitter:title" content="AG2" /> |
| 55 | + <meta name="twitter:description" content="A programming framework for agentic AI" /> |
| 56 | + <meta name="twitter:image" content="https://opengraph.githubassets.com/1671805243.560327/ag2ai/ag2" /> |
57 | 57 | </head>
|
58 | 58 |
|
59 | 59 | <body>
|
|
0 commit comments