diff --git a/.gitmodules b/.gitmodules index 2d0b7d282306..08bed3731fc0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "themes/docsy"] path = themes/docsy url = https://github.com/google/docsy.git - docsy-pin = v0.9.1-17-gb077a74 + docsy-pin = v0.9.1-47-ge59bb58 docsy-note = "2024-04-01 Switching to google/docsy.git from cncf/docsy.git since we don't have any CNCF customizations." docsy-reminder = "Ensure that any tag referenced by `docsy-pin` is present in the remote repo (url), otherwise add (push) the tags to the repo." [submodule "content-modules/opentelemetry-specification"] diff --git a/assets/scss/_registry.scss b/assets/scss/_registry.scss index 6d6855dae410..06ed0693de9f 100644 --- a/assets/scss/_registry.scss +++ b/assets/scss/_registry.scss @@ -39,31 +39,3 @@ .registry-entry { @extend .shadow; } - -// fix me: the registry seems not to load the main.min.css with the extended -// styles, so we need to define the styles here again. -.highlight { - margin: 1rem 0; - padding: 0; - position: relative; - max-width: 95%; - border: var(--bs-card-border-width) solid var(--bs-card-border-color); - border-radius: var(--bs-card-border-radius); - & pre { - padding: 1rem; - margin: 0; - display: block; - text-align: right; - overflow-y: auto; - & button.td-click-to-copy { - position: absolute; - color: #ced4da; - border-radius: 3px; - border-width: 0; - background-color: inherit; - box-shadow: 1px 1px #ced4da; - right: 4px; - top: 2px; - } - } -} diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index bb65387e5f6e..3f9e860a46cf 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -4,6 +4,7 @@ @import 'registry'; @import 'tabs'; @import 'external_link'; +@import 'chroma/tango'; .td-home { .otel-logo { diff --git a/content/en/ecosystem/registry/_index.md b/content/en/ecosystem/registry/_index.md index e3e00247be74..0b671e5499d2 100644 --- a/content/en/ecosystem/registry/_index.md +++ b/content/en/ecosystem/registry/_index.md @@ -15,7 +15,7 @@ aliases: [/registry/*] type: default layout: registry outputs: [html, json] -body_class: registry +body_class: registry td-content weight: 20 --- diff --git a/data/registry/exporter-js-instana.yml b/data/registry/exporter-js-instana.yml index 96a53e2fa45d..245a4f567c8f 100644 --- a/data/registry/exporter-js-instana.yml +++ b/data/registry/exporter-js-instana.yml @@ -15,4 +15,4 @@ createdAt: 2022-04-18 package: registry: npm name: '@instana/opentelemetry-exporter' - version: 3.5.0 + version: 3.6.0 diff --git a/hugo.yaml b/hugo.yaml index efb4f86f01c7..2a6a49d67a86 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -33,8 +33,7 @@ markup: renderer: unsafe: true highlight: - # noClasses: false - style: tango + noClasses: false # Netlify _redirects file mediaTypes: diff --git a/layouts/_internal/google_analytics_async.html b/layouts/_internal/google_analytics_async.html new file mode 100644 index 000000000000..dd23d9f8317e --- /dev/null +++ b/layouts/_internal/google_analytics_async.html @@ -0,0 +1 @@ +{{/* FIXME: drop this template once Docsy is updated to 0.10.0 */}} \ No newline at end of file diff --git a/package.json b/package.json index 695e488ee949..02d5c7c83508 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "autoprefixer": "^10.4.19", "cspell": "^8.0.0", "gulp": "^4.0.2", - "hugo-extended": "0.124.1", + "hugo-extended": "0.125.4", "markdown-link-check": "^3.12.1", "markdownlint": "^0.34.0", "postcss-cli": "^11.0.0", @@ -110,11 +110,11 @@ }, "dependencies": { "@opentelemetry/api": "^1.3.0", - "@opentelemetry/auto-instrumentations-web": "^0.38.0", + "@opentelemetry/auto-instrumentations-web": "^0.39.0", "@opentelemetry/context-zone": "^1.8.0", "@opentelemetry/core": "^1.8.0", - "@opentelemetry/exporter-trace-otlp-http": "^0.50.0", - "@opentelemetry/instrumentation": "^0.50.0", + "@opentelemetry/exporter-trace-otlp-http": "^0.51.0", + "@opentelemetry/instrumentation": "^0.51.0", "@opentelemetry/resources": "^1.8.0", "@opentelemetry/sdk-trace-base": "^1.8.0", "@opentelemetry/sdk-trace-web": "^1.8.0", diff --git a/themes/docsy b/themes/docsy index b077a74d38c8..e59bb5888a62 160000 --- a/themes/docsy +++ b/themes/docsy @@ -1 +1 @@ -Subproject commit b077a74d38c833586361e7d735672166818a64cf +Subproject commit e59bb5888a62682aa9695dee63bf854a4a505206