diff --git a/assets/demo/docs.css b/assets/demo/docs.css index 149bf3a..13e27b4 100644 --- a/assets/demo/docs.css +++ b/assets/demo/docs.css @@ -1059,13 +1059,12 @@ body.mdbootstrap .partner.creativetim { background-color: #212529; color: #fff; } -/* .bd-clipboard { position: relative; display: none; float: right; } .bd-clipboard + .highlight { - margin-top: 0; } */ + margin-top: 0; } .btn-clipboard { position: absolute; @@ -1273,6 +1272,16 @@ body.mdbootstrap .partner.creativetim { .css .nt + .nt { color: #999; } +.language-bash::before { + color: #009; + content: "$ "; + user-select: none; } + +.language-powershell::before { + color: #009; + content: "PM> "; + user-select: none; } + .anchorjs-link { font-weight: normal; color: rgba(156, 39, 176, 0.5); diff --git a/assets/demo/docs.min.css b/assets/demo/docs.min.css index 0e58c0b..535d94d 100644 Binary files a/assets/demo/docs.min.css and b/assets/demo/docs.min.css differ diff --git a/docs/1.0/getting-started/flask-deploy-on-heroku.html b/docs/1.0/getting-started/flask-deploy-on-heroku.html index b0c6405..fbd70f3 100644 --- a/docs/1.0/getting-started/flask-deploy-on-heroku.html +++ b/docs/1.0/getting-started/flask-deploy-on-heroku.html @@ -678,10 +678,10 @@
-

How to deploy Flask on Heroku

-

-

Flask Deploy on Heroku

+

How to deploy Flask on Heroku

+

+

This page explains how to deploy a Flask application on Heroku, the popular deployment platform.


@@ -795,8 +795,7 @@ Heroku is a cloud-based, fully-managed platform as a service (Paas) for building

Heroku apps include a Procfile that specifies the commands that are executed by the app on startup. As specified in the official docs, the Procfile is always a simple text file that is named Procfile without a file extension.

-
web: gunicorn run:app --log-file=-
-
+
web: gunicorn run:app --log-file=-

For our sample, gunicorn is called with run:app argument.

@@ -813,27 +812,26 @@ As specified in the off

The full command list, executed on our sample project.

-
$ # Clone the source code:
-$ git clone https://github.com/app-generator/boilerplate-code-flask.git
-$ cd boilerplate-code-flask
+
$ # Clone the source code:
+$ git clone https://github.com/app-generator/boilerplate-code-flask.git
+$ cd boilerplate-code-flask
+$
+$ # Check Heroku CLI is installed
+$ heroku -v
+heroku/7.25.0 win32-x64 node-v12.13.0 # <-- All good
 $
-$ # Check Heroku CLI is installed
-$ heroku -v
-heroku/7.25.0 win32-x64 node-v12.13.0 # <-- All good
+$ # Check Heroku CLI is installed
+$ heroku login
+$ # this command will open a browser window - click the login button (in browser)
 $
-$ # Check Heroku CLI is installed
-$ heroku login
-$ # this command will open a browser window - click the login button (in browser)
+$ # Create the Heroku project
+$ heroku create
 $
-$ # Create the Heroku project
-$ heroku create
+$ # Trigger the LIVE deploy
+$ git push heroku master
 $
-$ # Trigger the LIVE deploy
-$ git push heroku master
-$
-$ # Open the LIVE app in browser
-$ heroku open
-
+$ # Open the LIVE app in browser +$ heroku open

At this point, you should be able to visit the app in the browser.

diff --git a/docs/1.0/getting-started/getting-started-flask.html b/docs/1.0/getting-started/getting-started-flask.html index 64de12a..d8c4679 100644 --- a/docs/1.0/getting-started/getting-started-flask.html +++ b/docs/1.0/getting-started/getting-started-flask.html @@ -683,10 +683,12 @@
-

Black Dashboard Flask

-

-

Black Dashboard Flask

- +

+ Black Dashboard Flask +

+ +

+

Black Dashboard Black is a free Bootstrap 4 Admin Template for Django - Features: