diff --git a/docs/website/docs/walkthroughs/add_credentials.md b/docs/website/docs/walkthroughs/add_credentials.md index 6f7270fdf4..b6345318d9 100644 --- a/docs/website/docs/walkthroughs/add_credentials.md +++ b/docs/website/docs/walkthroughs/add_credentials.md @@ -1,5 +1,5 @@ --- -title: Adding credentials +title: Add credentials description: How to use dlt credentials keywords: [credentials, secrets.toml, environment variables] --- diff --git a/docs/website/sidebars.js b/docs/website/sidebars.js index 38989c0c4f..2d4153eac4 100644 --- a/docs/website/sidebars.js +++ b/docs/website/sidebars.js @@ -150,11 +150,11 @@ const sidebars = { items: [ 'walkthroughs/create-a-pipeline', 'walkthroughs/add-a-verified-source', + 'walkthroughs/add_credentials', 'walkthroughs/run-a-pipeline', 'walkthroughs/adjust-a-schema', 'walkthroughs/share-a-dataset', 'dlt-ecosystem/visualizations/exploring-the-data', - 'walkthroughs/add_credentials', { type: 'category', label: 'Transformations',