8000 chore: adopt markdownlint and markdown-table-formatter for *.md by matifali · Pull Request #15831 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: adopt markdownlint and markdown-table-formatter for *.md #15831

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

Merged
merged 94 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
94 commits
Select commit Hold shift + click to select a range
fe34c79
disable prettier for docs md
EdwardAngert Nov 25, 2024
5d1429a
make fmt
EdwardAngert Nov 25, 2024
a8b2217
fix md in jfrog-artifactory
EdwardAngert Nov 25, 2024
8df4ea1
Merge remote-tracking branch 'origin/main' into 216-disable-prettier-…
Dec 5, 2024
819074c
add markdownlint-cli2 and rules
Dec 5, 2024
150fdef
make fmt
Dec 5, 2024
4a1fb29
fix typo
Dec 5, 2024
acee64b
alt text to contributors
Dec 5, 2024
9109a7e
Apply suggestions from code review
EdwardAngert Dec 6, 2024
a6b8f83
move action; remove output format
Dec 6, 2024
6e8aa60
link fixes
Dec 6, 2024
9f14438
fixes and ignore no-bare-urls
Dec 6, 2024
40a94f1
md fixes
Dec 6, 2024
43435a5
add changed.yml
Dec 9, 2024
1da5f23
md lint changed files
Dec 9, 2024
59a92c9
remove redundancy from docs-pr.yaml
Dec 9, 2024
34ca8cb
mdlinter ignore docs/reference
EdwardAngert Dec 10, 2024
4dc14ea
fix errors
EdwardAngert Dec 10, 2024
b7331df
Merge branch 'main' into 216-disable-prettier-docs-md
matifali Dec 11, 2024
fcaa917
Integrate markdownlint and remove Prettier for docs
matifali Dec 11, 2024
e9431a6
Refactor docs lint workflow in docs-lint.yaml
matifali Dec 11, 2024
2f84e0f
Update docs lint workflow to include site directory
matifali Dec 11, 2024
e3ac0b1
Add packageManager to site package.json
matifali Dec 11, 2024
9ccfcfd
Refactor actions and workflows for consistency
matifali Dec 11, 2024
7d5b411
Remove pnpm-lock.yaml from version control
matifali Dec 11, 2024
3b396d3
Fix markdown lint issues in docs and Makefile
matifali Dec 11, 2024
44ceda1
Remove comment line handling in example parsing
matifali Dec 11, 2024
847a8f3
Quote markdownlint path globs in Makefile
matifali Dec 11, 2024
4ed47fc
Fix formatting in provisionerGenerated.ts
matifali Dec 11, 2024
89fec9a
Merge remote-tracking branch 'origin/main' into 216-disable-prettier-…
EdwardAngert Dec 11, 2024
6d5006a
Refactor TypeScript formatting target in Makefile
matifali Dec 12, 2024
0471071
Refactor Makefile to rename fmt/ts to fmt/biome
matifali Dec 12, 2024
981d7b5
Refactor documentation for consistency in formatting
matifali Dec 12, 2024
d11102a
Rename docs-lint.yaml to docs-ci.yaml
matifali Dec 12, 2024
e14d543
Discard changes to .github/actions/setup-node/action.yaml
matifali Dec 12, 2024
f1305d0
Discard changes to coderd/prometheusmetrics/testdata/agent-stats.json
matifali Dec 12, 2024
3670fa7
Discard changes to coderd/prometheusmetrics/insights/testdata/insight…
matifali Dec 12, 2024
e1eec2f
revert non-docs chnages
matifali Dec 12, 2024
f3652f7
remove prettier
matifali Dec 12, 2024
34ceccf
ignore examples.gen.json
matifali Dec 12, 2024
868d3fa
Merge branch '216-disable-prettier-docs-md' into atif/bye-bye-prettier
matifali Dec 12, 2024
3c2c4da
Merge branch 'main' into atif/bye-bye-prettier
matifali Dec 12, 2024
8cdd668
Update markdown formatting tools and apply fixes
matifali Dec 12, 2024
223cd4d
ci: specify workspace directory in setup-node action
matifali Dec 12, 2024
6de5e1d
Add Storybook launch script to package.json
matifali Dec 12, 2024
2ed285f
Rename docs lint workflow to docs CI
matifali Dec 12, 2024
eb3504c
Remove redundant setup-node configuration
matifali Dec 12, 2024
7b7308b
Add echo for changed files in docs CI workflow
matifali Dec 12, 2024
95d5574
Fix workflow environment variable syntax in docs CI
matifali Dec 12, 2024
d8fb439
Swap lint and fmt steps in docs workflow
matifali Dec 12, 2024
db200bb
Rename workflow job to 'docs' in docs-ci.yaml
matifali Dec 12, 2024
60a5a4a
Improve markdown formatting consistency
matifali Dec 12, 2024
691cf5c
Refactor JSON example tags formatting and add comment
matifali Dec 12, 2024
c9afb8b
Add generated examples for various environments
matifali Dec 12, 2024
79abf5f
Merge branch 'main' into atif/bye-bye-prettier
matifali Dec 17, 2024
7a326bd
`make fmt`
matifali Dec 17, 2024
f6c652a
Resolve merge conflict by incorporating both suggestions
matifali Dec 23, 2024
ab64ced
fix glob
matifali Dec 23, 2024
fd042dd
fix glob
matifali Dec 23, 2024
c9bc320
fixup: remove extra examples.gen.json from root
matifali Dec 23, 2024
a38312a
JSON do not have commnets
matifali Dec 23, 2024
3417860
remove target for ignored file
matifali Dec 23, 2024
bd31583
make -B
matifali Dec 23, 2024
9b0f28a
fixup
matifali Dec 24, 2024
917d6b3
Merge branch 'main' into atif/bye-bye-prettier
matifali Dec 24, 2024
ad73e4e
fixup
matifali Dec 24, 2024
90acaca
Reorder and update VSCode extension recommendations
matifali Dec 27, 2024
979a283
enable more rules
matifali Dec 27, 2024
34aa71b
Merge branch 'main' into atif/bye-bye-prettier
matifali Dec 27, 2024
6abc05a
make gen
matifali Dec 27, 2024
a291686
make fmt
matifali Dec 27, 2024
a61d20d
golden files
matifali Dec 30, 2024
e384d0a
Merge branch 'main' into atif/bye-bye-prettier
matifali Dec 30, 2024
f0cb88d
Update URLs to angle brackets for Markdown
matifali Dec 30, 2024
4e83922
Update codersdk/deployment.go
matifali Dec 31, 2024
504a1ed
Update docs/changelogs/v2.1.1.md
matifali Dec 31, 2024
4cea376
Update docs/changelogs/v2.5.0.md
matifali Dec 31, 2024
1637783
Merge branch 'main' into atif/bye-bye-prettier
matifali Dec 31, 2024
5392bb7
fix heading levels in IDP sync documentation
matifali Dec 31, 2024
15f21eb
Update docs CI workflow for specific file paths
matifali Dec 31, 2024
b733ad1
Format code examples in docs with backticks
matifali Dec 31, 2024
0d41834
Update workflow paths for consistent globbing
matifali Dec 31, 2024
f97ce22
Merge branch 'main' into atif/bye-bye-prettier
matifali Jan 2, 2025
687b015
wip
matifali Jan 2, 2025
fe265eb
wip 2
matifali Jan 2, 2025
33f4b81
fixup
matifali Jan 2, 2025
11dd374
Update markdownlint config for schema and templates docs
matifali Jan 2, 2025
43f568b
Merge branch 'main' into atif/bye-bye-prettier
matifali Jan 3, 2025
dadc689
make -B gen
matifali Jan 3, 2025
c375423
Delete coderd/database/dbmock/gomock_reflect_2684282611/prog.go
matifali Jan 3, 2025
6b95860
make -B gen
matifali Jan 3, 2025
8fefeef
make -B gen
matifali Jan 3, 2025
8731666
make update-golden-files
matifali Jan 3, 2025
9f6adaa
fixup
matifali Jan 3, 2025
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
Prev Previous commit
Next Next commit
Integrate markdownlint and remove Prettier for docs
- Replace Prettier with markdownlint for documentation formatting.
- Rename `docs-pr.yaml` to `docs-lint.yaml` for clarity.
- Adjust `Makefile` to use `fmt/biome` instead of `fmt/prettier`.
- Remove `.prettierignore` and `.prettierignore.include` files.
- Apply markdownlint formatting across relevant documentation files.
  • Loading branch information
