Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Improve Getting Started landing page #35893

Merged
merged 3 commits into from
Oct 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
mkaz marked this conversation as resolved.
Show resolved Hide resolved

## [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)