Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jun 19, 2022
1 parent c42b5a8 commit 0d44b78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
10 changes: 2 additions & 8 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ export default defineConfig({
logo: '/logo.svg',

editLink: {
repo: 'faker-js/faker',
branch: 'main',
dir: 'docs',
pattern: 'https://github.com/faker-js/faker/edit/main/docs/:path',
text: 'Suggest changes to this page',
},

Expand All @@ -89,11 +87,7 @@ export default defineConfig({
// { text: 'Playground', link: '/playground/' },
{
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' },
],
items: [{ text: 'StackBlitz ', link: 'https://fakerjs.dev/new' }],
},
{
text: 'About',
Expand Down
7 changes: 4 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ layout: home
hero:
name: Faker
text: ''
image: /logo.svg
imageAlt: 'Cartoon logo of a panda magician'
tagline: Generate massive amounts of fake (but realistic) data for testing and development.
image:
src: /logo.svg
alt: Cartoon logo of a panda magician
actions:
- theme: brand
text: Get Started
link: /guide/
- theme: alt
text: GitHub
text: View on GitHub
link: https://github.com/faker-js/faker

features:
Expand Down

0 comments on commit 0d44b78

Please sign in to comment.