Skip to content
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

DOC-1680 make img max-width wider (and tweak header) #21

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified build/ui-bundle.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/css/doc.css
Original file line number Diff line number Diff line change
@@ -203,7 +203,7 @@ h1.page + aside.toc.embedded {

/* To make sure image sizes aren't too large */
.doc .imageblock img {
max-width: 66% !important;
max-width: 750px !important;
}

.doc table.tableblock {
2 changes: 1 addition & 1 deletion src/partials/head-meta.hbs
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<meta property="og:image" href="{{{uiRootPath}}}/img/og-image.png" content="https://i.ibb.co/7bkxZJW/og-image.png">
<meta property="og:type" content="article" />
<meta property="og:url" content="https://docs.tigergraph.com{{ page.url }}">
{{#with (or page.description 'Develop your application and scale your analytics with the power of graph.') }}
{{#with (or page.description 'The Only Scalable Platform for Analytics and ML on Connected Data') }}
<meta property="og:description" content="{{this}}">
{{/with}}
<meta property="og:site_name" content="TigerGraph Documentation" />
5 changes: 5 additions & 0 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
@@ -106,6 +106,11 @@
<a class="button is-primary" href="https://dl.tigergraph.com">Download</a>
</span>
</div>
<div class="navbar-item">
<span class="control">
<a class="button is-primary" href="https://tgcloud.io"> TG Cloud</a>
</span>
</div>
</div>
</div>
</nav>