Skip to content

Commit

Permalink
Improve site description and index title
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Sep 2, 2023
1 parent 1865d4c commit 97f4018
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import pkg from '../../js/package.json';
export default defineConfig({
lang: 'en-US',
title: 'Jupyter Scatter',
description: 'An interactive scatter plot widget for Jupyter Notebook, Lab, and Google Colab that can handle millions of points and supports view linking',
description: 'An interactive scatter plot widget for exploring datasets with millions of data points in Jupyter Notebook, Lab, and Google Colab.',
lastUpdated: true,
cleanUrls: true,
head: [
Expand Down
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
# https://vitepress.dev/reference/default-theme-home-page
layout: home

title: Jupyter Scatter
titleTemplate: An Interactive Scatter Plot Widget

hero:
name: "Jupyter Scatter"
text: "An interactive scatter plot widget"
text: "An Interactive Scatter Plot Widget"
tagline: "Explore datasets with millions of data points with ease in Jupyter Notebook, Lab, and Google Colab."
image:
src: /teaser.jpg
Expand Down

0 comments on commit 97f4018

Please sign in to comment.