🔧(frontend) remove deprecated routes and update service worker

- Removed the versioning route from the default configuration to
streamline the documentation structure.
- Updated the service worker to eliminate references to the deprecated
 versioning fallback, enhancing the offline experience for users.
This commit is contained in:
Nathan Panchout
2024-12-03 10:03:07 +01:00
committed by Anthony LC
parent a8a89def98
commit 42d9fa70a2
4 changed files with 0 additions and 38 deletions

View File

@@ -9,10 +9,6 @@ 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]/;
}