Update Phoenix documentation (1.2.1)

pull/459/merge
Thibaut Courouble 9 years ago
parent ddcd08094f
commit 17548cfd3c

@ -1,13 +1,14 @@
module Docs module Docs
class Phoenix < Elixir class Phoenix < Elixir
self.type = 'elixir' self.type = 'elixir'
self.release = '1.2.0' self.release = '1.2.1'
self.base_url = 'https://hexdocs.pm/' self.base_url = 'https://hexdocs.pm/'
self.root_path = 'phoenix/Phoenix.html' self.root_path = 'phoenix/Phoenix.html'
self.initial_paths = %w( self.initial_paths = %w(
phoenix/api-reference.html phoenix/api-reference.html
ecto/api-reference.html ecto/api-reference.html
phoenix_html/api-reference.html phoenix_html/api-reference.html
phoenix_pubsub/api-reference.html
plug/extra-api-reference.html) plug/extra-api-reference.html)
self.links = { self.links = {
home: 'http://www.phoenixframework.org', home: 'http://www.phoenixframework.org',
@ -20,6 +21,7 @@ module Docs
options[:only_patterns] = [ options[:only_patterns] = [
/\Aphoenix\//, /\Aphoenix\//,
/\Aecto\//, /\Aecto\//,
/\Aphoenix_pubsub\//,
/\Aphoenix_html\//, /\Aphoenix_html\//,
/\Aplug\// /\Aplug\//
] ]

Loading…
Cancel
Save