Skip to content

Commit

Permalink
Merge pull request #2 from TheRainbowPhoenix/main
Browse files Browse the repository at this point in the history
Update content with docs and tutorials for the basics
  • Loading branch information
TheRainbowPhoenix authored Aug 4, 2024
2 parents c60f356 + de7777f commit 7e103fa
Show file tree
Hide file tree
Showing 43 changed files with 7,713 additions and 203 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
uses: actions/checkout@v3
- name: Install, build, and upload your site
uses: withastro/action@v1
# with:
# path: . # The root location of your Astro project inside the repository. (optional)
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
with:
path: . # The root location of your Astro project inside the repository. (optional)
node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)

deploy:
needs: build
Expand Down
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.enableFiletypes": [
"mdx"
]
}
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,13 @@ export default defineConfig({
},
{
label: 'Examples',
collapsed: true,
autogenerate: { directory: 'examples' },
},
{
label: 'Developer Notes',
collapsed: true,
badge: { text: 'WIP', variant: 'caution' },
badge: { text: 'New', variant: 'tip' },
autogenerate: { directory: 'dev' },
}
],
Expand Down
343 changes: 198 additions & 145 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/starlight": "^0.12.0",
"astro": "^3.2.3",
"sharp": "^0.32.5",
"typescript": "^5.2.2"
"@astrojs/check": "^0.3.4",
"@astrojs/starlight": "^0.12.1",
"astro": "^3.6.5",
"sharp": "^0.32.6",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 7e103fa

Please sign in to comment.