From 4773d737b9de8225e6517f0573290d1cf053c038 Mon Sep 17 00:00:00 2001 From: Yousef Abu Shanab <93343012+youzarsiph@users.noreply.github.com> Date: Tue, 20 Feb 2024 05:14:13 -0800 Subject: [PATCH] docs: Update third-party-packages.md to rename customization packages (#9248) * Add 2 customization packages, rest-framework-redesign and rest-framework-material * docs: Update third-party-packages.md to rename customization packages --- docs/community/third-party-packages.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/community/third-party-packages.md b/docs/community/third-party-packages.md index 20c62f8d6..3a4ba5848 100644 --- a/docs/community/third-party-packages.md +++ b/docs/community/third-party-packages.md @@ -154,8 +154,8 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque ### Customization -* [rest-framework-redesign][rest-framework-redesign] - A package for customizing the API using Bootstrap 5. -* [rest-framework-material][rest-framework-material] - Material design for Django REST Framework API. +* [drf-redesign][drf-redesign] - A project that gives a fresh look to the browse-able API using Bootstrap 5. +* [drf-material][drf-material] - A project that gives a sleek and elegant look to the browsable API using Material Design. [cite]: http://www.software-ecosystems.com/Software_Ecosystems/Ecosystems.html [cookiecutter]: https://github.com/jpadilla/cookiecutter-django-rest-framework @@ -248,5 +248,5 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque [django-requestlogs]: https://github.com/Raekkeri/django-requestlogs [drf-standardized-errors]: https://github.com/ghazi-git/drf-standardized-errors [drf-api-action]: https://github.com/Ori-Roza/drf-api-action -[rest-framework-redesign]: https://github.com/youzarsiph/rest-framework-redesign -[rest-framework-material]: https://github.com/youzarsiph/rest-framework-material +[drf-redesign]: https://github.com/youzarsiph/drf-redesign +[drf-material]: https://github.com/youzarsiph/drf-material