Skip to content

Commit

Permalink
Remove unnecessary TOCs (#57087)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego authored and artemiomorales committed Jan 4, 2024
1 parent 49b0b83 commit e09e50b
Show file tree
Hide file tree
Showing 55 changed files with 2 additions and 348 deletions.
31 changes: 0 additions & 31 deletions docs/contributors/code/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,6 @@ Before you begin, there are some requirements that must be met in order to succe

Similar requirements apply to releasing WordPress's [npm packages](https://developer.wordpress.org/block-editor/contributors/code/release/#packages-releases-to-npm-and-wordpress-core-updates).

**Table of contents**

- **[Gutenberg plugin releases](#gutenberg-plugin-releases)**
- [Release schedule](#release-schedule)
- [Release management](#release-management)
- [Preparing a release](#preparing-a-release)
- [Organizing and labeling milestone PRs](#organizing-and-labeling-milestone-prs)
- [Running the release workflow](#running-the-release-workflow)
- [Publishing the @wordpress packages to NPM](#publishing-the-wordpress-packages-to-npm)
- [Viewing the release draft](#viewing-the-release-draft)
- [Curating the release changelog](#curating-the-release-changelog)
- [Creating release candidate patches (cherry-picking)](#creating-release-candidate-patches-cherry-picking)
- [Automated cherry-picking](#automated-cherry-picking)
- [Manual cherry-picking](#manual-cherry-picking)
- [Publishing the release](#publishing-the-release)
- [Troubleshooting the release](#troubleshooting-the-release)
- [Documenting the release](#documenting-the-release)
- [Selecting the release highlights](#selecting-the-release-highlights)
- [Requesting release assets](#requesting-release-assets)
- [Drafting the release post](#drafting-the-release-post)
- [Publishing the release post](#publishing-the-release-post)
- [Creating minor releases](#creating-minor-releases)
- [Updating the release branch](#updating-the-release-branch)
- [Running the minor release](#running-the-minor-release)
- [Creating a minor release for previous stable releases](#creating-a-minor-release-for-previous-stable-releases)
- [Troubleshooting](#troubleshooting)
- [Packages releases to NPM and WordPress Core updates](#packages-releases-to-npm-and-wordpress-core-updates)
- [Synchronizing the Gutenberg plugin](#synchronizing-the-gutenberg-plugin)
- [WordPress releases](#wordpress-releases)
- [Development releases](#development-releases)

## Gutenberg plugin releases

The first step in releasing a stable version of the Gutenberg plugin is to [create an issue](https://github.com/WordPress/gutenberg/issues/new?assignees=&labels=&projects=&template=New_release.md) in the Gutenberg repository. The issue template is called "Gutenberg Release," and it contains a checklist for the complete release process, from release candidate to changelog curation to cherry-picking, stable release, and release post. The issue for [Gutenberg 15.7](https://github.com/WordPress/gutenberg/issues/50092) is a good example.
Expand Down
15 changes: 0 additions & 15 deletions docs/how-to-guides/platform/custom-block-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@ This flexibility and interoperability makes blocks a powerful tool for building

This guide covers the basics of creating your first custom block editor.

## Table of contents

- [Introduction](#introduction)
- [Code Syntax](#code-syntax)
- [What you're going to be building](#what-youre-going-to-be-building)
- [Plugin setup and organization](#plugin-setup-and-organization)
- [The "Core" of the editor](#the-core-of-the-editor)
- [Creating the custom "Block Editor" page](#creating-the-custom-block-editor-page)
- [Registering and rendering the custom block editor](#registering-and-rendering-the-custom-block-editor)
- [Reviewing the `<Editor>` component](#reviewing-the-editor-component)
- [The custom `<BlockEditor>`](#the-custom-blockeditor)
- [Reviewing the sidebar](#reviewing-the-sidebar)
- [Block persistence](#block-persistence)
- [Wrapping up](#wrapping-up)

## Introduction

With its many packages and components, the Gutenberg codebase can be daunting at first. But at its core, it's all about managing and editing blocks. So if you want to work on the editor, it's essential to understand how block editing works at a fundamental level.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ This component is mostly used for blocks that display text, such as Heading, Par

![Post Title block alignment options](https://make.wordpress.org/core/files/2020/09/post-title-block-alignment-options.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ The `BlockAlignmentToolbar` component is used to render block alignment options

![Image block alignment options](https://make.wordpress.org/core/files/2020/09/image-block-alignment-options.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ The alignment matrix control allows users to quickly adjust inner block alignmen

![Button components](https://i.imgur.com/PxYkgL5.png)

## Table of contents

- [Alignment Matrix Control](#alignment-matrix-control)
- [Table of contents](#table-of-contents)
- [Design guidelines](#design-guidelines)
- [Usage](#usage)
- [Development guidelines](#development-guidelines)
- [Usage](#usage-1)
- [Props](#props)

## Design guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ The block breadcrumb trail displays the hierarchy of the current block selection

![Image in column block breadcrumb](https://make.wordpress.org/core/files/2020/08/gutenberg-image-in-column-block-breadcrumb.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

#### Props
Expand Down
5 changes: 0 additions & 5 deletions packages/block-editor/src/components/block-caption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ The `BlockCaption` component renders block-level UI for adding and editing capti

`BlockCaption` is used in several native blocks, including `Video`, `Image`, `Audio`, etc.

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
5 changes: 0 additions & 5 deletions packages/block-editor/src/components/block-card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ In the editor, this component is displayed in two different places: in the block

![Heading block card in the block inspector](https://make.wordpress.org/core/files/2020/09/screenshot-wordpress.org-2020.09.08-14_19_21.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
5 changes: 0 additions & 5 deletions packages/block-editor/src/components/block-icon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ The rendered an [Icon](https://github.com/WordPress/gutenberg/tree/HEAD/packages

![Image block icons in various places](https://make.wordpress.org/core/files/2020/08/image-block-icons-in-various-places.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ The Block inspector is one of the panels that is displayed in the editor; it is

![Paragraph block inspector](https://make.wordpress.org/core/files/2020/08/paragraph-block-inspector.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
5 changes: 0 additions & 5 deletions packages/block-editor/src/components/block-mover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ Block movers allow moving blocks inside the editor using up and down buttons.

![Block mover screenshot](https://make.wordpress.org/core/files/2020/08/block-mover-screenshot.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ In practice the BlockParentSelector component renders a <ToolbarButton /> compon

![Block parent selector test](https://make.wordpress.org/core/files/2020/09/block-parent-selector-test.gif)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ For more infos about blocks patterns, read [this](https://make.wordpress.org/cor

![Block patterns sidebar in WordPress 5.5](https://make.wordpress.org/core/files/2020/09/blocks-patterns-sidebar-in-wordpress-5-5.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
5 changes: 0 additions & 5 deletions packages/block-editor/src/components/block-toolbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ The `BlockToolbar` component is used to render a toolbar that serves as a wrappe

![Image block toolbar](https://make.wordpress.org/core/files/2020/09/image-block-toolbar.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ This component is present in the block insertion tab, the reusable blocks tab an

![Block types list in the quick inserter modal](https://make.wordpress.org/core/files/2020/09/block-types-list-emplacement-3.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ This component is currently used by "Columns" and "Query Loop" blocks.

![Columns block variations](https://make.wordpress.org/core/files/2020/09/colums-block-variations.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ This component allows to display the selected block's variations which have the

By selecting such a variation an update to the selected block's attributes happen, based on the variation's attributes.

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
5 changes: 0 additions & 5 deletions packages/block-editor/src/components/caption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ The `Caption` component renders the [caption part](https://wordpress.org/documen

This component encapsulates the "caption" behaviour and styles over a `<RichText>` so it can be used in other components such as the `BlockCaption` component.

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ ContrastChecker also accounts for font sizes.

A notice will be rendered if the color combination of text and background colors are low.

## Table of contents

1. [Development guidelines](#development-guidelines)

## Developer guidelines

### Usage
Expand Down
10 changes: 0 additions & 10 deletions packages/block-editor/src/components/copy-handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ Concretely, it handles the display of success messages and takes care of copying

![Copy/cut behaviours](https://user-images.githubusercontent.com/150562/81698101-6e341d80-945d-11ea-9bfb-b20781f55033.gif)

## Table of contents

- [Copy Handler](#copy-handler)
- [Table of contents](#table-of-contents)
- [Development guidelines](#development-guidelines)
- [Usage](#usage)
- [Props](#props)
- [`children`](#children)
- [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
5 changes: 0 additions & 5 deletions packages/block-editor/src/components/height-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ The `HeightControl` component adds a linked unit control and slider component fo

_Note:_ It is worth noting that the minimum height option is an opt-in feature. Themes need to declare support for it before it'll be available, and a convenient way to do that is via opting in to the [appearanceTools](/docs/how-to-guides/themes/theme-json/#opt-in-into-ui-controls) UI controls.

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ The `LetterSpacingControl` component renders a [`UnitControl`](https://github.co
This component is used for blocks that display text, commonly inside a
[`ToolsPanelItem`](https://github.com/WordPress/gutenberg/blob/trunk/packages/components/src/tools-panel/tools-panel-item/README.md).

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ The `LineHeightControl` component adds a lineHeight attribute to the core Paragr

_Note:_ It is worth noting that the line height setting option is an opt-in feature. [Themes need to declare support for it](/docs/how-to-guides/themes/theme-support.md#supporting-custom-line-heights) before it'll be available.

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
5 changes: 0 additions & 5 deletions packages/block-editor/src/components/list-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ In addition to presenting the structure of the blocks in the editor, the ListVie
![List view](https://make.wordpress.org/core/files/2020/08/block-navigation.png)
![View of a group list view](https://make.wordpress.org/core/files/2020/08/view-of-group-block-navigation.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ This card contains information on the number of blocks selected, and in the case

![Multi selection inspector card](https://make.wordpress.org/core/files/2020/09/multi-selection-inspector-card.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ The `TextTransformControl` component is responsible for rendering a control elem

![TextTransformConrol Element in Inspector Control](https://raw.githubusercontent.com/WordPress/gutenberg/HEAD/docs/assets/text-transform-component.png?raw=true)

## Table of contents

1. [Development guidelines](#development-guidelines)

## Development guidelines

### Usage
Expand Down
5 changes: 0 additions & 5 deletions packages/block-editor/src/components/ungroup-button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ This only happens in the mobile WordPress apps.

![Ungroup button icon](https://user-images.githubusercontent.com/21242757/65593577-11006000-df91-11e9-8460-1179e9ef46d2.png)

## Table of contents

1. [Development guidelines](#development-guidelines)
2. [Related components](#related-components)

## Development guidelines

### Usage
Expand Down
4 changes: 0 additions & 4 deletions packages/block-editor/src/components/unit-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ UnitControl component allows the user to set a value as well as a unit (e.g. `px
}
```

## Table of contents

1. [Development guidelines](#development-guidelines)

## Developer guidelines

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ On-page CSS media queries are also updated to match the width of the device.

Note that this is currently experimental, and is available as `__experimentalUseResizeCanvas`.

## Table of contents

1. [Development guidelines](#development-guidelines)

## Development guidelines

### Usage
Expand Down
Loading

0 comments on commit e09e50b

Please sign in to comment.