Skip to content

Commit

Permalink
Add versions json
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Oct 10, 2024
1 parent 3950cde commit dbc9cb4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Writerside/cfg/versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"version": "1.0",
"url": "/docs/1.0",
"isCurrent": false
},
{
"version": "1.1",
"url": "/docs/1.1",
"isCurrent": false
},
{
"version": "1.2",
"url": "/docs/1.2",
"isCurrent": true
}
]

0 comments on commit dbc9cb4

Please sign in to comment.