Skip to content

Commit

Permalink
feat: added doc on VyuhContentWidget, upgraded deps and changed the s…
Browse files Browse the repository at this point in the history
…yntax theme for code
  • Loading branch information
pavanpodila committed Feb 3, 2025
1 parent 5537563 commit 7f543a9
Show file tree
Hide file tree
Showing 12 changed files with 640 additions and 302 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ pnpm-debug.log*

# Others
.idea
.firebase
.firebase
.vscode
4 changes: 0 additions & 4 deletions .vscode/extensions.json

This file was deleted.

11 changes: 0 additions & 11 deletions .vscode/launch.json

This file was deleted.

1 change: 1 addition & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export default defineConfig({
customCss: ['./src/tailwind.css'],
sidebar: sidebar,
expressiveCode: {
themes: ['dracula'],
plugins: [pluginLineNumbers()],
defaultProps: {
showLineNumbers: false,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.1.6",
"@astrojs/react": "^4.2.0",
"@astrojs/starlight": "^0.30.6",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.5",
"@expressive-code/plugin-line-numbers": "^0.38.3",
"@iconify-json/mdi": "^1.2.3",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"astro": "^5.1.9",
"astro": "^5.2.3",
"astro-embed": "^0.9.0",
"astro-icon": "^1.1.5",
"firebase-tools": "^13.29.2",
"firebase-tools": "^13.29.3",
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
574 changes: 291 additions & 283 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ export default [
'guides/cms/custom-condition',
'guides/cms/conditional-route',
'guides/cms/template-routes',
{
slug: 'guides/cms/content-widget',
badge: { text: 'New', variant: 'note' },
},
{
slug: 'guides/cms/previews',
badge: { text: 'New', variant: 'note' },
Expand Down
Loading

0 comments on commit 7f543a9

Please sign in to comment.