From 2da93df0f6ca29d68a5e24240a922328a0c287fe Mon Sep 17 00:00:00 2001 From: August Miller Date: Wed, 2 Nov 2022 17:09:37 -0700 Subject: [PATCH] Replicate changes from starter project --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 46c5974e30d..f91fcca8ae6 100644 --- a/README.md +++ b/README.md @@ -10,35 +10,35 @@ It features: - An intuitive, user-friendly control panel for content creation and administrative tasks. - A clean-slate approach to content modeling that doesn’t make any assumptions about the content you need to manage. -- An auto-generated [GraphQL API](https://craftcms.com/docs/4.x/graphql.html) that can be consumed for building headless applications. -- A fast and flexible [templating system](https://craftcms.com/docs/4.x/dev/twig-primer.html) based on Twig for building traditional websites. +- A fast and flexible [templating system](https://craftcms.com/docs/4.x/dev/twig-primer.html) based on Twig. +- An auto-generated [GraphQL API](https://craftcms.com/docs/4.x/graphql.html) for building headless applications. - A powerful [ecommerce platform](https://craftcms.com/commerce) for building bespoke ecommerce experiences. - A built-in Plugin Store with hundreds of free and commercial [plugins](https://plugins.craftcms.com/). -- A robust framework for [module and plugin development](https://craftcms.com/docs/4.x/extend/). +- A robust [extension framework](https://craftcms.com/docs/4.x/extend/) for advanced customization. - An active, vibrant [community](https://craftcms.com/community). -You can learn more about it at [craftcms.com](https://craftcms.com), and documentation is available at [craftcms.com/docs](https://craftcms.com/docs/4.x/). +You can learn more about it at [craftcms.com](https://craftcms.com), or dive into the documentation at [craftcms.com/docs](https://craftcms.com/docs/4.x/). ## Tech Specs Craft is a self-hosted PHP application. It can connect to MySQL and PostgreSQL for content storage. See [Server Requirements](https://craftcms.com/docs/4.x/requirements.html) for more details. -## Popular Resources - -- **[Tutorial](https://craftcms.com/docs/getting-started-tutorial/)** – Get set up and learn the basics. -- **[Documentation](https://craftcms.com/docs/)** – Read the official docs. -- **[Knowledge Base](https://craftcms.com/knowledge-base)** – Find answers to common problems. -- **[#craftcms](https://twitter.com/hashtag/craftcms)** – See the latest tweets about Craft. -- **[Discord](https://craftcms.com/discord)** – Meet the community. -- **[Stack Exchange](http://craftcms.stackexchange.com/)** – Get help and help others. -- **[CraftQuest](https://craftquest.io/)** – Watch unlimited video lessons and courses. -- **[Craft Link List](http://craftlinklist.com/)** – Stay in-the-know. -- **[nystudio107 Blog](https://nystudio107.com/blog)** – Learn Craft and modern web development. - ---- - -

-Build Status -Total Packagist Downloads -Latest Stable Version -

+## Resources + +### Official + +- **[Website](https://craftcms.com)** — Welcome to Craft! +- **[Tutorial](https://craftcms.com/docs/getting-started-tutorial/)** — Build a blog with step-by-step instructions. +- **[Installation](https://craftcms.com/docs/4.x/installation.html)** — Jump right in with Composer. +- **[Documentation](https://craftcms.com/docs/)** — Read the official docs. +- **[Knowledge Base](https://craftcms.com/knowledge-base)** — Find answers to common problems. +- **[Newsletter](https://craftcms.com/newsletter)** — Get official news and community updates. +- **[Dot All](https://craftcms.com/events)** — Attend our annual conference. + +### Community + +- **[#craftcms](https://twitter.com/hashtag/craftcms)** — See the latest tweets about Craft. +- **[Discord](https://craftcms.com/discord)** — Meet the community. +- **[Stack Exchange](http://craftcms.stackexchange.com/)** — Get help and help others. +- **[CraftQuest](https://craftquest.io/)** — Watch unlimited video lessons and courses. +- **[nystudio107 Blog](https://nystudio107.com/blog)** — Learn Craft and modern web development.