Skip to content

docs: close two unterminated code fences and fix --trust flag name - #2955

Merged
vmaerten merged 1 commit into
go-task:mainfrom
no-hup:fix-docs-fences-trust-flag
Aug 4, 2026
Merged

docs: close two unterminated code fences and fix --trust flag name#2955
vmaerten merged 1 commit into
go-task:mainfrom
no-hup:fix-docs-fences-trust-flag

Conversation

@no-hup

@no-hup no-hup commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Three small documentation fixes:

  • reference/schema.md: the YAML example under requires is never closed, so the following #### vars heading and its description get rendered inside the code block (the next yaml is consumed as the closer).
  • reference/config.md: the example under "Example Configuration" is left open at the end of the file.
  • experiments/remote-taskfiles.md: refers to a --trust flag, but the registered flag is --trusted-hosts (internal/flags/flags.go). The same page already uses --trusted-hosts in its configuration section.

Docs only.

The YAML example under `requires` in schema.md was never closed, so the
following `vars` heading and its description were rendered inside the
code block. The example at the end of config.md was also left open.

The remote Taskfiles page referred to a `--trust` flag; the registered
flag is `--trusted-hosts`, which the same page already uses further down.
@vmaerten
vmaerten self-requested a review August 4, 2026 14:22

@vmaerten vmaerten left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks !

@vmaerten
vmaerten enabled auto-merge (squash) August 4, 2026 14:23
@vmaerten
vmaerten merged commit 886d1ea into go-task:main Aug 4, 2026
16 checks passed
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.

2 participants