-
Notifications
You must be signed in to change notification settings - Fork 656
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
add blurb on disabling endpoint prefix #2784
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<!doctype html> | ||
<html itemscope itemtype="http://schema.org/WebPage" lang="en" class="no-js"> | ||
<head><script src="/aws-sdk-go-v2/livereload.js?mindelay=10&v=2&port=1313&path=aws-sdk-go-v2/livereload" data-no-instant defer></script> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="generator" content="Hugo 0.115.4"> | ||
|
@@ -23,7 +23,7 @@ | |
<meta property="og:title" content="404 Page not found" /> | ||
<meta property="og:description" content="The AWS SDK for Go V2 provides APIs and utilities that developers can use to build Go applications that use AWS services." /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="http://localhost:1313/aws-sdk-go-v2/404.html" /> | ||
<meta property="og:url" content="https://aws.github.io/aws-sdk-go-v2/404.html" /> | ||
<meta itemprop="name" content="404 Page not found"> | ||
<meta itemprop="description" content="The AWS SDK for Go V2 provides APIs and utilities that developers can use to build Go applications that use AWS services."><meta name="twitter:card" content="summary"/> | ||
<meta name="twitter:title" content="404 Page not found"/> | ||
|
@@ -99,7 +99,7 @@ | |
aria-label="Search this site…" | ||
autocomplete="off" | ||
|
||
data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.30b245754e63db1f94dcbaa3ba0f9915.json" | ||
data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.1ed5201c9429d6d49ab1e6d6c5e5409e.json" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Were you able to confirm if this offline search works? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I did actually check this and it worked for me both in the preview and on the current render of the public site. We'll see what happens when this merges and gets propagated. The search index appears to get a new filename every time, it's possible that it just went out of sync in a previous pass on re-generating. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
data-offline-search-base-href="/" | ||
data-offline-search-max-results="10" | ||
> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol