« get me outta code hell

linkCommentaryIndex.js « dependencies « content « src - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/linkCommentaryIndex.js
blob: e59b36419bc5da0a4c9b4cad6f61a26356f51384 (plain)
1
2
3
4
5
6
7
8
9
10
export default {
  relations: (relation) =>
    ({link:
        relation(
          'linkStationaryIndex',
          'localized.commentaryIndex',
          'commentaryIndex.title')}),

  generate: (relations) => relations.link,
};