Skip to content

Commit f085d89

Browse files
committed
Remove outdated Heroku references from documentation
- Remove Live Demo section (Heroku free tier is gone) - Remove Heroku deployment information from developer docs - Heroku shut down free tier in 2022 and these links no longer work
1 parent 6d84a2e commit f085d89

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

docs/README.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ Adding the extension to your Flask app is simple:
6767
app = Flask(__name__)
6868
dashboard.bind(app)
6969

70-
Live Demo
71-
------------
72-
To view a live deployment of the Flask-MonitoringDashboard, `check this site`_
73-
74-
.. _`check this site`: https://flask-monitoringdashboard.herokuapp.com/
75-
76-
Use the credentials u:`admin`, p:`admin` to log in.
77-
7870
Feedback
7971
------------
8072
In order to improve our Flask-MonitoringDashboard, we would like to hear from you! Therefore, we made a questionnaire

docs/developing.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,6 @@ The following tools are used for helping the development of the Dashboard:
166166
corresponding feature has been merged into the development branch. It is recommended to often
167167
merge development into this branch, to keep the feature branch up to date.
168168

169-
- **Heroku deployment**: The following branches are automatically deployed to Heroku. This is useful for quickly
170-
testing, without running any code locally.
171-
172-
- **Master**: The master branch is deployed at: `<https://fmd-master.herokuapp.com>`_.
173-
- **Development**: The development is deployed at: `<https://fmd-development.herokuapp.com>`_.
174-
- **Pull requests**: Pull requests are also automatically build with a unique URL.
175-
176-
177169
- **Unit testing**: The code is tested before a Pull Request is accepted. If you want to run the unit
178170
tests locally, you can use the following command from the root of Flask-MonitoringDashboard
179171
directory:

0 commit comments

Comments
 (0)