#Store content in Notion

1 messages · Page 1 of 1 (latest)

inner locust
#

What is the best way to import my content from Notion to Astro?

round flameBOT
#

Hi @inner locust. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

To import content from Notion to Astro, there are a couple of options available:

  1. Use the @jcha0713/astro-notion package:
    This is a data fetching tool specifically designed to connect Astro and Notion. You can install it and use it to fetch your Notion content directly into your Astro project. Learn more about @jcha0713/astro-notion

  2. Use the notion-to-astro tool:
    This is a community tool that converts Notion exports to Astro Starlight docs. It can be helpful if you're using Starlight for documentation. Check out notion-to-astro on GitHub

Both of these tools can help you integrate your Notion content with Astro, but the best choice depends on your specific needs and project setup.

If you need more detailed information on how to use these tools or if you're looking for alternative methods, I'd recommend checking the official Astro documentation or the respective tool documentation for step-by-step guides.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: