diff options
| author | Shinigami <[email protected]> | 2022-02-03 20:40:09 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-03 20:40:09 +0100 |
| commit | 464cb9d721f12bf4a34c39bbc5a0384896643952 (patch) | |
| tree | 921d94b8c0240c314ed23045df5428b685566105 /docs | |
| parent | 22a8cbc7416f4f592871abcb689a71e045c27ccd (diff) | |
| download | faker-464cb9d721f12bf4a34c39bbc5a0384896643952.tar.xz faker-464cb9d721f12bf4a34c39bbc5a0384896643952.zip | |
chore: StackBlitz playground (#413)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.vitepress/config.mjs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index edde35e7..dce68224 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -3,7 +3,14 @@ import { apiPages } from './api-pages.mjs'; const nav = [ { text: 'Guide', link: '/guide/' }, - { text: 'Discord', link: 'https://chat.fakerjs.dev' }, + { + text: 'Ecosystem', + items: [ + { text: 'Discord', link: 'https://chat.fakerjs.dev' }, + { text: 'StackBlitz', link: 'https://fakerjs.dev/new' }, + { text: 'Twitter', link: 'https://twitter.com/faker_js' }, + ], + }, // { text: 'Playground', link: '/playground/' }, ]; |
