Skip to content

Commit e48f641

Browse files
committed
Merge branch 'master' into devel
2 parents b1d20ac + 9e9f20f commit e48f641

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/website/docusaurus.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,6 @@ const config = {
114114
{
115115
type: 'docsVersionDropdown',
116116
},
117-
{
118-
type: 'doc',
119-
docId: 'intro',
120-
position: 'left',
121-
label: 'Docs',
122-
},
123117
{ to: 'https://dlthub.com/blog', label: 'Blog', position: 'left' },
124118
{
125119
href: 'https://dlthub.com/community',

docs/website/netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ to = "docs/tutorial/load-data-from-an-api"
2525
[[redirects]]
2626
from = "/docs/tutorial/grouping-resources"
2727
to = "docs/tutorial/load-data-from-an-api"
28+
29+
[[redirects]]
30+
from = "/docs/general-usage/credentials/config_specs"
31+
to = "/docs/general-usage/credentials"
32+
status = 301

0 commit comments

Comments
 (0)