remove old story mds

This commit is contained in:
hobbes7878 2025-04-18 12:10:45 +01:00
parent eb5328a718
commit b75061e9ad
Failed to extract signature
3 changed files with 0 additions and 31 deletions

View file

@ -1,11 +0,0 @@
Reuters dotcom site footer with graphics referrals, ported from [Raptor UI components](https://github.com/tr/rcom-arc_raptor-ui/tree/develop/packages/rcom-raptor-ui_common/src/components/site-footer).
> **Note:** In the Graphics Kit, you can find this component in `pages/+page.svelte`. Customise it there for the default page.
```svelte
<script>
import { SiteFooter } from '@reuters-graphics/graphics-components';
</script>
<SiteFooter />
```

View file

@ -1,11 +0,0 @@
Colours are customised by the [`Theme`](?path=/docs/theming-theme--default) component.
```svelte
<script>
import { SiteFooter, Theme } from '@reuters-graphics/graphics-components';
</script>
<Theme base="dark">
<SiteFooter />
</Theme>
```

View file

@ -1,9 +0,0 @@
Remove graphics referrals.
```svelte
<script>
import { SiteFooter } from '@reuters-graphics/graphics-components';
</script>
<SiteFooter includeReferrals="{false}" />
```