matifali committed Dec 11, 2024
commit fcaa91733d51c76f007d1f508f6f0817b4f1bc70
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
files: "docs/**/*.md"
files_ignore: "docs/reference/*.md"
separator: ","
- uses: DavidAnson/markdownlint-cli2-action@v18
- name: lint
if: steps.changed-files.outputs.any_changed == 'true'
with:
globs: ${{ steps.changed-files.outputs.all_changed_files }}
separator: ","
config: ".github/actions/docs/markdownlint-cli2/.markdownlint.json"
run: |
cd site
../scripts/pnpm_install.sh
pnpm exec markdownlint-cli2 --fix {{ steps.changed-files.outputs.all_changed_files }}
99 changes: 0 additions & 99 deletions .prettierignore

This file was deleted.

17 changes: 0 additions & 17 deletions .prettierignore.include

This file was deleted.

60 changes: 32 additions & 28 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ BOLD := $(shell tput bold 2>/dev/null)
GREEN := $(shell tput setaf 2 2>/dev/null)
RESET := $(shell tput sgr0 2>/dev/null)

fmt: fmt/ts fmt/go fmt/terraform fmt/shfmt fmt/prettier
fmt: fmt/ts fmt/go fmt/terraform fmt/shfmt fmt/biome
.PHONY: fmt

