Skip to content

Commit a4d347b

Browse files
committed
update homepage header and footer items
1 parent b3d73ed commit a4d347b

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

packages/doc/docusaurus.config.js

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ const config = {
7575
position: 'left',
7676
label: 'Blog',
7777
},
78+
{
79+
href: 'https://github.com/Canner/vulcan-sql-examples',
80+
position: 'left',
81+
label: 'Examples',
82+
},
7883
{
7984
href: 'https://discord.gg/ztDz8DCmG4',
8085
position: 'left',
@@ -100,12 +105,16 @@ const config = {
100105
items: [
101106
{
102107
label: 'Getting Started',
103-
to: '/docs/intro',
108+
to: '/docs/get-started/first-api',
104109
},
105110
{
106111
label: 'Building Data API',
107112
to: '/docs/develop/init',
108113
},
114+
{
115+
label: 'Extensions',
116+
to: '/docs/extensions/overview',
117+
},
109118
{
110119
label: 'API Catalog & Documentation',
111120
to: '/docs/catalog/intro',
@@ -118,6 +127,10 @@ const config = {
118127
label: 'Deployment and Maintenance',
119128
to: '/docs/deployment',
120129
},
130+
{
131+
label: 'References',
132+
to: '/docs/references/project-configurations',
133+
},
121134
],
122135
},
123136
{
@@ -140,6 +153,10 @@ const config = {
140153
label: 'GitHub',
141154
href: 'https://github.com/Canner/vulcan-sql',
142155
},
156+
{
157+
label: 'Examples',
158+
href: 'https://github.com/Canner/vulcan-sql-examples',
159+
},
143160
{
144161
label: 'Privacy',
145162
href: 'https://cannerdata.com/terms/privacy'

0 commit comments

Comments
 (0)