File tree Expand file tree Collapse file tree 5 files changed +35
-35
lines changed
Expand file tree Collapse file tree 5 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 11{
2- "recommendations" : [" astro-build.astro-vscode" ],
3- "unwantedRecommendations" : []
2+ "recommendations" : [" astro-build.astro-vscode" ],
3+ "unwantedRecommendations" : []
44}
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.2.0" ,
3- "configurations" : [
4- {
5- "command" : " ./node_modules/.bin/astro dev" ,
6- "name" : " Development server" ,
7- "request" : " launch" ,
8- "type" : " node-terminal"
9- }
10- ]
2+ "version" : " 0.2.0" ,
3+ "configurations" : [
4+ {
5+ "command" : " ./node_modules/.bin/astro dev" ,
6+ "name" : " Development server" ,
7+ "request" : " launch" ,
8+ "type" : " node-terminal"
9+ }
10+ ]
1111}
Original file line number Diff line number Diff line change 11{
2- "name" : " docs" ,
3- "type" : " module" ,
4- "version" : " 0.0.1" ,
5- "scripts" : {
6- "dev" : " astro dev" ,
7- "start" : " astro dev" ,
8- "build" : " astro build" ,
9- "preview" : " astro preview" ,
10- "astro" : " astro"
11- },
12- "dependencies" : {
13- "@astrojs/starlight" : " ^0.37.0" ,
14- "astro" : " ^5.6.1" ,
15- "sharp" : " ^0.34.2"
16- }
17- }
2+ "name" : " docs" ,
3+ "type" : " module" ,
4+ "version" : " 0.0.1" ,
5+ "scripts" : {
6+ "dev" : " astro dev" ,
7+ "start" : " astro dev" ,
8+ "build" : " astro build" ,
9+ "preview" : " astro preview" ,
10+ "astro" : " astro"
11+ },
12+ "dependencies" : {
13+ "@astrojs/starlight" : " ^0.37.0" ,
14+ "astro" : " ^5.6.1" ,
15+ "sharp" : " ^0.34.2"
16+ }
17+ }
Original file line number Diff line number Diff line change 1- import { defineCollection } from 'astro:content' ;
2- import { docsLoader } from '@astrojs/starlight/loaders' ;
3- import { docsSchema } from '@astrojs/starlight/schema' ;
1+ import { defineCollection } from 'astro:content'
2+ import { docsLoader } from '@astrojs/starlight/loaders'
3+ import { docsSchema } from '@astrojs/starlight/schema'
44
55export const collections = {
6- docs : defineCollection ( { loader : docsLoader ( ) , schema : docsSchema ( ) } ) ,
7- } ;
6+ docs : defineCollection ( { loader : docsLoader ( ) , schema : docsSchema ( ) } )
7+ }
Original file line number Diff line number Diff line change 11{
2- "extends" : " astro/tsconfigs/strict" ,
3- "include" : [" .astro/types.d.ts" , " **/*" ],
4- "exclude" : [" dist" ]
2+ "extends" : " astro/tsconfigs/strict" ,
3+ "include" : [" .astro/types.d.ts" , " **/*" ],
4+ "exclude" : [" dist" ]
55}
You can’t perform that action at this time.
0 commit comments