Skip to content

Commit

Permalink
Add a dev section.
Browse files Browse the repository at this point in the history
  • Loading branch information
clebreto committed Sep 27, 2024
1 parent 7767297 commit 98dbf49
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/switcher_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@ EOF
fi
done

json_object=$(cat <<EOF
{
"name": "dev",
"version": "unstable",
"url": "https://corese-stack.github.io/corese-core/dev/",
"preferred": false
}
EOF
)
json_array+=("$json_object")

# Close the HTML content
html_content="$html_content
</ul>
Expand Down

0 comments on commit 98dbf49

Please sign in to comment.