@@ -99,25 +99,36 @@ Fortunately, most modern applications feature a stateless application tier that
9999can scale horizontally behind a load balancer. These applications are a perfect
100100fit for Deis. Deis currently suppports the following languages:
101101
102- * Clojure: https://github.com/opdemand/example-clojure-ring
103- * Dart: https://github.com/opdemand/example-dart
104- * Dockerfile: https://github.com/opdemand/example-dockerfile-python
105- * Golang: https://github.com/opdemand/example-go
106- * Java: https://github.com/opdemand/example-java-jetty
107- * Node.js: https://github.com/opdemand/example-nodejs-express
108- * Perl: https://github.com/opdemand/example-perl
109- * PHP: https://github.com/opdemand/example-php
110- * Play: https://github.com/opdemand/example-play
111- * Python/Django: https://github.com/opdemand/example-python-django
112- * Python/Flask: https://github.com/opdemand/example-python-flask
113- * Ruby: https://github.com/opdemand/example-ruby-sinatra
114- * Scala: https://github.com/opdemand/example-scala
102+ * `Clojure `_
103+ * `Dart `_
104+ * `Dockerfile `_
105+ * `Golang `_
106+ * `Java `_
107+ * `Nodejs `_
108+ * `Perl `_
109+ * `PHP `_
110+ * `Play `_
111+ * `Python `_
112+ * `Ruby `_
113+ * `Scala `_
115114
116115Support for many other languages and frameworks is possible through
117116use of custom `Heroku Buildpacks `_ and `Dockerfiles `_.
118117
118+ .. _`Clojure` : https://github.com/opdemand/example-clojure-ring
119+ .. _`Dart` : https://github.com/opdemand/example-dart
120+ .. _`Dockerfile` : https://github.com/opdemand/example-dockerfile-python
121+ .. _`Golang` : https://github.com/opdemand/example-go
122+ .. _`Java` : https://github.com/opdemand/example-java-jetty
123+ .. _`Nodejs` : https://github.com/opdemand/example-nodejs-express
124+ .. _`Perl` : https://github.com/opdemand/example-perl
125+ .. _`PHP` : https://github.com/opdemand/example-php
126+ .. _`Play` : https://github.com/opdemand/example-play
127+ .. _`Python` : https://github.com/opdemand/example-python-flask
128+ .. _`Ruby` : https://github.com/opdemand/example-ruby-sinatra
129+ .. _`Scala` : https://github.com/opdemand/example-scala
119130.. _`Linux container engine` : http://docker.io/
120131.. _`twelve-factor methodology` : http://12factor.net/
121132.. _`Heroku Buildpacks` : https://devcenter.heroku.com/articles/buildpacks
122133.. _`Dockerfiles` : http://docs.docker.io/en/latest/use/builder/
123- .. _`our Dockerfile example` : https://github.com/opdemand/example-dockerfile-python
134+ .. _`our Dockerfile example` : https://github.com/opdemand/example-dockerfile-python
0 commit comments