Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Sep 16, 2024
2 parents b1d20ac + 9e9f20f commit e48f641
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ const config = {
{
type: 'docsVersionDropdown',
},
{
type: 'doc',
docId: 'intro',
position: 'left',
label: 'Docs',
},
{ to: 'https://dlthub.com/blog', label: 'Blog', position: 'left' },
{
href: 'https://dlthub.com/community',
Expand Down
5 changes: 5 additions & 0 deletions docs/website/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ to = "docs/tutorial/load-data-from-an-api"
[[redirects]]
from = "/docs/tutorial/grouping-resources"
to = "docs/tutorial/load-data-from-an-api"

[[redirects]]
from = "/docs/general-usage/credentials/config_specs"
to = "/docs/general-usage/credentials"
status = 301

0 comments on commit e48f641

Please sign in to comment.