diff --git a/docs/GreedyBear/Contribute.md b/docs/GreedyBear/Contribute.md index df6dc35..5294999 100644 --- a/docs/GreedyBear/Contribute.md +++ b/docs/GreedyBear/Contribute.md @@ -45,10 +45,6 @@ pre-commit install -c .github/.pre-commit-config.yaml Remember that whenever you make changes, you need to rebuild the docker image to see the reflected changes. -#### NOTE about documentation: - -If you made any changes to an existing model/serializer/view, please run the following command to generate a new version of the API schema and docs: - ```bash docker exec -it greedybear_uwsgi python manage.py spectacular --file docs/source/schema.yml && make html ```