Skip to content

Commit

Permalink
Docs: Improve Getting Started landing page (#35893)
Browse files Browse the repository at this point in the history
* Fill out some content and better formating

The initial page was blank, this fills in some details and improves upon
it.

* Add additional resources and pointers to getting started

* Fix typo - reword link to What's New
  • Loading branch information
mkaz authored Oct 26, 2021
1 parent 0e6f66e commit f01f5cd
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions docs/getting-started/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Getting Started

Welcome! Let's get started building with blocks. Blocks are at the core of extending WordPress. You can create custom blocks, your own block patterns, or combine them together to build a block theme.

## Tutorials

- [Development Environment](/docs/getting-started/devenv/README.md)
- [Create a Block Tutorial](/docs/getting-started/create-block/README.md)
[Development Environment](/docs/getting-started/devenv/README.md) - A guide to setup your local environment for JavaScript development for creating plugins, themes, and the tools you will need to extend WordPress or contribute to the block editor.

## [Glossary](/docs/explanations/glossary.md)
[Create a Block Tutorial](/docs/getting-started/create-block/README.md) - Learn how to create your first block for the WordPress block editor.

## [FAQ](/docs/explanations/faq.md)
[Full Site Editing](/docs/getting-started/full-site-editing.md) - Full Site Editing (FSE) is an umbrella project name for the collection of features that bring the experience and extendability of blocks to all parts of your site—from settings and styles, to templates and themes, and more.

## [History](/docs/explanations/history.md)
- Learn [about using theme.json](/docs/how-to-guides/themes/theme-json.md) to define settings and styles for your theme.

## [Outreach](/docs/getting-started/outreach.md)
- [Create a Block Theme](/docs/how-to-guides/themes/create-block-theme.md) - Learn how block themes use blocks to build templates and the theme.json to provide styles.

## Additional Resources

- [What's New in Gutenberg](https://make.wordpress.org/core/tag/gutenberg-new) - follow the Make Core blog for development news.
- [Glossary](/docs/explanations/glossary.md)
- [Frequently Asked Questions](/docs/explanations/faq.md)
- [Project History](/docs/explanations/history.md)
- [Outreach](/docs/getting-started/outreach.md)

0 comments on commit f01f5cd

Please sign in to comment.