Hasan Iqbal
commited on
Fixed name of dev doc version
Browse files
docs/scripts/bumpversion.sh
CHANGED
|
@@ -19,7 +19,7 @@ function format_version_entry {
|
|
| 19 |
|
| 20 |
# Formats the development version entry
|
| 21 |
function format_dev_version_entry {
|
| 22 |
-
echo "{\"version\": \"dev\", \"url\": \"$WEBSITE_HOME/
|
| 23 |
}
|
| 24 |
|
| 25 |
# Formats the stable version entry
|
|
|
|
| 19 |
|
| 20 |
# Formats the development version entry
|
| 21 |
function format_dev_version_entry {
|
| 22 |
+
echo "{\"name\": \"dev\", \"version\": \"dev\", \"url\": \"$WEBSITE_HOME/dev/\"}"
|
| 23 |
}
|
| 24 |
|
| 25 |
# Formats the stable version entry
|
docs/src/_static/versions.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
[
|
| 2 |
{
|
|
|
|
| 3 |
"version": "dev",
|
| 4 |
"url": "https://openfactcheck.readthedocs.io/en/latest/"
|
| 5 |
},
|
|
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
+
"name": "dev",
|
| 4 |
"version": "dev",
|
| 5 |
"url": "https://openfactcheck.readthedocs.io/en/latest/"
|
| 6 |
},
|