We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dceeb commit a9feb1aCopy full SHA for a9feb1a
lib/beacon/data_source/behaviour.ex
@@ -16,8 +16,9 @@ defmodule Beacon.DataSource.Behaviour do
16
17
<%= @beacon_live_data[:year] %>
18
19
- Note that module has to be linked to your site by providing
20
- its name to `beacon_site/2` in your app router.
+ Your data source module has to be informed in your site's config `:data_source` to be loaded,
+ see `Beacon.Config` for more info and examples.
21
+
22
"""
23
24
@optional_callbacks page_title: 2, meta_tags: 2
0 commit comments