Skip to content

Commit

Permalink
make header smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Sep 27, 2023
1 parent 78577ea commit f56dc6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/website/docs/examples/_examples-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import Admonition from "@theme/Admonition";
import CodeBlock from '@theme/CodeBlock';

<Admonition>
The <span>{props.title}</span> Example is part of the <a href="/docs/examples">dlt Code Examples</a>, a list of comprehensive examples to help you solve real world loading problems with dlt.
The source code for this example can be found in our repository at: <a href={"https://github.com/dlt-hub/dlt/tree/devel/docs/examples/" + props.slug}>{"https://github.com/dlt-hub/dlt/tree/devel/docs/examples/" + props.slug}.</a>
The source code for this example can be found in our repository at: <a href={"https://github.com/dlt-hub/dlt/tree/devel/docs/examples/" + props.slug}>{"https://github.com/dlt-hub/dlt/tree/devel/docs/examples/" + props.slug}</a>.
</Admonition>

## TLDR
Expand Down
3 changes: 1 addition & 2 deletions docs/website/docs/examples/incremental_loading/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ import Header from '../_examples-header.md';
<Header
intro="In this tutorial you will learn how to do incremental loading in consecutive runs with dlt. The state of your incremental loads will be persistet in
your selected destination and restored and used on each new load, making it very easy to keep your loaded dataset up to date with the source."
slug="incremental_loading"
title="Incremental loading" />
slug="incremental_loading" />
3 changes: 1 addition & 2 deletions docs/website/docs/examples/transformers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import Header from '../_examples-header.md';
<Header
intro="In this example you will learn how load a list of pokemone from the pokeapi and with the help of dlt transformers
automatically query additional data per retrieved pokemon. You will also learn how to harness parallelism with futures."
slug="transformer"
title="Enriching loaded data with transformers" />
slug="transformer" />


## Using transformers with the pokemon api
Expand Down

0 comments on commit f56dc6d

Please sign in to comment.