Skip to content

Commit

Permalink
docs(gatsby-starter-base): add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Mar 23, 2021
1 parent ca5778f commit 3171c3c
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1 @@
# reflexjs/gatsby-starter-base

This is the base starter for kicking off your Gatsby project with Reflex. It ships with `MDX` pages and blocks, a blog, navigation menus and `Reflex UI` for theming components.

## Getting Started

```sh
gatsby new site reflexjs/gatsby-starter-base
```

## Helpful links

- [Add a page](https://reflexjs.org/docs/pages)
- [Add a block and use it on a page](https://reflexjs.org/docs/pages-block)
- [Create a block that can accept props](https://reflexjs.org/docs/pages-dynamic-block)
- [Add a blog author](https://reflexjs.org/docs/blog-author)
- [Create a blog post](https://reflexjs.org/docs/blog-post)
- [Customize the theme](https://reflexjs.org/docs/theming-create-theme)
- [Add a nav](https://reflexjs.org/docs/navs#add-a-nav)

## Learn

Visit [https://reflexjs.org/learn](https://reflexjs.org/learn) to get started with Gatsby and Reflex.

## Blocks

Browse the blocks library at [https://reflexjs.org/library/blocks](https://reflexjs.org/library/blocks).

## License

Licensed under the [MIT license](https://github.com/reflexjs/reflex/blob/master/LICENSE).
DEPRECATED - This starter is deprecated. Use one of [gatsby-starter](https://github.com/reflexjs/reflexjs/tree/master/starters/gatsby-starter) or [gatsby-starter-typescript](https://github.com/reflexjs/reflexjs/tree/master/starters/gatsby-starter-typescript)

0 comments on commit 3171c3c

Please sign in to comment.