added docs inca basic
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								docs_projectinca/src/assets/houston.webp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								docs_projectinca/src/assets/houston.webp
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 96 KiB | 
							
								
								
									
										6
									
								
								docs_projectinca/src/content/config.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								docs_projectinca/src/content/config.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| import { defineCollection } from 'astro:content'; | ||||
| import { docsSchema } from '@astrojs/starlight/schema'; | ||||
|  | ||||
| export const collections = { | ||||
| 	docs: defineCollection({ schema: docsSchema() }), | ||||
| }; | ||||
							
								
								
									
										11
									
								
								docs_projectinca/src/content/docs/guides/example.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								docs_projectinca/src/content/docs/guides/example.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| --- | ||||
| title: Example Guide | ||||
| description: A guide in my new Starlight docs site. | ||||
| --- | ||||
|  | ||||
| Guides lead a user through a specific task they want to accomplish, often with a sequence of steps. | ||||
| Writing a good guide requires thinking about what your users are trying to do. | ||||
|  | ||||
| ## Further reading | ||||
|  | ||||
| - Read [about how-to guides](https://diataxis.fr/how-to-guides/) in the Diátaxis framework | ||||
							
								
								
									
										36
									
								
								docs_projectinca/src/content/docs/index.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								docs_projectinca/src/content/docs/index.mdx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,36 @@ | ||||
| --- | ||||
| title: Welcome to Starlight | ||||
| description: Get started building your docs site with Starlight. | ||||
| template: splash | ||||
| hero: | ||||
|   tagline: Congrats on setting up a new Starlight project! | ||||
|   image: | ||||
|     file: ../../assets/houston.webp | ||||
|   actions: | ||||
|     - text: Example Guide | ||||
|       link: /guides/example/ | ||||
|       icon: right-arrow | ||||
|       variant: primary | ||||
|     - text: Read the Starlight docs | ||||
|       link: https://starlight.astro.build | ||||
|       icon: external | ||||
| --- | ||||
|  | ||||
| import { Card, CardGrid } from '@astrojs/starlight/components'; | ||||
|  | ||||
| ## Next steps | ||||
|  | ||||
| <CardGrid stagger> | ||||
| 	<Card title="Update content" icon="pencil"> | ||||
| 		Edit `src/content/docs/index.mdx` to see this page change. | ||||
| 	</Card> | ||||
| 	<Card title="Add new content" icon="add-document"> | ||||
| 		Add Markdown or MDX files to `src/content/docs` to create new pages. | ||||
| 	</Card> | ||||
| 	<Card title="Configure your site" icon="setting"> | ||||
| 		Edit your `sidebar` and other config in `astro.config.mjs`. | ||||
| 	</Card> | ||||
| 	<Card title="Read the docs" icon="open-book"> | ||||
| 		Learn more in [the Starlight Docs](https://starlight.astro.build/). | ||||
| 	</Card> | ||||
| </CardGrid> | ||||
							
								
								
									
										11
									
								
								docs_projectinca/src/content/docs/reference/example.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								docs_projectinca/src/content/docs/reference/example.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| --- | ||||
| title: Example Reference | ||||
| description: A reference page in my new Starlight docs site. | ||||
| --- | ||||
|  | ||||
| Reference pages are ideal for outlining how things work in terse and clear terms. | ||||
| Less concerned with telling a story or addressing a specific use case, they should give a comprehensive outline of what you're documenting. | ||||
|  | ||||
| ## Further reading | ||||
|  | ||||
| - Read [about reference](https://diataxis.fr/reference/) in the Diátaxis framework | ||||
							
								
								
									
										2
									
								
								docs_projectinca/src/env.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								docs_projectinca/src/env.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| /// <reference path="../.astro/types.d.ts" /> | ||||
| /// <reference types="astro/client" /> | ||||
		Reference in New Issue
	
	Block a user