Skip to content

Commit 8182f30

Browse files
committed
Merge branch 'main' of https://github.com/WeatherStack/docs
2 parents e8e6871 + a7ba5b2 commit 8182f30

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docusaurus.config.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ const config: Config = {
9292
label: 'Docs',
9393
},
9494
{to: '/blog', label: 'Blog', position: 'left'},
95+
{
96+
href: 'https://ws-core-ref.wtdawson.info/',
97+
label: 'Core Reference',
98+
position: 'left'
99+
},
95100
{
96101
href: 'https://github.com/weatherstack/weatherstack',
97102
label: 'GitHub',
@@ -124,7 +129,7 @@ const config: Config = {
124129
},
125130
{
126131
label: 'Discord',
127-
href: 'https://discordapp.com/invite/',
132+
href: 'https://discord.gg/NADxKhJaQP',
128133
}
129134
],
130135
},
@@ -151,4 +156,4 @@ const config: Config = {
151156
} satisfies Preset.ThemeConfig,
152157
};
153158

154-
export default config;
159+
export default config;

0 commit comments

Comments
 (0)