Folder Structure
Structure folder docuna astro starlight themes template.
node_modules
Is a folder that is created when you install packages using the Node Package Manager (npm). It stores the packages and their dependencies that your project requires.
This folder appears automatically when you run npm install
Public
This is for storing your static folder which is used for your documentation website project needs.
src
This folder is used for working in dev mode processes. and we will mostly work on this folder
assets
A folder containing files for your site development needs, such as icon image and others,but we recommend that you store your static files in a public folder.
content/docs
This folder is for your article content, for documentation articles, and static pages.
data
For integration JSON data, like home page, configuration website and others.
styles
A folder containing files for your site development needs, such as CSS styles and others.
widget
The folder widget contains files used in developing your website design. example header, navbar,footer and others.
astro.config.mjs
This file is for your website project configuration and settings.