-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Improve Getting Started landing page (#35893)
* 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
Showing
1 changed file
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |