From f7c1c97581da7ddec8675eb7caaeb8d308ac0a04 Mon Sep 17 00:00:00 2001 From: Francisco Moretti Date: Sun, 6 Oct 2024 19:50:12 +0100 Subject: [PATCH] some updates --- README.md | 4 ++-- apps/www/config/docs.ts | 9 +++++++-- .../docs/guide/{manual.mdx => manual-installation.mdx} | 0 3 files changed, 9 insertions(+), 4 deletions(-) rename apps/www/content/docs/guide/{manual.mdx => manual-installation.mdx} (100%) diff --git a/README.md b/README.md index d2d8bd6..e771b2c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Notion Download MD +# Notion Downloader -A powerful suite of tools for downloading, caching, and converting Notion content to Markdown. +Easily download your Notion pages and databases to Markdown, images, and more. Keep your content in sync with automatic updates. ![Download Notion content](apps/www/app/opengraph-image.png) diff --git a/apps/www/config/docs.ts b/apps/www/config/docs.ts index ba8ae6a..98f39f7 100644 --- a/apps/www/config/docs.ts +++ b/apps/www/config/docs.ts @@ -42,6 +42,11 @@ export const docsConfig: DocsConfig = { { title: "Guides", items: [ + { + title: "Notion Token", + href: "/docs/guide/notion-token", + items: [], + }, { title: "Docusaurus", href: "/docs/guide/docusaurus", @@ -58,8 +63,8 @@ export const docsConfig: DocsConfig = { items: [], }, { - title: "Manual", - href: "/docs/guide/manual", + title: "Manual Installation", + href: "/docs/guide/manual-installation", items: [], }, ], diff --git a/apps/www/content/docs/guide/manual.mdx b/apps/www/content/docs/guide/manual-installation.mdx similarity index 100% rename from apps/www/content/docs/guide/manual.mdx rename to apps/www/content/docs/guide/manual-installation.mdx