diff --git a/DevDocsHub/__pycache__/__init__.cpython-311.pyc b/DevDocsHub/__pycache__/__init__.cpython-311.pyc index 2f290783..07c9f61a 100644 Binary files a/DevDocsHub/__pycache__/__init__.cpython-311.pyc and b/DevDocsHub/__pycache__/__init__.cpython-311.pyc differ diff --git a/DevDocsHub/__pycache__/settings.cpython-311.pyc b/DevDocsHub/__pycache__/settings.cpython-311.pyc index 6d188ff4..4c2c19bd 100644 Binary files a/DevDocsHub/__pycache__/settings.cpython-311.pyc and b/DevDocsHub/__pycache__/settings.cpython-311.pyc differ diff --git a/DevDocsHub/__pycache__/urls.cpython-311.pyc b/DevDocsHub/__pycache__/urls.cpython-311.pyc index 37c5dec8..bc70135e 100644 Binary files a/DevDocsHub/__pycache__/urls.cpython-311.pyc and b/DevDocsHub/__pycache__/urls.cpython-311.pyc differ diff --git a/DevDocsHub/__pycache__/wsgi.cpython-311.pyc b/DevDocsHub/__pycache__/wsgi.cpython-311.pyc index ee571daf..24c42f52 100644 Binary files a/DevDocsHub/__pycache__/wsgi.cpython-311.pyc and b/DevDocsHub/__pycache__/wsgi.cpython-311.pyc differ diff --git a/DevDocsHub/urls.py b/DevDocsHub/urls.py index beadccf0..2ef045fc 100644 --- a/DevDocsHub/urls.py +++ b/DevDocsHub/urls.py @@ -22,6 +22,7 @@ # ] from django.urls import include, path +from django.contrib import admin urlpatterns = [ path('', include('Docs.urls')), diff --git a/Docs/__pycache__/__init__.cpython-311.pyc b/Docs/__pycache__/__init__.cpython-311.pyc index 3938b44f..63b5a503 100644 Binary files a/Docs/__pycache__/__init__.cpython-311.pyc and b/Docs/__pycache__/__init__.cpython-311.pyc differ diff --git a/Docs/__pycache__/admin.cpython-311.pyc b/Docs/__pycache__/admin.cpython-311.pyc index 3f81a1e4..6535b52c 100644 Binary files a/Docs/__pycache__/admin.cpython-311.pyc and b/Docs/__pycache__/admin.cpython-311.pyc differ diff --git a/Docs/__pycache__/apps.cpython-311.pyc b/Docs/__pycache__/apps.cpython-311.pyc index 1d249a8b..3a13c143 100644 Binary files a/Docs/__pycache__/apps.cpython-311.pyc and b/Docs/__pycache__/apps.cpython-311.pyc differ diff --git a/Docs/__pycache__/models.cpython-311.pyc b/Docs/__pycache__/models.cpython-311.pyc index d9b04b8d..a5f1b9c3 100644 Binary files a/Docs/__pycache__/models.cpython-311.pyc and b/Docs/__pycache__/models.cpython-311.pyc differ diff --git a/Docs/__pycache__/urls.cpython-311.pyc b/Docs/__pycache__/urls.cpython-311.pyc index 5a2723db..a023bd8e 100644 Binary files a/Docs/__pycache__/urls.cpython-311.pyc and b/Docs/__pycache__/urls.cpython-311.pyc differ diff --git a/Docs/__pycache__/views.cpython-311.pyc b/Docs/__pycache__/views.cpython-311.pyc index b8629302..170ff088 100644 Binary files a/Docs/__pycache__/views.cpython-311.pyc and b/Docs/__pycache__/views.cpython-311.pyc differ diff --git a/Docs/migrations/__pycache__/0001_initial.cpython-311.pyc b/Docs/migrations/__pycache__/0001_initial.cpython-311.pyc index 2034b3c4..5d1a3b9f 100644 Binary files a/Docs/migrations/__pycache__/0001_initial.cpython-311.pyc and b/Docs/migrations/__pycache__/0001_initial.cpython-311.pyc differ diff --git a/Docs/migrations/__pycache__/__init__.cpython-311.pyc b/Docs/migrations/__pycache__/__init__.cpython-311.pyc index 179de770..b39e45a8 100644 Binary files a/Docs/migrations/__pycache__/__init__.cpython-311.pyc and b/Docs/migrations/__pycache__/__init__.cpython-311.pyc differ diff --git a/Docs/templates/Add_documentation.html b/Docs/templates/Add_documentation.html new file mode 100644 index 00000000..66558139 --- /dev/null +++ b/Docs/templates/Add_documentation.html @@ -0,0 +1,126 @@ + + + + + + Submit Document + + + + +
+

Create Your Own Documentation

+

Please fill out the form below about your Documentation

+
+ {% csrf_token %} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+
+ + + diff --git a/Docs/templates/Add_language.html b/Docs/templates/Add_language.html new file mode 100644 index 00000000..53d89a9a --- /dev/null +++ b/Docs/templates/Add_language.html @@ -0,0 +1,102 @@ + + + + + + Submit Document + + + + +
+

Add Languages

+

Add programming languages

+
+ {% csrf_token %} +
+ + +
+
+ + +
+
+ + +
+
+ +
+
+
+ + + diff --git a/Docs/templates/docs_list.html b/Docs/templates/docs_list.html index 50b193b9..4bf4621f 100644 --- a/Docs/templates/docs_list.html +++ b/Docs/templates/docs_list.html @@ -1,129 +1,235 @@ - - - - + + + + DevDocsHub - Documentation List - + + - - + +
-

Documentation List

-

Find all programming languages and open-source project documentation here

+ + + +

Documentation List

+

+ Find all programming languages and open-source project documentation + here +

+
+ + +
- - -
- {% for doc in docs %} -
-

{{ doc.title }}

-

{{ doc.description }}

- Read Documentation -
+ + +
+ {% for doc in docs %} +
+

{{ doc.doc_title }}

+

{{ doc.content }}

+ Read Documentation +
+ {% endfor %} +
- + + + diff --git a/Docs/templates/home.html b/Docs/templates/home.html index de192d0d..0f46545f 100644 --- a/Docs/templates/home.html +++ b/Docs/templates/home.html @@ -220,7 +220,6 @@ cursor: pointer; transition: background-color 0.3s ease; z-index: 1000; - /* Ensure the button is above other content */ } .dark-mode-toggle:hover { @@ -272,7 +271,7 @@
Explore comprehensive documentation for a wide range of programming languages such as Python,Javascript,Java,C++, and more.

- Read More + Read More @@ -304,8 +303,7 @@
Connect with us:< +