Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: withastro/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: microcmsio/astro-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 3 files changed
  • 4 contributors

Commits on Jul 18, 2023

  1. add microCMS guide

    shibe97 committed Jul 18, 2023
    Copy the full SHA
    5a44308 View commit details

Commits on Jul 24, 2023

  1. Update src/content/docs/en/guides/cms/microcms.mdx

    Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>
    shibe97 and TheOtterlord authored Jul 24, 2023
    Copy the full SHA
    514537a View commit details
  2. Update src/content/docs/en/guides/cms/microcms.mdx

    Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>
    shibe97 and TheOtterlord authored Jul 24, 2023
    Copy the full SHA
    45ad269 View commit details
  3. delete: marketing text

    shibe97 committed Jul 24, 2023
    Copy the full SHA
    f0d21e6 View commit details
  4. Copy the full SHA
    7d6417b View commit details

Commits on Jul 27, 2023

  1. Update src/content/docs/en/guides/cms/microcms.mdx

    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    shibe97 and sarah11918 authored Jul 27, 2023
    Copy the full SHA
    e34eb6b View commit details
Showing with 19 additions and 0 deletions.
  1. +3 −0 public/logos/microcms.svg
  2. +15 −0 src/content/docs/en/guides/cms/microcms.mdx
  3. +1 −0 src/data/logos.ts
3 changes: 3 additions & 0 deletions public/logos/microcms.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/content/docs/en/guides/cms/microcms.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: microCMS & Astro
description: Add content to your Astro project using microCMS
type: cms
stub: true
service: microCMS
i18nReady: true
---

[microCMS](https://microcms.io/) is an API-based headless CMS that lets you define content using schemas, and manage it using the dashboard.

## Official Resources

- Check out [the official microCMS document](https://document.microcms.io/tutorial/astro/astro-top)
- Blog: [Build a blog with microCMS](https://blog.microcms.io/astro-microcms-introduction/)
1 change: 1 addition & 0 deletions src/data/logos.ts
Original file line number Diff line number Diff line change
@@ -75,6 +75,7 @@ export const logos = LogoCheck({
statamic: { file: 'statamic.svg', padding: '.2em' },
xata: { file: 'xata.svg', padding: '0.234em 0.234em 0.1875em' },
strapi: { file: 'strapi.svg', padding: '.25em' },
microcms: { file: 'microcms.svg', padding: '.2em' },
preprcms: { file: 'preprcms.svg', padding: '0' },
});