-
Notifications
You must be signed in to change notification settings - Fork 360
Integrate starlight docs support. #88
Description
Integrate Starlight Docs Support
Description
I would like to add Starlight Docs support to this project. Currently, the project lacks a built-in documentation system, which makes it difficult for users to create and manage their own knowledge base or docs.
Background
I am new to both this project and Astro. I found the project well-structured with the necessary pages and elements, but when I tried to integrate Starlight Docs, the layout became messy—even after overriding default components.
Request
Could someone please provide step-by-step guidance (in a very basic way) on how to properly integrate Starlight Docs into this project? I’m looking for beginner-friendly instructions that explain:
- How to set up Starlight Docs within the existing Astro project
- How to avoid layout conflicts
- Best practices for customizing components without breaking the design and search component.
Goal
To successfully add Starlight Docs support so that users can easily build and maintain their own documentation within this project.
Main Issue
I tried to add the starlight , and then overrided the components header, footer and search components but all ui messed up. you can my forked
repo
Thanks in advance for your help!