mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Phoenix documentation (1.2.1)
This commit is contained in:
parent
ddcd08094f
commit
17548cfd3c
1 changed files with 3 additions and 1 deletions
|
@ -1,13 +1,14 @@
|
|||
module Docs
|
||||
class Phoenix < Elixir
|
||||
self.type = 'elixir'
|
||||
self.release = '1.2.0'
|
||||
self.release = '1.2.1'
|
||||
self.base_url = 'https://hexdocs.pm/'
|
||||
self.root_path = 'phoenix/Phoenix.html'
|
||||
self.initial_paths = %w(
|
||||
phoenix/api-reference.html
|
||||
ecto/api-reference.html
|
||||
phoenix_html/api-reference.html
|
||||
phoenix_pubsub/api-reference.html
|
||||
plug/extra-api-reference.html)
|
||||
self.links = {
|
||||
home: 'http://www.phoenixframework.org',
|
||||
|
@ -20,6 +21,7 @@ module Docs
|
|||
options[:only_patterns] = [
|
||||
/\Aphoenix\//,
|
||||
/\Aecto\//,
|
||||
/\Aphoenix_pubsub\//,
|
||||
/\Aphoenix_html\//,
|
||||
/\Aplug\//
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue