We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2719ca9 commit 403be5eCopy full SHA for 403be5e
.github/workflows/build_deploy_multiversion.yml
@@ -102,12 +102,12 @@ jobs:
102
cat > _build/html/_static/switcher.json << 'EOF'
103
[
104
{
105
- "name": "1.3 (stable)",
+ "name": "1.3",
106
"version": "1.3",
107
"url": "https://docs.openspp.org/"
108
},
109
110
- "name": "2.0 (preview)",
+ "name": "2.0",
111
"version": "2.0",
112
"url": "https://docs.openspp.org/v2.0/"
113
}
@@ -195,5 +195,5 @@ jobs:
195
echo "============================================"
196
echo ""
197
echo "URLs:"
198
- echo " - v1.3 (stable): https://docs.openspp.org/"
199
- echo " - v2.0 (preview): https://docs.openspp.org/v2.0/"
+ echo " - v1.3: https://docs.openspp.org/"
+ echo " - v2.0: https://docs.openspp.org/v2.0/"
0 commit comments