0.5.2 documentation
This commit is contained in:
@@ -6,4 +6,6 @@ from .views import *
|
||||
|
||||
urlpatterns = [
|
||||
path('docs/3dsd/', DocsView, name='docs_main'),
|
||||
path('docs/3dsd/v<str:version>/', DocsView, name='docs_version_page'),
|
||||
path('docs/3dsd/v<str:version>/<str:art_url>/', DocsView, name='docs_art_page'),
|
||||
]
|
||||
Reference in New Issue
Block a user