Skip to content

Commit c6f6c77

Browse files
committed
feat: add comment to clarify cluster discovery method in getting-started documentation
1 parent 19a4d30 commit c6f6c77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/master/getting-started/clusters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ To enable clusters in Aures ERP, configure the panel to discover cluster classes
2626
$panel
2727
->discoverResources(in: $this->getPluginBasePath('/Filament/Resources'), for: 'Webkul\\Blog\\Filament\\Resources')
2828
->discoverPages(in: $this->getPluginBasePath('/Filament/Pages'), for: 'Webkul\\Blog\\Filament\\Pages')
29+
// below method is responsible to discover the clusters form blog plugin.
2930
->discoverClusters(in: $this->getPluginBasePath('/Filament/Clusters'), for: 'Webkul\\Blog\\Filament\\Clusters')
3031
->discoverWidgets(in: $this->getPluginBasePath('/Filament/Widgets'), for: 'Webkul\\Blog\\Filament\\Widgets');
3132
});

0 commit comments

Comments
 (0)