fmt/go:
Expand All @@ -436,15 +436,16 @@ else
endif
.PHONY: fmt/ts

fmt/prettier: .prettierignore
echo "$(GREEN)==>$(RESET) $(BOLD)fmt/prettier$(RESET)"
fmt/biome:
echo "$(GREEN)==>$(RESET) $(BOLD)fmt/biome$(RESET)"
cd site
# Avoid writing files in CI to reduce file write activity
ifdef CI
pnpm run format:check
else
pnpm run format
endif
.PHONY: fmt/prettier
.PHONY: fmt/biome

fmt/terraform: $(wildcard *.tf)
echo "$(GREEN)==>$(RESET) $(BOLD)fmt/terraform$(RESET)"
Expand All @@ -461,7 +462,7 @@ else
endif
.PHONY: fmt/shfmt

lint: lint/shellcheck lint/go lint/ts lint/examples lint/helm lint/site-icons
lint: lint/shellcheck lint/go lint/ts lint/examples lint/helm lint/site-icons lint/markdown
.PHONY: lint

lint/site-icons:
Expand Down Expand Up @@ -495,6 +496,12 @@ lint/helm:
make lint
.PHONY: lint/helm

lint/markdown:
cd site
../scripts/pnpm_install.sh
pnpm exec markdownlint-cli2 --fix ../docs/**/*.md
.PHONY: lint/markdown

# All files generated by the database should be added here, and this can be used
# as a target for jobs that need to run after the database is generated.
DB_GEN_FILES := \
Expand Down Expand Up @@ -530,8 +537,6 @@ gen: \
docs/reference/cli/index.md \
docs/admin/security/audit-logs.md \
coderd/apidoc/swagger.json \
.prettierignore.include \
.prettierignore \
provisioner/terraform/testdata/version \
site/e2e/provisionerGenerated.ts \
site/src/theme/icons.json \
Expand Down Expand Up @@ -560,8 +565,6 @@ gen/mark-fresh:
docs/reference/cli/index.md \
docs/admin/security/audit-logs.md \
coderd/apidoc/swagger.json \
.prettierignore.include \
.prettierignore \
site/e2e/provisionerGenerated.ts \
site/src/theme/icons.json \
examples/examples.gen.json \
Expand Down Expand Up @@ -650,11 +653,15 @@ site/e2e/provisionerGenerated.ts: provisionerd/proto/provisionerd.pb.go provisio

