Skip to content

Commit

Permalink
some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoMoretti committed Oct 6, 2024
1 parent 73b6c63 commit f7c1c97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
9 changes: 7 additions & 2 deletions apps/www/config/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -58,8 +63,8 @@ export const docsConfig: DocsConfig = {
items: [],
},
{
title: "Manual",
href: "/docs/guide/manual",
title: "Manual Installation",
href: "/docs/guide/manual-installation",
items: [],
},
],
Expand Down
File renamed without changes.

0 comments on commit f7c1c97

Please sign in to comment.