From 7fc9695f5ad4b0b082fff7ae9a5459e751312cec Mon Sep 17 00:00:00 2001 From: Nico Hoffmann Date: Sat, 18 May 2024 17:06:02 +0200 Subject: [PATCH] Trigger docs build --- docs/.vitepress/config.mjs | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 8cd3121..dc2846c 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -3,7 +3,7 @@ import { defineConfig } from "vitepress"; // https://vitepress.dev/reference/site-config export default defineConfig({ title: "CSV field", - description: "Preview your CSV file in the Panel", + description: "Preview your CSV files in the Panel", lang: "en-US", base: "/kirby-csv-field/", appearance: false, diff --git a/docs/index.md b/docs/index.md index 34a4add..4d986fd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ layout: home hero: name: "CSV field" text: "for Kirby" - tagline: Preview your CSV file in the Panel + tagline: Preview your CSV files in the Panel image: /visual.svg actions: - theme: brand