Skip to content

Commit

Permalink
Update docsy to 0.8.0, clean up htmltest config, update OpAMP
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Nov 30, 2023
1 parent 73a74bc commit f992e4a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
17 changes: 7 additions & 10 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ IgnoreDirectoryMissingTrailingSlash: true
IgnoreAltMissing: true
IgnoreCanonicalBrokenLinks: false
CheckMailto: false
IgnoreDirs:
- ^blog/(\d+/)?page/\d+
IgnoreInternalURLs: # list of paths
IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^/docs/instrumentation/\w+/(api|examples)/$
Expand All @@ -18,6 +20,9 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^https?://127\.0\.0\.1\b
- ^https?://(otel-demo|traefik)\.localhost

# OpAMP spec:
- ^https://pdf.sciencedirectassets.com/280203/1-s2.0-S1877050919X0006X/1-s2.0-S1877050919303576/main.pdf\?

# Sites that deny access, always yielding 403 Forbidden (unless mentioned otherwise)
- ^https://(www\.)?linkedin\.com\b # 999 Request Denied
- ^https://(www\.)?mvnrepository\.com
Expand All @@ -41,13 +46,5 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^https://crates\.io/crates
# TODO: drop after fix to https://github.com/micrometer-metrics/micrometer-docs/issues/239
- ^https://micrometer\.io/docs
# TODO: drop after fix to https://github.com/google/docsy/issues/1337
- ^https://opentelemetry\.io/.
# TODO: drop after fix to https://github.com/open-telemetry/opentelemetry.io/issues/2354
- ^https://open-telemetry\.github\.io/opentelemetry-python/benchmarks/
# TODO: remove after merge of https://github.com/open-telemetry/opentelemetry.io/pull/2594
- ^https://elastic.co/blog/ecs-elastic-common-schema-otel-opentelemetry-announcement
# TODO: remove after OpAMP spec is fixed: https://github.com/open-telemetry/opamp-spec/issues/148
- ^https://example.com:4318/v1/metrics
- ^https://pdf.sciencedirectassets.com/280203/1-s2.0-S1877050919X0006X
- ^https://research.fb.com/wp-content/uploads/2016/11/holistic-configuration-management-at-facebook.pdf
# TODO: ensure .json isn't set as an alternate in ecosystem/registry/index.html and then drop:
- ^https://opentelemetry.io/ecosystem/registry/index.json
2 changes: 1 addition & 1 deletion content-modules/opamp-spec
8 changes: 8 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -1575,6 +1575,10 @@
"StatusCode": 206,
"LastSeen": "2023-06-30T09:35:36.578946-04:00"
},
"https://elastic.co/blog/ecs-elastic-common-schema-otel-opentelemetry-announcement": {
"StatusCode": 200,
"LastSeen": "2023-11-29T05:19:30.624412-05:00"
},
"https://en.cppreference.com/w/cpp/container/set": {
"StatusCode": 200,
"LastSeen": "2023-06-29T16:10:28.50163-04:00"
Expand Down Expand Up @@ -5263,6 +5267,10 @@
"StatusCode": 206,
"LastSeen": "2023-06-30T09:40:22.564248-04:00"
},
"https://research.facebook.com/file/877841159827226/holistic-configuration-management-at-facebook.pdf": {
"StatusCode": 206,
"LastSeen": "2023-11-29T05:30:49.447684-05:00"
},
"https://roadrunner.dev/": {
"StatusCode": 200,
"LastSeen": "2023-07-31T14:07:56.022667827Z"
Expand Down
2 changes: 1 addition & 1 deletion themes/docsy
Submodule docsy updated 41 files
+3 −0 .markdown-link-check.json
+112 −71 CHANGELOG.md
+23 −27 CONTRIBUTING.md
+1 −1 Dockerfile
+11 −10 README.md
+5 −0 assets/_vendor/README.md
+0 −0 assets/_vendor/bootstrap/scss/_rfs.scss
+1 −1 assets/scss/_variables.scss
+0 −1 assets/scss/main.scss
+0 −5 assets/scss/support/_functions.scss
+0 −2 dependencies/assets/bootstrap/README.txt
+0 −3 dependencies/assets/bootstrap/scss/_vendor/README.txt
+0 −43 dependencies/config.toml
+0 −8 dependencies/go.mod
+0 −6 dependencies/go.sum
+2 −1 go.mod
+0 −6 go.sum
+19 −0 hugo.yaml
+2 −0 i18n/ja.toml
+1 −1 i18n/zh-cn.toml
+10 −10 i18n/zh-tw.toml
+1 −4 layouts/_default/content.html
+1 −4 layouts/docs/list.html
+1 −1 layouts/partials/breadcrumb.html
+13 −11 layouts/partials/feedback.html
+0 −1 layouts/partials/head.html
+1 −1 layouts/partials/page-meta-links.html
+1 −4 layouts/swagger/list.html
+1 −1 netlify.toml
+17 −7 package.json
+56 −0 tools/getHugoModules/index.mjs
+2 −2 userguide/content/en/blog/2023/bootstrap-5-migration.md
+2 −2 userguide/content/en/blog/2023/docsy-0.7.md
+84 −0 userguide/content/en/blog/2023/priorities-for-2024.md
+38 −35 userguide/content/en/docs/adding-content/feedback.md
+64 −10 userguide/content/en/docs/adding-content/shortcodes/index.md
+8 −8 userguide/content/en/docs/get-started/docsy-as-module/installation-prerequisites.md
+1 −16 userguide/content/en/docs/get-started/docsy-as-module/start-from-scratch.md
+31 −2 userguide/content/en/docs/get-started/other-options.md
+5 −18 userguide/content/en/docs/updating/convert-site-to-module.md
+3 −3 userguide/hugo.yaml

0 comments on commit f992e4a

Please sign in to comment.