[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: Add commonly used components to global scope

FoxxMD (Oct 30, 2025, 5:06 PM UTC) bc62b994 a5d1cea9

+14
+14
docsite/src/theme/MDXComponents.js
··· 1 + import React from 'react'; 2 + // Import the original mapper 3 + import MDXComponents from '@theme-original/MDXComponents'; 4 + import SchemaLink from "@site/src/components/SchemaLink"; 5 + import AIOExample from "@site/src/components/AIOExample"; 6 + import FileExample from "@site/src/components/FileExample"; 7 + 8 + export default { 9 + // Re-use the default mapping 10 + ...MDXComponents, 11 + SchemaLink, 12 + AIOExample, 13 + FileExample 14 + };