mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Phoenix documentation (1.3.2)
This commit is contained in:
parent
efb10a5633
commit
6152b23468
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Phoenix < UrlScraper
|
||||
self.type = 'elixir'
|
||||
self.release = '1.3.0'
|
||||
self.release = '1.3.2'
|
||||
self.base_url = 'https://hexdocs.pm/'
|
||||
self.root_path = 'phoenix/Phoenix.html'
|
||||
self.initial_paths = %w(
|
||||
|
|
Loading…
Reference in a new issue