diff --git a/.vitepress/config.mts b/.vitepress/config.mts index e398502..e798342 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -199,6 +199,7 @@ export default defineConfig({ { text: 'Process', link: '/docs/process' }, { text: 'Broadcasting', link: '/docs/broadcasting' }, { text: 'JSON:API Resources', link: '/docs/jsonapi' }, + { text: 'Performance & Benchmarks', link: '/docs/benchmarks' }, ] }, { diff --git a/.vitepress/theme/components/CoreModules.vue b/.vitepress/theme/components/CoreModules.vue index 9a15f67..7410490 100644 --- a/.vitepress/theme/components/CoreModules.vue +++ b/.vitepress/theme/components/CoreModules.vue @@ -1,5 +1,5 @@