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

Feature/add doc linting #374

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

liamwh
Copy link
Contributor

@liamwh liamwh commented Apr 15, 2024

Feature or Problem

When creating a prior PR, I noticed many Markdown linting errors in the Markdown docs which power wasmcloud.com. Using automated markdown linting can help ensure quality of wasmCloud.com documentation. This PR applies automated fixes, and adds a justfile and .markdownlint.yaml file for fixing and checking for linting errors automatically.

If the maintainers of the repo are open to this idea, then I would recommend first agreeing on the rules to ignore, fix the remaining markdownlint violations and then finally include a PR validation step in a GitHub workflow to check that all Markdown passes the linting check before allowing merges, before merging this PR.

Related Issues

N/A

Release Information

N/A

Consumer Impact

N/A

Testing

"It works on my machine" 😆

Unit Test(s)

N/A

Acceptance or Integration

N/A

Manual Verification

I have run just lint-docs and just fix-docs locally. There are still the following remaining linting errors which must be fixed by hand, but I won't proceed with those unless I know that the maintainers are open to this idea and this change is desireable:

❯ just fix-docs       
markdownlint --fix "**/*.md" "**/*.mdx"
blog/2022-05-23_ghcr-actions.md:53 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
MORE LINES REMOVED FOR BREVITY
blog/2022-05-23_ghcr-actions.md:85 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
blog/better-together-building-efficient-microservices-in-kubernetes-with-webassembly.md:11 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "# Adobe and Kubernetes"]
blog/better-together-building-efficient-microservices-in-kubernetes-with-webassembly.md:29 MD025/single-title/single-
versioned_docs/version-0.82/cli/claims.md:277 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/claims.md:281 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Options"]
versioned_docs/version-0.82/cli/completions.md:19 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/ctx.md:22 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/ctx.md:36 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/ctx.md:38 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/ctx.md:42 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Options"]
versioned_docs/version-0.82/cli/ctx.md:52 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/ctx.md:54 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/ctx.md:58 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Options"]
versioned_docs/version-0.82/cli/ctx.md:70 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/ctx.md:72 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/ctx.md:76 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Options"]
versioned_docs/version-0.82/cli/ctx.md:86 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/ctx.md:88 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/ctx.md:92 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Options"]
versioned_docs/version-0.82/cli/dev.md:12 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/down.md:12 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/drain.md:22 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/drain.md:30 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/drain.md:32 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/drain.md:40 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/drain.md:42 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/drain.md:50 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/drain.md:52 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/drain.md:60 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/drain.md:62 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/get.md:21 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/get.md:29 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/get.md:31 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/get.md:39 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/get.md:41 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/get.md:50 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/get.md:52 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/index.md:11 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/index.md:19 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/inspect.md:12 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/keys.md:28 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/keys.md:37 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/keys.md:39 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/keys.md:47 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/keys.md:49 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/link.md:20 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/link.md:28 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/link.md:30 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/link.md:38 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/link.md:40 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/new.md:42 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/new.md:59 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/par.md:20 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/par.md:66 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/par.md:68 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/par.md:88 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Options"]
versioned_docs/version-0.82/cli/par.md:110 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/par.md:112 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/par.md:116 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Options"]
versioned_docs/version-0.82/cli/pull.md:12 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/push.md:12 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/reg.md:24 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/reg.md:54 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/reg.md:56 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/reg.md:60 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Options"]
versioned_docs/version-0.82/cli/reg.md:82 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/reg.md:84 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/reg.md:88 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Options"]
versioned_docs/version-0.82/cli/scale.md:12 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/spy.md:12 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/start.md:15 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/stop.md:20 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/stop.md:28 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/stop.md:30 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/stop.md:38 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Usage"]
versioned_docs/version-0.82/cli/stop.md:40 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/ui.md:12 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/up.md:12 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/cli/update.md:12 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/deployment/nats/cluster-config.mdx:19 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/deployment/nats/cluster-config.mdx:55 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/deployment/nats/cluster-config.mdx:77 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/deployment/nats/cluster-config.mdx:94 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/deployment/wadm/nats-credentials.mdx:24 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/deployment/wadm/nats-credentials.mdx:32 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/deployment/wadm/nats-credentials.mdx:38 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/deployment/wadm/nats-credentials.mdx:45 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/deployment/wadm/nats-credentials.mdx:52 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/developer/actors/build.mdx:37 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
versioned_docs/version-0.82/developer/actors/build.mdx:57 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
versioned_docs/version-0.82/developer/actors/build.mdx:80 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
versioned_docs/version-0.82/developer/actors/build.mdx:99 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
versioned_docs/version-0.82/developer/actors/build.mdx:118 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
versioned_docs/version-0.82/developer/actors/run.mdx:105 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/developer/actors/run.mdx:117 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/developer/debugging/actors.mdx:20 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/developer/debugging/actors.mdx:53 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/developer/debugging/actors.mdx:71 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/developer/debugging/actors.mdx:192 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/developer/debugging/host.mdx:34 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/developer/debugging/host.mdx:55 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/developer/debugging/host.mdx:99 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/developer/interfaces/creating-an-interface.md:240 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/developer/providers/testing.md:23:1 MD029/ol-prefix Ordered list item prefix [Expected: 1; Actual: 3; Style: 1/2/3]
versioned_docs/version-0.82/developer/providers/testing.md:24:1 MD029/ol-prefix Ordered list item prefix [Expected: 2; Actual: 4; Style: 1/2/3]
versioned_docs/version-0.82/developer/providers/testing.md:26:1 MD029/ol-prefix Ordered list item prefix [Expected: 3; Actual: 5; Style: 1/2/3]
versioned_docs/version-0.82/developer/providers/testing.md:35:1 MD029/ol-prefix Ordered list item prefix [Expected: 4; Actual: 6; Style: 1/2/3]
versioned_docs/version-0.82/ecosystem/wadm/api.md:30 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/ecosystem/wadm/api.md:102 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Request"]
versioned_docs/version-0.82/ecosystem/wadm/api.md:106 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Response"]
versioned_docs/version-0.82/ecosystem/wadm/api.md:134 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Request"]
versioned_docs/version-0.82/ecosystem/wadm/api.md:148 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Response"]
versioned_docs/version-0.82/ecosystem/wadm/api.md:223 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Request"]
versioned_docs/version-0.82/ecosystem/wadm/api.md:227 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Response"]
versioned_docs/version-0.82/ecosystem/wadm/api.md:251 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Request"]
versioned_docs/version-0.82/ecosystem/wadm/api.md:260 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Response"]
versioned_docs/version-0.82/ecosystem/wadm/api.md:291 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Request"]
versioned_docs/version-0.82/ecosystem/wadm/api.md:329 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Request"]
versioned_docs/version-0.82/ecosystem/wadm/api.md:376 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Request"]
versioned_docs/version-0.82/ecosystem/wadm/api.md:380 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Response"]
versioned_docs/version-0.82/ecosystem/wadm/usage.md:13 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/ecosystem/wash/contexts.mdx:29 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/ecosystem/wash/contexts.mdx:53 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/ecosystem/wash/index.md:11 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/codegen-toml.md:30 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "  ```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/codegen-toml.md:39 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "  ```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/codegen-toml.md:48 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "  ```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/codegen-toml.md:66 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "  ```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/codegen-toml.md:74 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "  ```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/tips/avoid-single-member-structures.md:12 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/tips/avoid-single-member-structures.md:26 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/tips/clippy-warnings.md:10 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/tips/error-messages.md:12 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/tips/lint-validate.md:10 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/tips/lint-validate.md:16 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/traits.md:27 MD036/no-emphasis-as-heading Emphasis used instead of a heading [Context: "Example"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/traits.md:29 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/traits.md:74 MD036/no-emphasis-as-heading Emphasis used instead of a heading [Context: "Example"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/traits.md:76 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/traits.md:107 MD036/no-emphasis-as-heading Emphasis used instead of a heading [Context: "Example"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/traits.md:109 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/wasmcloud-smithy.md:6 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "# wasmCloud-smithy guide"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/wasmcloud-smithy.md:10 MD036/no-emphasis-as-heading Emphasis used instead of a heading [Context: "Contents"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/wasmcloud-smithy.md:84 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/wasmcloud-smithy.md:108 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/wasmcloud-smithy.md:128 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/wasmcloud-smithy.md:141 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/wasmcloud-smithy.md:150 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/wasmcloud-smithy.md:167 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/hosts/abis/wasmbus/interfaces/wasmcloud-smithy.md:173 MD040/fenced-code-language Fenced code blocks should have a language s
versioned_docs/version-0.82/hosts/elixir/architecture.md:32 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "``
versioned_docs/version-0.82/hosts/elixir/architecture.md:38 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "``
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:78 MD024/no-duplicate-heading Multiple headings with the same content [Context:
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:89 MD024/no-duplicate-heading Multiple headings with the same content [Context:
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:114 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:130 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:149 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:165 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:191 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:206 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:226 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:242 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:262 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:280 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:300 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:314 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:334 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:346 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:374 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:378 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:396 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:400 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:418 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:422 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:442 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:446 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:471 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:475 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:507 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:511 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:565 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:569 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:598 MD001/heading-increment Heading levels should only increment by one level a
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:598 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:602 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:627 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:631 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:664 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:678 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:698 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/hosts/lattice-protocols/control-interface.md:708 MD024/no-duplicate-heading Multiple headings with the same content [Context
versioned_docs/version-0.82/installation.mdx:5 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "impo
versioned_docs/version-0.82/intro.md:24 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3]
versioned_docs/version-0.82/roadmap/index.md:10 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "# 2024 Q1 Roadm
versioned_docs/version-0.82/tour/adding-capabilities.mdx:5 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Co
versioned_docs/version-0.82/tour/adding-capabilities.mdx:404 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
versioned_docs/version-0.82/tour/hello-world.mdx:5 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "
versioned_docs/version-0.82/tour/hello-world.mdx:161 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
versioned_docs/version-0.82/tour/hello-world.mdx:378 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "````"]
versioned_docs/version-0.82/tour/why-wasmcloud.mdx:21 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2;

Copy link

netlify bot commented Apr 15, 2024

Deploy Preview for dreamy-golick-5f201e failed.

Name Link
🔨 Latest commit 49b8b86
🔍 Latest deploy log https://app.netlify.com/sites/dreamy-golick-5f201e/deploys/661d4676c9d87a0008aad437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant