diff --git a/README.md b/README.md deleted file mode 100644 index 67f3718deed..00000000000 --- a/README.md +++ /dev/null @@ -1,103 +0,0 @@ -

- - - -

- -

- - - - - - - - - -

- -## Build powerful production-ready content workspaces - -> The Sanity Composable Content Cloud lets teams create remarkable digital experiences at scale. Sanity Studio is an open-source, single-page application that is fast to set up and quick to configure. The Studio comes with a complete studio customization framework that lets you tailor the workspace as your needs grow. -> -> Sanity hosts your content in a real-time, hosted data store called Content Lake. [Get started](https://www.sanity.io/get-started) with the free plan with generous bandwidth and hosting included and pay-as-you-go for overages. - -## Quickstart - -Initiate a new project by running the following command: - -```bash -npm create sanity@latest - -# With other package managers: -yarn create sanity@latest -pnpm create sanity@latest -``` - -[Go here](https://www.sanity.io/docs/getting-started-with-sanity) for a step-by-step guide on how to get up and running. - -Check out [the docs](https://www.sanity.io/docs/sanity-studio) and [plugins](https://www.sanity.io/plugins) and start building. - -## Table of contents - -- [Build powerful production-ready content workspaces](#build-powerful-production-ready-content-workspaces) -- [Quickstart](#quickstart) -- [Table of contents](#table-of-contents) -- [Key Features](#key-features) - - [Sanity Studio](#sanity-studio) - - [Developer experience](#developer-experience) - - [Structured Content](#structured-content) -- [Stay up to date](#stay-up-to-date) -- [Code of Conduct](#code-of-conduct) -- [Want to contribute?](#want-to-contribute) -- [License](#license) - -## Key Features - -![Sanity Studio](https://cdn.sanity.io/images/3do82whm/next/634bd76e8333f9c824a3f09ff563b5373bcfac3a-7684x4322.png?w=2000&fit=max&auto=format&dpr=2) - -### [Sanity Studio](https://www.sanity.io/studio) - -[Sanity Studio](https://www.sanity.io/studio) is an open-source real-time CMS, that you can customize with JavaScript and React. - -- Efficient editing, instant UI for complex fields -- Responsive, works on narrow screens -- [Plug-in architecture](https://www.sanity.io/plugins) and [custom components](https://www.sanity.io/docs/component-api) -- [Style with your own branding](https://www.sanity.io/docs/theming) -- [Advanced block editor for structured content](https://www.sanity.io/docs/block-content) -- Use JavaScript to add [field validations](https://www.sanity.io/docs/validation), [organize documents](https://www.sanity.io/docs/overview-structure-builder), and set [initial values](https://www.sanity.io/docs/theming) - -### [Developer experience](https://www.sanity.io/developer-experience) - -- [Bring your own frontend, or whatever else you might need](https://www.sanity.io/docs/build-with-sanity). -- [Sweet APIs for reading, writing, importing, exporting, go back in time, and listening for updates](https://www.sanity.io/docs/datastore). -- [Secure, scalable and GDPR compliant](https://www.sanity.io/security). -- [Zero config Graph Oriented Query Language (GROQ)](https://www.sanity.io/docs/how-queries-work), and [GraphQL API](https://www.sanity.io/docs/graphql). -- [Helpful and friendly developer community](https://slack.sanity.io). - -### [Structured Content](https://www.sanity.io/structured-content) - -- Distribute from a single source of truth, in real-time. -- Unlock programmatic approaches to workflows and design. -- [Upload images and transform them on demand](https://www.sanity.io/docs/asset-pipeline). -- Query images for metadata like dominant colors, sizes, geo-location, and EXIF metadata. -- [Rich text that can be serialized into any markup language](https://www.sanity.io/guides/introduction-to-portable-text). - -## Stay up to date - -- Follow **@sanity_io** on [Twitter](https://twitter.com/sanity_io) -- Subscribe to [our blog by RSS](https://www.sanity.io/feed/rss) -- Subscribe to our [newsletter](http://eepurl.com/b2yaDz) -- Join the [developer community on Slack](https://slack.sanity.io) - -## Code of Conduct - -We aim to be an inclusive, welcoming community for everyone. To make that explicit, we have a [code of conduct](https://github.com/sanity-io/sanity/blob/current/CODE_OF_CONDUCT.md) that applies to communication around the project. - -## Want to contribute? - -Found a bug, or want to contribute code? Pull requests and issues are most welcome. Read our [contributing guidelines](https://github.com/sanity-io/sanity/blob/current/CONTRIBUTING.md) to learn how. - -## License - -Sanity Studio is available under the [_MIT License_](https://github.com/sanity-io/sanity/blob/current/LICENSE) diff --git a/README.md b/README.md new file mode 120000 index 00000000000..1ffaa766d4d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +packages/sanity/README.md \ No newline at end of file diff --git a/packages/sanity/README.md b/packages/sanity/README.md index 67f3718deed..846cab55ede 100644 --- a/packages/sanity/README.md +++ b/packages/sanity/README.md @@ -1,15 +1,16 @@

- + +

Sanity

- - - + + + - + @@ -34,7 +35,7 @@ yarn create sanity@latest pnpm create sanity@latest ``` -[Go here](https://www.sanity.io/docs/getting-started-with-sanity) for a step-by-step guide on how to get up and running. +[Go here for a step-by-step guide](https://www.sanity.io/docs/getting-started-with-sanity) on how to get up and running. Check out [the docs](https://www.sanity.io/docs/sanity-studio) and [plugins](https://www.sanity.io/plugins) and start building.