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

[CI] Upgrade Docsy, and Hugo to 0.143.0 #6214

Merged
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[submodule "themes/docsy"]
path = themes/docsy
url = https://github.com/google/docsy.git
docsy-pin = v0.11.0-38-g77da7e49
docsy-pin = v0.11.0-39-g9e685592
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"]
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/collector/internal-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Prometheus exporter, regardless of their origin, are prefixed with `otelcol_`.
This includes metrics from both Collector components and instrumentation
libraries. {{% /alert %}}

{{% comment %}}
{{< comment >}}

To compile this list, configure a Collector instance to emit its own metrics to
the localhost:8888/metrics endpoint. Select a metric and grep for it in the
Expand All @@ -222,7 +222,7 @@ the .go file that contains the list of metrics. In the case of
Note that the Collector's internal metrics are defined in several different
files in the repository.

{{% /comment %}}
{{< /comment >}}

#### `basic`-level metrics

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@
"ajv-formats": "^3.0.1",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.20",
"cspell": "^8.17.2",
"cspell": "^8.17.3",
"gulp": "^5.0.0",
"hugo-extended": "0.142.0",
"hugo-extended": "0.143.0",
"js-yaml": "^4.1.0",
"markdown-link-check": "^3.13.6",
"markdownlint": "^0.37.4",
Expand Down Expand Up @@ -151,7 +151,7 @@
"path": "^0.12.7"
},
"optionalDependencies": {
"netlify-cli": "^18.0.2",
"netlify-cli": "^18.0.3",
"npm-check-updates": "^17.1.14"
},
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
Expand Down
2 changes: 1 addition & 1 deletion themes/docsy