Skip to content
/ docs Public

Extra starlight docs page so it doesn't interfere with vaporvee/web for now

Notifications You must be signed in to change notification settings

vaporvee/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vaporvee Docs

Extra starlight docs page so it doesn't interfere with vaporvee/web for now

Built with Starlight

npm create astro@latest -- --template starlight

🚀 Project Structure

Starlight looks for .md or .mdx files in the src/content/docs/ directory. Each file is exposed as a route based on its file name.

Images can be added to src/assets/ and embedded in Markdown with a relative link.

Static assets, like favicons, can be placed in the public/ directory.

🧞 Commands

Command Action
npm i Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run astro -- --help Get help using the Astro CLI

About

Extra starlight docs page so it doesn't interfere with vaporvee/web for now

Resources

Stars

Watchers

Forks