-
Notifications
You must be signed in to change notification settings - Fork 0
DOC-5456: Update references to deprecated DataStax properties #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
8304620
Remove Discord, X, and LinkedIn from footer
eric-schneider f567657
Update footer links
eric-schneider 7bf2731
Update favicon
eric-schneider e793d94
Update home link in left nav
eric-schneider 74de7ad
Update head metadata
eric-schneider 1e4c948
Another stab at updating head meta
eric-schneider 41e7a48
Update footer General Inquiries
eric-schneider 6c203ea
Update footer link description
eric-schneider 36e65d6
Update src/partials/footer.hbs
eric-schneider 49fbe6d
Update copyright and remove “an IBM Company”
eric-schneider 2c7f856
Sneak in a couple highlight languages
eric-schneider ba3a716
Merge branch 'main' into DOC-5456
eric-schneider 1f5dbd9
Use pipe to separate preference center link
eric-schneider File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| <footer class="footer [&_a]:text-link flex flex-col gap-6 border-t mt-auto pt-6 text-sm md:flex-row row-start-2 xl:peer-[.toc]:col-span-2"> | ||
| <div class="flex flex-col gap-6"> | ||
| <a | ||
| href="https://www.datastax.com" | ||
| href="https://www.ibm.com/products/datastax" | ||
| target="_blank" | ||
| title="Go to the DataStax Website" | ||
| data-track="Footer datastax.com Link Clicked" | ||
| title="Go to the DataStax home page" | ||
| data-track="Footer Home Page Link Clicked" | ||
| class="w-min !text-primary" | ||
| > | ||
| {{> logo}} | ||
|
|
@@ -14,13 +14,13 @@ | |
| <span id="copyrightdate">{{year}}</span> | ||
| <span>DataStax, an IBM Company | | ||
| <a | ||
| href="https://www.datastax.com/legal/datastax-website-privacy-policy" | ||
| href="https://www.ibm.com/us-en/privacy" | ||
| target="_blank" | ||
| data-track="Footer Privacy Policy Link Clicked" | ||
| >Privacy policy</a> | ||
| | | ||
| <a | ||
| href="https://www.datastax.com/legal/datastax-website-terms-use" | ||
| href="https://www.ibm.com/legal/terms" | ||
| target="_blank" | ||
| data-track="Footer Terms of Use Link Clicked" | ||
| >Terms of use</a> | ||
|
|
@@ -46,34 +46,13 @@ | |
| </div> | ||
| <div class="flex flex-col gap-6 md:ml-auto md:items-end"> | ||
| <div class="flex items-center gap-4"> | ||
| <a | ||
| href="https://discord.gg/datastax" | ||
| target="_blank" | ||
| title="Go to DataStax Developers Discord" | ||
| data-track="Footer Discord Link Clicked" | ||
| class="h-6 w-6 bg-[url('../img/social-discord.svg')] bg-no-repeat dark:invert" | ||
| ></a> | ||
| <a | ||
| href="https://github.com/datastax" | ||
| target="_blank" | ||
| title="Go to DataStax GitHub" | ||
| data-track="Footer Github Link Clicked" | ||
| class="h-6 w-6 bg-[url('../img/social-github.svg')] bg-no-repeat dark:invert" | ||
| ></a> | ||
| <a | ||
| href="https://www.linkedin.com/showcase/datastaxdevs/" | ||
| target="_blank" | ||
| title="Go to DataStax Developers LinkedIn" | ||
| data-track="LinkedIn Link Clicked" | ||
| class="h-6 w-6 bg-[url('../img/social-linkedin.svg')] bg-no-repeat dark:invert" | ||
| ></a> | ||
| <a | ||
| href="https://twitter.com/datastaxdevs" | ||
| target="_blank" | ||
| title="Go to DataStax Developers X (Twitter)" | ||
| data-track="Footer Twitter Link Clicked" | ||
| class="h-6 w-6 bg-[url('../img/social-x.svg')] bg-no-repeat dark:invert" | ||
| ></a> | ||
| <a | ||
| href="https://www.youtube.com/@DataStaxDevs" | ||
| target="_blank" | ||
|
|
@@ -84,13 +63,9 @@ | |
| </div> | ||
| <p class="!m-0 md:text-right">General Inquiries: | ||
| <a | ||
| href="tel:+1-650-389-6000" | ||
| data-track="Footer Telephone Link Clicked" | ||
| >+1 (650) 389-6000</a>, | ||
| <a | ||
| href="mailto:[email protected]" | ||
| data-track="Footer Email Link Clicked" | ||
| >[email protected]</a> | ||
| href="https://www.ibm.com/contact/global" | ||
| data-track="Footer Contact Link Clicked" | ||
| >Contact IBM</a> | ||
| </p> | ||
| </div> | ||
| </footer> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,110 +1,100 @@ | ||
| {{!-- Add additional meta tags here --}} | ||
| {{!-- Favicon / social --}} | ||
| <link rel="icon" href="https://www.ibm.com/favicon.ico"> | ||
|
|
||
| {{!-- apple touch icon --}} | ||
| {{!-- <link rel="apple-touch-icon" sizes="180x180" href="https://www.datastax.com/en/astra/_/img/apple-touch-icon-180x180.png"> --}} | ||
| <link rel="icon" href="https://www.datastax.com/favicon.ico"> | ||
| <meta property="article:published_time" content="{{page.localdate}}"> | ||
| <meta property="article:modified_time" content="{{page.docdate}}"> | ||
| <meta property="article:author" content="DataStax"> | ||
| {{!-- og --}} | ||
| <meta property="og:site_name" content="DataStax Documentation"> | ||
| <meta property="og:type" content="article"> | ||
| <meta property="og:url" content="{{page.canonicalUrl}}"> | ||
| <meta property="og:title" content="{{> head-title}}"> | ||
| <meta property="og:description" content="{{page.description}}"> | ||
| <meta property="og:image" content="{{{site.url}}}{{{site.ui.url}}}/img/datastax-docs-banner.png"> | ||
| <meta property="og:image:type" content="image/png"> | ||
| <meta property="og:image:width" content="1200"> | ||
| <meta property="og:image:height" content="628"> | ||
| <meta property="og:image:alt" content="DataStax Documentation"> | ||
| {{!-- twitter --}} | ||
| <meta name="twitter:card" content="summary_large_image"> | ||
| <meta name="twitter:site" content="@datastax"> | ||
| <meta name="twitter:creator" content="@datastax"> | ||
| <meta name="twitter:url" content="{{page.canonicalUrl}}"> | ||
| <meta name="twitter:title" content="{{> head-title}}"> | ||
| <meta name="twitter:description" content="{{page.description}}"> | ||
| <meta name="twitter:image" content="{{{site.url}}}{{{site.ui.url}}}/img/datastax-docs-banner.png"> | ||
| <script type="application/ld+json"> | ||
| [ | ||
| {{!-- {{commented expressions}} --}} | ||
| {{#if (eq "{{{site.url}}}{{{site.homeUrl}}}" page.canonicalUrl)}} | ||
| {{!-- Article meta --}} | ||
| <meta property="article:published_time" content="{{page.localdate}}"> | ||
| <meta property="article:modified_time" content="{{page.docdate}}"> | ||
| <meta property="article:author" content="DataStax, an IBM company"> | ||
|
|
||
| {{!-- Open Graph --}} | ||
| {{#if (eq "{{{site.url}}}{{{site.homeUrl}}}" page.canonicalUrl)}} | ||
| <meta property="og:type" content="website"> | ||
| {{else}} | ||
| <meta property="og:type" content="article"> | ||
| {{/if}} | ||
| <meta property="og:site_name" content="DataStax Documentation"> | ||
| <meta property="og:url" content="{{page.canonicalUrl}}"> | ||
| <meta property="og:title" content="{{> head-title}}"> | ||
| <meta property="og:description" content="{{page.description}}"> | ||
| <meta property="og:image" content="{{{site.url}}}{{{site.ui.url}}}/img/datastax-docs-banner.png"> | ||
| <meta property="og:image:type" content="image/png"> | ||
| <meta property="og:image:width" content="1200"> | ||
| <meta property="og:image:height" content="628"> | ||
| <meta property="og:image:alt" content="DataStax Documentation"> | ||
|
|
||
| {{!-- Twitter / X --}} | ||
| <meta name="twitter:card" content="summary_large_image"> | ||
| <meta name="twitter:url" content="{{page.canonicalUrl}}"> | ||
| <meta name="twitter:title" content="{{> head-title}}"> | ||
| <meta name="twitter:description" content="{{page.description}}"> | ||
| <meta name="twitter:image" content="{{{site.url}}}{{{site.ui.url}}}/img/datastax-docs-banner.png"> | ||
|
|
||
| <script type="application/ld+json"> | ||
| { | ||
| "@context": "https://schema.org", | ||
| "@type": "WebSite", | ||
| "@id": "https://docs.datastax.com", | ||
| "name": "DataStax Documentation", | ||
| "url": "{{page.canonicalUrl}}", | ||
| "image": "{{{site.url}}}{{{site.ui.url}}}/img/datastax-docs-banner.png", | ||
| "@context": "https://schema.org", | ||
| "@graph": [ | ||
| { | ||
| "@type": "Organization", | ||
| "@id": "https://docs.datastax.com#organization", | ||
| "name": "DataStax, an IBM company", | ||
| "url": "https://docs.datastax.com", | ||
| "logo": "{{{site.url}}}{{{site.ui.url}}}/img/datastax-docs-banner.png", | ||
| "sameAs": [ | ||
| "https://github.com/datastaxdevs/", | ||
| "https://twitter.com/datastaxdevs", | ||
| "https://datastax.medium.com/" | ||
| ], | ||
| "potentialAction": { | ||
| "@type": "SearchAction", | ||
| "target": "https://www.datastax.com/search?dataset=docs&query={search_term}", | ||
| "query-input": "required name=search_term" | ||
| "https://www.ibm.com/products/datastax", | ||
| "https://github.com/datastax/", | ||
| "https://github.com/datastaxdevs/", | ||
| "https://www.youtube.com/@DataStax", | ||
| "https://www.youtube.com/@DataStaxDevs", | ||
| "https://en.wikipedia.org/wiki/DataStax" | ||
| ], | ||
| "parentOrganization": { | ||
| "@type": "Organization", | ||
| "@id": "https://www.ibm.com#organization", | ||
| "name": "IBM", | ||
| "url": "https://www.ibm.com" | ||
| } | ||
| }, | ||
| "Publisher":{ | ||
| "@type": "Corporation", | ||
| "@id": "https://datastax.com#organization", | ||
| "name": "DataStax", | ||
| "url": "https://datastax.com" | ||
| { | ||
| "@type": "WebSite", | ||
| "@id": "https://docs.datastax.com#website", | ||
| "name": "DataStax Documentation", | ||
| "url": "https://docs.datastax.com", | ||
| "publisher": { "@id": "https://docs.datastax.com#organization" } | ||
| }, | ||
| "Author":{ | ||
| "@type": "Corporation", | ||
| "@id": "https://datastax.com#organization", | ||
| "name": "DataStax" | ||
| } | ||
| }, | ||
| {{else}} | ||
| { | ||
| "@context": "https://schema.org", | ||
| {{#if (eq "{{{site.url}}}{{{site.homeUrl}}}" page.canonicalUrl)}} | ||
| { | ||
| "@type": "WebPage", | ||
| "@id": "{{page.canonicalUrl}}", | ||
| "name":"{{page.title}}", | ||
| "inLanguage":"en-US", | ||
| "reviewedBy":{ | ||
| "@type": "Corporation", | ||
| "@id": "https://datastax.com#organization", | ||
| "name": "DataStax" | ||
| }, | ||
| "author":{ | ||
| "@type": "Corporation", | ||
| "@id": "https://datastax.com#organization", | ||
| "name": "DataStax" | ||
| }, | ||
| "isPartOf": { | ||
| "@type": "WebSite", | ||
| "@id": "https://docs.datastax.com", | ||
| "name": "DataStax Documentation" | ||
| }, | ||
| "mainEntity": | ||
| "name": "{{page.title}}", | ||
| "inLanguage": "en-US", | ||
| "isPartOf": { "@id": "https://docs.datastax.com#website" }, | ||
| "publisher": { "@id": "https://docs.datastax.com#organization" }, | ||
| "primaryImageOfPage": "{{{site.url}}}{{{site.ui.url}}}/img/datastax-docs-banner.png" | ||
| } | ||
| {{else}} | ||
| { | ||
| "@type":"TechArticle", | ||
| "@type": "WebPage", | ||
| "@id": "{{page.canonicalUrl}}", | ||
| "name": "{{page.title}}", | ||
| "inLanguage": "en-US", | ||
| "isPartOf": { "@id": "https://docs.datastax.com#website" }, | ||
| "reviewedBy": { "@id": "https://docs.datastax.com#organization" }, | ||
| "author": { "@id": "https://docs.datastax.com#organization" }, | ||
| "mainEntity": { | ||
| "@type": "TechArticle", | ||
| "@id": "{{page.canonicalUrl}}#main_content", | ||
| "mainEntityOfPage": "true", | ||
| "datePublished":"{{page.localdate}}", | ||
| "dateModified":"{{page.docdate}}", | ||
| "mainEntityOfPage": true, | ||
| "datePublished": "{{page.localdate}}", | ||
| "dateModified": "{{page.docdate}}", | ||
| "headline": "{{page.title}}", | ||
| "description":"{{page.description}}", | ||
| "keywords":"{{page.keywords}}", | ||
| "description": "{{page.description}}", | ||
| "keywords": "{{page.keywords}}", | ||
| "image": "{{{site.url}}}{{{site.ui.url}}}/img/datastax-docs-banner.png", | ||
| "publisher":{ | ||
| "@type": "Corporation", | ||
| "@id": "https://datastax.com#organization", | ||
| "name": "DataStax", | ||
| "url": "https://datastax.com" | ||
| }, | ||
| "author":{ | ||
| "@type": "Corporation", | ||
| "@id": "https://datastax.com#organization", | ||
| "name": "DataStax", | ||
| "url": "https://datastax.com" | ||
| } | ||
| "publisher": { "@id": "https://docs.datastax.com#organization" }, | ||
| "author": { "@id": "https://docs.datastax.com#organization" } | ||
| } | ||
| } | ||
| } | ||
| {{/if}} | ||
| {{/if}} | ||
| ] | ||
| } | ||
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.