Skip to content

Commit 91cf7d9

Browse files
Merge branch 'main' into v7
2 parents 5482f8a + 20259aa commit 91cf7d9

48 files changed

Lines changed: 627 additions & 381 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
-349 KB
Binary file not shown.
-506 KB
Binary file not shown.

src/assets/thumbnails/astros.png

-718 KB
Binary file not shown.

src/assets/thumbnails/creek.png

-357 KB
Binary file not shown.
-1010 KB
Binary file not shown.

src/assets/thumbnails/qurno.png

-813 KB
Binary file not shown.

src/assets/thumbnails/resume01.png

-1.54 MB
Binary file not shown.
-185 KB
Binary file not shown.

src/content/docs/en/guides/cms/cloudcannon.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ featuredListing:
1111
tagline: Git-based CMS built for speed, security, and zero headaches.
1212
---
1313

14-
import Grid from '~/components/FluidGrid.astro';
15-
import Card from '~/components/ShowcaseCard.astro';
1614
import { Steps, FileTree } from '@astrojs/starlight/components';
1715
import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';
1816

src/content/docs/en/guides/cms/cosmic.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ logo: cosmic
88
i18nReady: true
99
---
1010
import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';
11-
import Grid from '~/components/FluidGrid.astro';
12-
import Card from '~/components/ShowcaseCard.astro';
1311
import { Steps } from '@astrojs/starlight/components';
1412

1513
[Cosmic](https://www.cosmicjs.com/) is a [headless CMS](https://www.cosmicjs.com/headless-cms) that provides an admin dashboard to manage content and an API that can integrate with a diverse range of frontend tools.
1614

1715
## Prerequisites
1816

19-
1. **An Astro project**- If you’d like to start with a fresh Astro project, read the [installation guide](/en/install-and-setup/). This guide follows a simplified version of the [Astro Headless CMS Theme](https://astro.build/themes/details/cosmic-cms-blog/) with [Tailwind CSS](https://tailwindcss.com/) for styling.
17+
1. **An Astro project** - If you’d like to start with a fresh Astro project, read the [installation guide](/en/install-and-setup/). This guide uses [Tailwind CSS](https://tailwindcss.com/) for styling.
2018
2. **A Cosmic account and Bucket** - [Create a free Cosmic account](https://app.cosmicjs.com/signup) if you don’t have one. After creating your account, you'll be prompted to create a new empty project. There's also a [Simple Astro Blog template](https://www.cosmicjs.com/marketplace/templates/simple-astro-blog) available (this is the same template as the Astro Headless CMS Theme) to automatically import all of the content used in this guide.
2119
3. **Your Cosmic API keys** - From your Cosmic dashboard, you will need to locate both the **Bucket slug** and **Bucket read key** in order to connect to Cosmic.
2220

@@ -252,9 +250,3 @@ To set up a webhook in Vercel:
252250

253251
3. Provide a name for your webhook and the branch you want to trigger the build on. Click **Add** and copy the generated URL.
254252
</Steps>
255-
256-
## Themes
257-
258-
<Grid>
259-
<Card title="Astro Headless CMS Blog" href="https://astro.build/themes/details/cosmic-cms-blog/" thumbnail="simple-astro-blog.png" />
260-
</Grid>

0 commit comments

Comments
 (0)