Skip to content

Commit 509c2fb

Browse files
author
Claude
committed
Remove unused workdir variable in docs_update_experiments.sh
1 parent 3405d6c commit 509c2fb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/release/docs_update_experiments.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generate_experiments_table() {
2525
# Get ExperimentsSafe entries from deployment.go
2626
echo "| Feature | Description | Available in |"
2727
echo "|---------|-------------|--------------|"
28-
28+
2929
# For now, hardcode the features we know are in ExperimentsSafe
3030
# This is simpler and more reliable than trying to parse the Go code
3131
echo "| \`dev-containers\` | Enables dev containers support. | mainline, stable |"
@@ -37,7 +37,7 @@ generate_experiments_table() {
3737
generate_early_access_table() {
3838
echo "| Feature | Description | Documentation Path |"
3939
echo "|---------|-------------|------------------|"
40-
40+
4141
# For now, hardcode the Dev Containers as early access feature
4242
# This is simpler and more reliable than complex grep/awk parsing
4343
echo "| Dev Containers Integration | Dev Containers Integration | ai-coder/dev-containers.md |"
@@ -47,14 +47,13 @@ generate_early_access_table() {
4747
generate_beta_table() {
4848
echo "| Feature | Description | Documentation Path |"
4949
echo "|---------|-------------|------------------|"
50-
50+
5151
# For now, hardcode the beta features
5252
# This is simpler and more reliable than complex grep/awk parsing
5353
echo "| AI Coding Agents | AI Coding Agents | ai-coder/agents.md |"
5454
echo "| Prebuilt workspaces | Prebuilt workspaces | workspaces/prebuilds.md |"
5555
}
5656

57-
workdir=build/docs/experiments
5857
dest=docs/install/releases/feature-stages.md
5958

6059
log "Updating feature stages documentation in ${dest}"

0 commit comments

Comments
 (0)