diff --git a/website/.vitepress/config.ts b/website/.vitepress/config.ts index d3a37a28e..bded1351c 100644 --- a/website/.vitepress/config.ts +++ b/website/.vitepress/config.ts @@ -64,7 +64,7 @@ export default defineConfig({ ], sidebar: { '/examples/': [ - { text: 'Welcome', link: 'examples/index' }, + { text: 'Introduction', link: 'examples/index' }, ...sidebarExamples, ], '/guides/': [ diff --git a/website/content/examples/index.md b/website/content/examples/index.md index 131394eab..88b1eb732 100644 --- a/website/content/examples/index.md +++ b/website/content/examples/index.md @@ -1,8 +1,4 @@ ---- -aside: false ---- - -# Welcome To Graffle Examples +# Introduction Welcome to Graffle's collection of examples. Here you will find an assortment of runnable code showing how various features of Graffle work. Here are a few points of interest that may help you better use and understand the examples: