Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 First beta #189

Merged
merged 11 commits into from
Jul 24, 2024
Merged
5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-103.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-104.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-112.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-161.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-60.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-61.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-63.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-64.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-89.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-94.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-95.md

This file was deleted.

140 changes: 140 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ catalogs:
astro-seo: ^0.8.4
docs:
'@shoelace-style/shoelace': ^2.15.1
astro-embed: ^0.7.2
starlight-links-validator: ^0.9.1
starlight-package-managers: ^0.6.0
starlight-typedoc: ^0.13.0
Expand Down
Binary file added www/assets/studioCMS-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions www/docs/astro.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const makeTypeDocOptions = (
readme,
jsDocCompatibility: true,
skipErrorChecking: true,
sourceLinkTemplate: 'https://github.com/astrolicious/studiocms/tree/main/{path}#L{line}'
},
} as StarlightTypeDocOptions;
}
Expand All @@ -61,6 +62,7 @@ export default defineConfig({
social: {
github: "https://github.com/astrolicious/studiocms",
discord: "https://chat.astrolicious.dev",
youtube: "https://www.youtube.com/@AstroStudioCMS"
},
customCss: [
// Relative path to your custom CSS file
Expand Down Expand Up @@ -196,8 +198,8 @@ export default defineConfig({
],
},
{
label: "Reference",
autogenerate: { directory: "reference" },
label: "Configuration Reference",
autogenerate: { directory: "config-reference" },
collapsed: true,
},
{
Expand Down
1 change: 1 addition & 0 deletions www/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@astrojs/starlight": "catalog:",
"@shoelace-style/shoelace": "catalog:docs",
"astro": "catalog:",
"astro-embed": "catalog:docs",
"sharp": "catalog:",
"starlight-links-validator": "catalog:docs",
"starlight-package-managers": "catalog:docs",
Expand Down
Loading