Skip to content

Commit

Permalink
feat: update VitePress configuration and increment package version
Browse files Browse the repository at this point in the history
  • Loading branch information
dawit-io committed Dec 29, 2024
1 parent 2efa1ea commit 2e25442
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
import { fa } from '@faker-js/faker'
import { defineConfig } from 'vitepress'

export default defineConfig({
title: "IT Faker",
description: "IT-Faker: Italian Data Generator based on Faker.js",
ignoreDeadLinks: true, // this is temporary until we have all the pages
ignoreDeadLinks: true,
appearance: false,
head: [
['link', { rel: 'icon', href: '/favicon.ico' }],
],
themeConfig: {
nav: [
{ text: 'Home', link: '/' },
Expand Down
Binary file added docs/public/favicon.ico
Binary file not shown.
20 changes: 18 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@italia-tools/faker",
"version": "0.1.2-alpha.0",
"version": "0.1.2-alpha.1",
"description": "Italian-specific fake data generator based on Faker.js",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,23 @@
"italian",
"fake-data",
"testing",
"synthetic-data"
"synthetic-data",
"fiscal-code",
"codice-fiscale",
"italian-names",
"italian-cities",
"italian-data",
"mock-data",
"test-data",
"italy",
"italia",
"italian-faker",
"demographic-data",
"development",
"seed-data",
"cap",
"pec",
"italian-validation"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 2e25442

Please sign in to comment.