(frontend) feature versioning

We can now see the version of the document
and navigate to different versions.
Collaboration is possible per version.
This commit is contained in:
Anthony LC
2024-07-17 15:30:52 +02:00
committed by Anthony LC
parent 1ed20c3896
commit a9383212a3
23 changed files with 671 additions and 216 deletions

View File

@@ -8,6 +8,10 @@ server {
try_files $uri index.html $uri/ =404;
}
location ~ ^/docs/(.*)/versions/(.*)/$ {
error_page 404 /docs/[id]/versions/[versionId]/;
}
location /docs/ {
error_page 404 /docs/[id]/;
}