From b36dd86cf4ee433265e4b33c289be2d51773d8e7 Mon Sep 17 00:00:00 2001 From: Georges KABBOUCHI Date: Tue, 29 Dec 2020 19:39:07 +0200 Subject: [PATCH] wip --- docs/content/en/index.md | 26 +++++------------- docs/nuxt.config.js | 2 +- docs/static/logo-dark.svg | 54 +++++++++++++++++++++++++++----------- docs/static/logo-light.svg | 54 +++++++++++++++++++++++++++----------- 4 files changed, 85 insertions(+), 51 deletions(-) diff --git a/docs/content/en/index.md b/docs/content/en/index.md index 83d4095..9e194d4 100644 --- a/docs/content/en/index.md +++ b/docs/content/en/index.md @@ -1,27 +1,13 @@ --- title: Introduction -description: '' +description: 'What is VueTippy?' position: 1 category: '' -features: - - Feature 1 - - Feature 2 - - Feature 3 --- - - +Tippy.js is a lightweight, vanilla JS tooltip library powered by Popper.js. +
+
+VueTippy is a Vue.js wrapper for the Tippy.js library, which allows you to use the tooltips as a Vue component and as a directive. -[Module]() for [NuxtJS](https://nuxtjs.org). - - - -Your documentation has been created successfully! - - - -## Features - - - -

Enjoy light and dark mode: 

+It is designed to work friendly with Vue.js diff --git a/docs/nuxt.config.js b/docs/nuxt.config.js index 63a2152..ca13c44 100644 --- a/docs/nuxt.config.js +++ b/docs/nuxt.config.js @@ -2,6 +2,6 @@ import theme from '@nuxt/content-theme-docs' export default theme({ docs: { - primaryColor: '#E24F55' + } }) diff --git a/docs/static/logo-dark.svg b/docs/static/logo-dark.svg index d10125f..0371e3a 100644 --- a/docs/static/logo-dark.svg +++ b/docs/static/logo-dark.svg @@ -1,15 +1,39 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/static/logo-light.svg b/docs/static/logo-light.svg index 00d92bc..0371e3a 100644 --- a/docs/static/logo-light.svg +++ b/docs/static/logo-light.svg @@ -1,15 +1,39 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file