From c2a11dafd14ccce726b3442da2c828fa9bd7cd23 Mon Sep 17 00:00:00 2001 From: Pranshu Chittora Date: Tue, 11 Jun 2019 13:03:15 +0530 Subject: [PATCH 1/3] docs(readme): fixes toc styling fixes styling of toc (not Theory of computation) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 665f81428f4..09d119f5012 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,11 @@ [![lerna][lerna]][lerna-url] [![GitHub contributors][contributors]][contributors-url] -- [About](#about) - [How to install](#how-to-install) -- [Packages](#packages) - [Commands](#commands) - [Utilities](#utilities) +- [About](#about) + - [How to install](#how-to-install) +- [Packages](#packages) + - [Commands](#commands) + - [Utilities](#utilities) - [Getting started](#getting-started) - [webpack CLI Scaffolds](#webpack-cli-scaffolds) - [Contributing and Internal Documentation](#contributing-and-internal-documentation) From 8ac2b741688908b4c140c5c47012f76354175ee7 Mon Sep 17 00:00:00 2001 From: Pranshu Chittora Date: Tue, 11 Jun 2019 13:25:45 +0530 Subject: [PATCH 2/3] docs(readme): removes the docs url for removed packages removed the docs url for depricated packages --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09d119f5012..c062b506fda 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,14 @@ We organize webpack CLI as a multi-package repository using [lerna](https://gith Supporting developers is an important task for webpack CLI. Thus, webpack CLI provides different commands for many common tasks. - [`webpack-cli init`](./packages/init/README.md#webpack-cli-init) - Create a new webpack configuration. -- [`webpack-cli add`](./packages/add/README.md#webpack-cli-add) - Add new properties to a webpack configuration file. +- [`webpack-cli add`](#) - Add new properties to a webpack configuration file. - [`webpack-cli info`](./packages/info/README.md#webpack-cli-info) - Returns information related to the local environment. - [`webpack-cli migrate`](./packages/migrate/README.md#webpack-cli-migrate) - Migrate project from one version to another. -- [`webpack-cli remove`](./packages/remove/README.md#webpack-cli-remove) - Remove properties from a webpack configuration file. +- [`webpack-cli remove`](#) - Remove properties from a webpack configuration file. - [`webpack-cli generate-plugin`](./packages/generate-plugin/README.md#webpack-cli-generate-plugin) - Initiate new plugin project. - [`webpack-cli generate-loader`](./packages/generate-loader/README.md#webpack-cli-generate-loader) - Initiate new loader project. - [`webpack-cli serve`](./packages/serve/README.md#webpack-cli-serve) - Use webpack with a development server that provides live reloading. -- [`webpack-cli update`](./packages/update/README.md#webpack-cli-update) - Update properties in a webpack configuration file. +- [`webpack-cli update`](#) - Update properties in a webpack configuration file. ### Utilities From 8b008842ff1feecd141b7042318ef9f526414b37 Mon Sep 17 00:00:00 2001 From: ev1stensberg Date: Tue, 11 Jun 2019 10:19:29 +0200 Subject: [PATCH 3/3] chore: remove unused pkgs --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index c062b506fda..d5e6e6eb31f 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,11 @@ We organize webpack CLI as a multi-package repository using [lerna](https://gith Supporting developers is an important task for webpack CLI. Thus, webpack CLI provides different commands for many common tasks. - [`webpack-cli init`](./packages/init/README.md#webpack-cli-init) - Create a new webpack configuration. -- [`webpack-cli add`](#) - Add new properties to a webpack configuration file. - [`webpack-cli info`](./packages/info/README.md#webpack-cli-info) - Returns information related to the local environment. - [`webpack-cli migrate`](./packages/migrate/README.md#webpack-cli-migrate) - Migrate project from one version to another. -- [`webpack-cli remove`](#) - Remove properties from a webpack configuration file. - [`webpack-cli generate-plugin`](./packages/generate-plugin/README.md#webpack-cli-generate-plugin) - Initiate new plugin project. - [`webpack-cli generate-loader`](./packages/generate-loader/README.md#webpack-cli-generate-loader) - Initiate new loader project. - [`webpack-cli serve`](./packages/serve/README.md#webpack-cli-serve) - Use webpack with a development server that provides live reloading. -- [`webpack-cli update`](#) - Update properties in a webpack configuration file. ### Utilities