Skip to content

Commit

Permalink
Reornigaze docs sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 22, 2022
1 parent 987cf78 commit e706ddc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
6 changes: 1 addition & 5 deletions lib/phoenix_live_view/helpers.ex
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
defmodule Phoenix.LiveView.Helpers do
@moduledoc """
This module is deprecated and all of its functions.
You must `use Phoenix.Component` instead.
"""
@moduledoc false
import Phoenix.Component

alias Phoenix.LiveView.{Component, Socket}
Expand Down
12 changes: 7 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,18 @@ defmodule Phoenix.LiveView.MixProject do
# Ungrouped Modules:
#
# Phoenix.Component
# Phoenix.LiveComponent
# Phoenix.LiveView
# Phoenix.LiveView.Controller
# Phoenix.LiveView.JS
# Phoenix.LiveView.Router
# Phoenix.LiveView.Socket
# Phoenix.LiveViewTest

[
"Live Components": [
Phoenix.LiveComponent,
Phoenix.LiveComponent.CID
"Configuration": [
Phoenix.LiveView.HTMLFormatter,
Phoenix.LiveView.Logger,
Phoenix.LiveView.Socket
],
"Testing structures": [
Phoenix.LiveViewTest.Element,
Expand All @@ -116,9 +118,9 @@ defmodule Phoenix.LiveView.MixProject do
Phoenix.LiveView.UploadEntry
],
"Plugin API": [
Phoenix.LiveComponent.CID,
Phoenix.LiveView.Engine,
Phoenix.LiveView.HTMLEngine,
Phoenix.LiveView.HTMLFormatter,
Phoenix.LiveView.Component,
Phoenix.LiveView.Rendered,
Phoenix.LiveView.Comprehension
Expand Down

0 comments on commit e706ddc

Please sign in to comment.