site/src/theme/icons.json: $(wildcard scripts/gensite/*) $(wildcard site/static/icon/*)
go run ./scripts/gensite/ -icons "$@"
./scripts/pnpm_install.sh
pnpm -C site/ exec biome format --write src/theme/icons.json
cd site
../scripts/pnpm_install.sh
pnpm exec biome format --write src/theme/icons.json

examples/examples.gen.json: scripts/examplegen/main.go examples/examples.go $(shell find ./examples/templates)
go run ./scripts/examplegen/main.go > examples/examples.gen.json
cd site
../scripts/pnpm_install.sh
pnpm exec biome format --write examples/examples.gen.json

coderd/rbac/object_gen.go: scripts/typegen/rbacobject.gotmpl scripts/typegen/main.go coderd/rbac/object.go coderd/rbac/policy/policy.go
go run scripts/typegen/main.go rbac object > coderd/rbac/object_gen.go
Expand All @@ -673,23 +680,29 @@ site/src/api/countriesGenerated.ts: scripts/typegen/countries.tstmpl scripts/typ

docs/admin/integrations/prometheus.md: scripts/metricsdocgen/main.go scripts/metricsdocgen/metrics
go run scripts/metricsdocgen/main.go
./scripts/pnpm_install.sh
pnpm exec prettier --write ./docs/admin/integrations/prometheus.md
cd site
../scripts/pnpm_install.sh
pnpm exec markdownlint-cli2 --write ../docs/admin/integrations/prometheus.md

docs/reference/cli/index.md: scripts/clidocgen/main.go examples/examples.gen.json $(GO_SRC_FILES)
CI=true BASE_PATH="." go run ./scripts/clidocgen
./scripts/pnpm_install.sh
pnpm exec prettier --write ./docs/reference/cli/index.md ./docs/reference/cli/*.md ./docs/manifest.json
cd site
../scripts/pnpm_install.sh
pnpm exec markdownlint-cli2 --fix ../docs/reference/cli/index.md ../docs/reference/cli/*.md
pnpm exec biome format --write ../docs/manifest.json

docs/admin/security/audit-logs.md: coderd/database/querier.go scripts/auditdocgen/main.go enterprise/audit/table.go coderd/rbac/object_gen.go
go run scripts/auditdocgen/main.go
./scripts/pnpm_install.sh
pnpm exec prettier --write ./docs/admin/security/audit-logs.md
cd site
../scripts/pnpm_install.sh
pnpm exec markdownlint-cli2 --fix ../docs/admin/security/audit-logs.md

coderd/apidoc/swagger.json: $(shell find ./scripts/apidocgen $(FIND_EXCLUSIONS) -type f) $(wildcard coderd/*.go) $(wildcard enterprise/coderd/*.go) $(wildcard codersdk/*.go) $(wildcard enterprise/wsproxy/wsproxysdk/*.go) $(DB_GEN_FILES) .swaggo docs/manifest.json coderd/rbac/object_gen.go
./scripts/apidocgen/generate.sh
./scripts/pnpm_install.sh
pnpm exec prettier --write ./docs/reference/api ./docs/manifest.json ./coderd/apidoc/swagger.json
cd site
../scripts/pnpm_install.sh
pnpm exec markdownlint-cli2 --fix ../docs/reference/api
pnpm exec biome format --write ../docs/manifest.json ../coderd/apidoc/swagger.json

update-golden-files: \
cli/testdata/.gen-golden \
Expand Down Expand Up @@ -750,15 +763,6 @@ scripts/ci-report/testdata/.gen-golden: $(wildcard scripts/ci-report/testdata/*)
go test ./scripts/ci-report -run=TestOutputMatchesGoldenFile -update
touch "$@"

# Combine .gitignore with .prettierignore.include to generate .prettierignore.
.prettierignore: .gitignore .prettierignore.include
echo "# Code generated by Makefile ($^). DO NOT EDIT." > "$@"
echo "" >> "$@"
for f in $^; do
echo "# $${f}:" >> "$@"
cat "$$f" >> "$@"
done
Copy link
Member

Choose a reason for hiding this comment

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

Do our replacement commands obey .gitignore now that we don't use prettier/.prettierignore?

Copy link
Member Author

Choose a reason for hiding this comment

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

most of the formatting is done by biome and it supports .gitignore. I need to configure it though.
See: https://biomejs.dev/reference/configuration/#vcsuseignorefile


test:
$(GIT_FLAGS) gotestsum --format standard-quiet -- -v -short -count=1 ./...
.PHONY: test
Expand Down
22 changes: 11 additions & 11 deletions coderd/prometheusmetrics/insights/testdata/insights-metrics.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"coderd_insights_applications_usage_seconds[application_name=JetBrains,slug=,template_name=golden-template]": 60,
"coderd_insights_applications_usage_seconds[application_name=Visual Studio Code,slug=,template_name=golden-template]": 60,
"coderd_insights_applications_usage_seconds[application_name=Web Terminal,slug=,template_name=golden-template]": 0,
"coderd_insights_applications_usage_seconds[application_name=SSH,slug=,template_name=golden-template]": 60,
"coderd_insights_applications_usage_seconds[application_name=Golden Slug,slug=golden-slug,template_name=golden-template]": 180,
"coderd_insights_parameters[parameter_name=first_parameter,parameter_type=string,parameter_value=Foobar,template_name=golden-template]": 1,
"coderd_insights_parameters[parameter_name=first_parameter,parameter_type=string,parameter_value=Baz,template_name=golden-template]": 1,
"coderd_insights_parameters[parameter_name=second_parameter,parameter_type=bool,parameter_value=true,template_name=golden-template]": 2,
"coderd_insights_parameters[parameter_name=third_parameter,parameter_type=number,parameter_value=789,template_name=golden-template]": 1,
"coderd_insights_parameters[parameter_name=third_parameter,parameter_type=number,parameter_value=999,template_name=golden-template]": 1,
"coderd_insights_templates_active_users[template_name=golden-template]": 1
"coderd_insights_applications_usage_seconds[application_name=JetBrains,slug=,template_name=golden-template]": 60,
"coderd_insights_applications_usage_seconds[application_name=Visual Studio Code,slug=,template_name=golden-template]": 60,
"coderd_insights_applications_usage_seconds[application_name=Web Terminal,slug=,template_name=golden-template]": 0,
"coderd_insights_applications_usage_seconds[application_name=SSH,slug=,template_name=golden-template]": 60,
"coderd_insights_applications_usage_seconds[application_name=Golden Slug,slug=golden-slug,template_name=golden-template]": 180,
"coderd_insights_parameters[parameter_name=first_parameter,parameter_type=string,parameter_value=Foobar,template_name=golden-template]": 1,
"coderd_insights_parameters[parameter_name=first_parameter,parameter_type=string,parameter_value=Baz,template_name=golden-template]": 1,
"coderd_insights_parameters[parameter_name=second_parameter,parameter_type=bool,parameter_value=true,template_name=golden-template]": 2,
"coderd_insights_parameters[parameter_name=third_parameter,parameter_type=number,parameter_value=789,template_name=golden-template]": 1,
"coderd_insights_parameters[parameter_name=third_parameter,parameter_type=number,parameter_value=999,template_name=golden-template]": 1,
"coderd_insights_templates_active_users[template_name=golden-template]": 1
}
48 changes: 24 additions & 24 deletions coderd/prometheusmetrics/testdata/agent-stats.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"testuser:workspace-1:example:coderd_agentstats_connection_count": 9,
"testuser:workspace-1:example:coderd_agentstats_connection_median_latency_seconds": 8,
"testuser:workspace-1:example:coderd_agentstats_rx_bytes": 9,
"testuser:workspace-1:example:coderd_agentstats_session_count_jetbrains": 6,
"testuser:workspace-1:example:coderd_agentstats_session_count_reconnecting_pty": 7,
"testuser:workspace-1:example:coderd_agentstats_session_count_ssh": 8,
"testuser:workspace-1:example:coderd_agentstats_session_count_vscode": 5,
"testuser:workspace-1:example:coderd_agentstats_tx_bytes": 6,
"testuser:workspace-2:example:coderd_agentstats_connection_count": 10,
"testuser:workspace-2:example:coderd_agentstats_connection_median_latency_seconds": 10,
"testuser:workspace-2:example:coderd_agentstats_rx_bytes": 15,
"testuser:workspace-2:example:coderd_agentstats_session_count_jetbrains": 10,
"testuser:workspace-2:example:coderd_agentstats_session_count_reconnecting_pty": 12,
"testuser:workspace-2:example:coderd_agentstats_session_count_ssh": 14,
"testuser:workspace-2:example:coderd_agentstats_session_count_vscode": 8,
"testuser:workspace-2:example:coderd_agentstats_tx_bytes": 9,
"testuser:workspace-3:example:coderd_agentstats_connection_count": 11,
"testuser:workspace-3:example:coderd_agentstats_connection_median_latency_seconds": 12,
"testuser:workspace-3:example:coderd_agentstats_rx_bytes": 21,
"testuser:workspace-3:example:coderd_agentstats_session_count_jetbrains": 16,
"testuser:workspace-3:example:coderd_agentstats_session_count_reconnecting_pty": 18,
"testuser:workspace-3:example:coderd_agentstats_session_count_ssh": 20,
"testuser:workspace-3:example:coderd_agentstats_session_count_vscode": 14,
"testuser:workspace-3:example:coderd_agentstats_tx_bytes": 12
"testuser:workspace-1:example:coderd_agentstats_connection_count": 9,
"testuser:workspace-1:example:coderd_agentstats_connection_median_latency_seconds": 8,
"testuser:workspace-1:example:coderd_agentstats_rx_bytes": 9,
"testuser:workspace-1:example:coderd_agentstats_session_count_jetbrains": 6,
"testuser:workspace-1:example:coderd_agentstats_session_count_reconnecting_pty": 7,
"testuser:workspace-1:example:coderd_agentstats_session_count_ssh": 8,
"testuser:workspace-1:example:coderd_agentstats_session_count_vscode": 5,
"testuser:workspace-1:example:coderd_agentstats_tx_bytes": 6,
"testuser:workspace-2:example:coderd_agentstats_connection_count": 10,
"testuser:workspace-2:example:coderd_agentstats_connection_median_latency_seconds": 10,
"testuser:workspace-2:example:coderd_agentstats_rx_bytes": 15,
"testuser:workspace-2:example:coderd_agentstats_session_count_jetbrains": 10,
"testuser:workspace-2:example:coderd_agentstats_session_count_reconnecting_pty": 12,
"testuser:workspace-2:example:coderd_agentstats_session_count_ssh": 14,
"testuser:workspace-2:example:coderd_agentstats_session_count_vscode": 8,
"testuser:workspace-2:example:coderd_agentstats_tx_bytes": 9,
"testuser:workspace-3:example:coderd_agentstats_connection_count": 11,
"testuser:workspace-3:example:coderd_agentstats_connection_median_latency_seconds": 12,
"testuser:workspace-3:example:coderd_agentstats_rx_bytes": 21,
"testuser:workspace-3:example:coderd_agentstats_session_count_jetbrains": 16,
"testuser:workspace-3:example:coderd_agentstats_session_count_reconnecting_pty": 18,
"testuser:workspace-3:example:coderd_agentstats_session_count_ssh": 20,
"testuser:workspace-3:example:coderd_agentstats_session_count_vscode": 14,
"testuser:workspace-3:example:coderd_agentstats_tx_bytes": 12
}
2 changes: 1 addition & 1 deletion docs/changelogs/v2.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![Last used](https://user-images.githubusercontent.com/22407953/262407146-06cded4e-684e-4cff-86b7-4388270e7d03.png)
> You can use `last_used_before` and `last_used_after` in the workspaces
> search with [RFC3339Nano](https://www.rfc-editor.org/rfc/rfc3339) datetime
- Add `daily_cost`` to `coder ls` to show
- Add `daily_cost`` to`coder ls` to show
[quota](https://coder.com/docs/admin/quotas) consumption (#9200)
(@ammario)
- Added `coder_app` usage to template insights (#9138) (@mafredri)
Expand Down
2 changes: 2 additions & 0 deletions docs/changelogs/v2.1.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
[display apps](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#nested-schema-for-display_apps)
in your template, such as VS Code (Insiders), web terminal, SSH, etc. (#9100)
(@sreya) To add VS Code insiders into your template, you can set:

```tf
display_apps {
vscode_insiders = true
}
```

![Add insiders](https://user-images.githubusercontent.com/4856196/263852602-94a5cb56-b7c3-48cb-928a-3b5e0f4e964b.png)
- Create a workspace from any template version (#9471) (@aslilac)
- Add DataDog Go tracer (#9411) (@ammario)
Expand Down
2 changes: 1 addition & 1 deletion docs/changelogs/v2.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
### Documentation

- Align CODER_HTTP_ADDRESS with document (#10779) (@JounQin)
- Migrate all deprecated `CODER_ADDRESS `to `CODER_HTTP_ADDRESS` (#10780) (@JounQin)
- Migrate all deprecated `CODER_ADDRESS`to `CODER_HTTP_ADDRESS` (#10780) (@JounQin)
- Add documentation for template update policies (experimental) (#10804) (@sreya)
- Fix typo in additional-clusters.md (#10868) (@bpmct)
- Update FE guide (#10942) (@BrunoQuaresma)
Expand Down
Loading
Loading
0