From fecbcda584bbb59ddeb4d262d71207cd2e5a36a7 Mon Sep 17 00:00:00 2001 From: Greg Venech Date: Sat, 24 Jun 2017 09:05:01 -0400 Subject: [PATCH 1/2] docs(guides): remove to incomplete guides We can choose to revive these later if they are requested by a significant amount of people. Also, especially the content in compatibility.md, is covered in other places (specifically in the `module-***.md` pages in `/api`). --- content/guides/build-performance.md | 24 ------------------------ content/guides/compatibility.md | 20 -------------------- 2 files changed, 44 deletions(-) delete mode 100644 content/guides/build-performance.md delete mode 100644 content/guides/compatibility.md diff --git a/content/guides/build-performance.md b/content/guides/build-performance.md deleted file mode 100644 index 23c2fd3ba764..000000000000 --- a/content/guides/build-performance.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Build Performance -sort: 25 ---- - -?> incremental builds - -?> profile - -?> analyse tool - -?> dirty chunks ([chunkhash]) - -?> source maps - -?> PrefetchPlugin - -?> resolving - -?> DllPlugin - -[Development Tools](/guides/development/#choosing-a-tool) - -> see also [resolving](/concepts/module-resolution/#resolving-rules-in-webpack) diff --git a/content/guides/compatibility.md b/content/guides/compatibility.md deleted file mode 100644 index 00e7a7f477f1..000000000000 --- a/content/guides/compatibility.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Handling Compatibility -sort: 25 ---- - -?> require.main - -?> require.cache - -?> module.loaded - -?> global - -?> process - -?> __dirname - -?> __filename - -?> module.id From 8a0edb88d1d000cbca157f629a4ba5f237ef5796 Mon Sep 17 00:00:00 2001 From: Greg Venech Date: Sat, 24 Jun 2017 09:07:09 -0400 Subject: [PATCH 2/2] docs(guides): move the comparison guide out of the guides section This isn't really as much of an instructional as it is just information about different bundling and build systems. --- components/footer/footer.jsx | 4 ++-- content/{guides => }/comparison.md | 0 content/guides/getting-started.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename content/{guides => }/comparison.md (100%) diff --git a/components/footer/footer.jsx b/components/footer/footer.jsx index c4bec48c27db..e364a070345c 100644 --- a/components/footer/footer.jsx +++ b/components/footer/footer.jsx @@ -11,10 +11,10 @@ export default (props) => {