This commit is contained in:
Mayel de Borniol 2022-03-06 14:20:38 +13:00
parent 3a4149b2c9
commit 78a23cf1d1
4 changed files with 13 additions and 12 deletions

View file

@ -51,6 +51,7 @@
| ecto_erd | Apache 2.0 | 0.4.1 | https://hex.pm/packages/ecto_erd |
| ecto_materialized_path | Apache 2.0 | 0.3.0 | https://github.com/bonfire-networks/ecto_materialized_path |
| ecto_psql_extras | MIT | 0.7.4 | https://hex.pm/packages/ecto_psql_extras |
| ecto_shorts | MIT | 1.1.1 | https://github.com/bonfire-networks/ecto_shorts |
| ecto_sparkles | Undefined | 0.1.0 | https://github.com/bonfire-networks/ecto_sparkles |
| ecto_sql | Apache 2.0 | 3.7.2 | https://hex.pm/packages/ecto_sql |
| eflambe | Apache 2.0 | 0.2.2 | https://hex.pm/packages/eflambe |
@ -59,7 +60,7 @@
| emote | Undefined | 0.1.0 | https://github.com/bonfire-networks/emote |
| eternal | MIT | 1.2.2 | https://hex.pm/packages/eternal |
| ex_cldr | Apache 2.0 | 2.26.1 | https://hex.pm/packages/ex_cldr |
| ex_doc | Apache 2.0 | 0.28.1 | https://hex.pm/packages/ex_doc |
| ex_doc | Apache 2.0 | 0.28.2 | https://github.com/mayel/ex_doc |
| ex_machina | MIT | ~> 2.4 | https://hex.pm/packages/ex_machina |
| ex_unit_notifier | MIT | ~> 1.0 | https://hex.pm/packages/ex_unit_notifier |
| exsync | BSD 3-Clause; Unrecognized license | 0.2.4 | https://hex.pm/packages/exsync |
@ -86,7 +87,7 @@
| inflex | Apache 2.0 | 2.1.0 | https://hex.pm/packages/inflex |
| jason | Apache 2.0 | 1.3.0 | https://hex.pm/packages/jason |
| jumper | MIT | 1.0.1 | https://hex.pm/packages/jumper |
| licensir | MIT | 0.7.0 | https://github.com/mayel/licensir |
| licensir | MIT | 0.7.0 | https://github.com/bonfire-networks/licensir |
| linkify | MIT | 0.2.0 | https://github.com/bonfire-networks/linkify |
| makeup | BSD; Unrecognized license | 1.0.5 | https://hex.pm/packages/makeup |
| makeup_elixir | BSD; Unrecognized license | 0.15.2 | https://hex.pm/packages/makeup_elixir |
@ -103,7 +104,7 @@
| mochiweb | MIT | 2.22.0 | https://hex.pm/packages/mochiweb |
| mock | MIT | ~> 0.3 | https://hex.pm/packages/mock |
| neuron | ISC | 5.0.0 | https://hex.pm/packages/neuron |
| nimble_parsec | Apache 2.0 | 1.2.2 | https://hex.pm/packages/nimble_parsec |
| nimble_parsec | Apache 2.0 | 1.2.3 | https://hex.pm/packages/nimble_parsec |
| nodeinfo | AGPL v3 | 0.1.0 | https://github.com/bonfire-networks/nodeinfo |
| oban | Apache 2.0 | 2.8.0 | https://hex.pm/packages/oban |
| ok | Apache 2.0 | 2.3.0 | https://hex.pm/packages/ok |

View file

@ -46,4 +46,4 @@ pointers_ulid = "https://github.com/bonfire-networks/pointers_ulid#main"
voodoo = "https://github.com/bonfire-networks/voodoo#main"
bonfire_invite_links= "https://github.com/bonfire-networks/bonfire_invite_links#main"
where = "https://github.com/bonfire-networks/where#main"
ex_doc = "https://github.com/mayel/ex_doc#main"
ex_doc = "https://github.com/mayel/ex_doc#fixes"

View file

@ -49,4 +49,4 @@ bonfire_data_assort = "https://github.com/bonfire-networks/bonfire_data_assort"
bonfire_editor_ck = "https://github.com/bonfire-networks/bonfire_editor_ck"
bonfire_invite_links= "https://github.com/bonfire-networks/bonfire_invite_links#main"
where = "https://github.com/bonfire-networks/where#main"
ex_doc = "https://github.com/mayel/ex_doc#main"
ex_doc = "https://github.com/mayel/ex_doc#fixes"

14
mix.exs
View file

@ -44,7 +44,7 @@ defmodule Bonfire.MixProject do
main: "readme",
logo: @config[:logo],
output: "docs/exdoc",
source_url_pattern: &source_url_pattern/2,
# source_url_pattern: &source_url_pattern/2,
# extra pages to include
extras: readme_paths(),
# extra apps to include in module docs
@ -67,12 +67,12 @@ defmodule Bonfire.MixProject do
"Feature extensions": [~r/^Bonfire.?/, ~r/^ValueFlows.?/],
"Utilities": ~r/.?/,
],
nest_modules_by_prefix: [
Bonfire.Data,
# Bonfire.UI,
Bonfire,
ValueFlows
]
# nest_modules_by_prefix: [
# Bonfire.Data,
# # Bonfire.UI,
# Bonfire,
# ValueFlows
# ]
],
]