Skip to content

Commit

Permalink
Merge pull request #758 from MTES-MCT/chore-remove-documentation
Browse files Browse the repository at this point in the history
Suppression de la page tutoriel
  • Loading branch information
alexisig authored Nov 26, 2024
2 parents 4b12e13 + c3c5558 commit b7d44c5
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 132 deletions.
1 change: 0 additions & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"home.apps.HomeConfig",
"metabase.apps.MetabaseConfig",
"brevo.apps.BrevoConfig",
"documentation.apps.DocumentationConfig",
"crisp.apps.CrispConfig",
]

Expand Down
1 change: 0 additions & 1 deletion config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def trigger_error(request):
path("word/", include("diagnostic_word.urls")),
path("statistiques/", include("metabase.urls")),
path("fancy-cache", include("fancy_cache.urls")),
path("documentation/", include("documentation.urls")),
path("crisp/", include("crisp.urls")),
]

Expand Down
Empty file removed documentation/__init__.py
Empty file.
Empty file.
Empty file.
6 changes: 0 additions & 6 deletions documentation/apps.py

This file was deleted.

Empty file.
Empty file.
Empty file.
Binary file removed documentation/static/documentation/img/tuto1.jpg
Binary file not shown.
Binary file removed documentation/static/documentation/img/tuto2.jpg
Binary file not shown.
Binary file removed documentation/static/documentation/img/tuto3.jpg
Binary file not shown.
Binary file removed documentation/static/documentation/img/tuto4.jpg
Binary file not shown.
Binary file removed documentation/static/documentation/img/tuto5.jpg
Binary file not shown.
Binary file removed documentation/static/documentation/img/tuto6.jpg
Binary file not shown.
Binary file removed documentation/static/documentation/img/tuto7.jpg
Binary file not shown.
93 changes: 0 additions & 93 deletions documentation/templates/documentation/tutoriel.html

This file was deleted.

10 changes: 0 additions & 10 deletions documentation/urls.py

This file was deleted.

14 changes: 0 additions & 14 deletions documentation/views.py

This file was deleted.

4 changes: 0 additions & 4 deletions project/templates/project/layout/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,6 @@
"url": "{{ FAQ_URL }}",
"target": "_blank"
},
{
"label": "Tutoriel",
"url": "{% url 'documentation:tutoriel' %}"
},
{
"label": "Contactez-nous",
"url": "{% url 'home:contact' %}"
Expand Down
3 changes: 0 additions & 3 deletions templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@
<li class="fr-footer__bottom-item">
<a class="fr-footer__bottom-link" href="{{ FAQ_URL }}" rel="noopener noreferrer">FAQ</a>
</li>
<li class="fr-footer__bottom-item">
<a class="fr-footer__bottom-link" href="{% url 'documentation:tutoriel' %}">Tutoriel</a>
</li>
<li class="fr-footer__bottom-item">
<a class="fr-footer__bottom-link" href="{% url 'home:contact' %}">Contactez-nous</a>
</li>
Expand Down

0 comments on commit b7d44c5

Please sign in to comment.