kibana/docs
Spencer f60639fccb
Upgrade to webpack 3 (#14315)
* [timelion] remove last remaining amd modules

* [eslint-config-kibana] remove env.amd

* [webpack] use absolute loader names

* [webpack] remove absolute node_modules/ imports

* [webpack] upgrade to webpack 3

* [uiFramework] make webpack build compatible with v3

* [eslint-import-resolver] use https://github.com/elastic/eslint-import-resolver-kibana/pull/21

* [baseOptimizer] don't break when pkg has no dependencies

* [optimize] remove unnecessary json-loader

* [optimize] remove local references to webpack vars

* [eslint] upgrade to eslint-import-resolver-kibana 0.9.0

* [baseOptimizer] comment tweaks

* [baseOptimizer] remove loader pinning

In webpack 1 the loaders defined here were resolved relative to the file they were going to load, which meant that plugins in other projects could accidentally overwrite the loaders Kibana was trying to use, which is why the aliases were used to enforce proper resolution.

In webpack 2 loaders are now resolved relative to the webpackConfig.context, which is set to the root of the Kibana repo. See https://webpack.js.org/configuration/module/#useentry

* [webpack] rely on kibana webpack shims before checking node_modules
2017-10-31 16:31:22 -07:00
..
console [DOCS] Add Dev Tools to Kibana Guide (#12438) 2017-06-21 16:07:12 -07:00
development Upgrade to webpack 3 (#14315) 2017-10-31 16:31:22 -07:00
discover Re-enable filter editor suggestions (#13376) 2017-08-25 16:38:49 -07:00
getting-started [DOCS] Changed xrefs to cross doc links to enable GS mini-book builds. 2017-07-18 14:43:38 -07:00
images adding documentation for visualization development (#14252) 2017-10-03 13:07:28 +02:00
limitations Adding limitations section to Kibana docs (#11296) 2017-04-19 08:57:51 -07:00
management Spelling corrections (#11908) 2017-08-30 10:52:13 -04:00
migration Upgrade kibana to leaflet 1.x (#12367) 2017-08-22 17:26:30 -06:00
plugins Adds Vega-based visualizations to Known Plugins list (#14062) 2017-09-20 13:00:22 -07:00
release-notes docs: 6.0.0-alpha2 release notes 2017-06-06 07:56:58 -07:00
setup Improve docs on spatial reference requirements (#14422) 2017-10-11 15:33:21 -04:00
timelion [DOCS] Fixed cross doc link issues. 2017-04-26 21:45:31 -07:00
visualize Add interval doc (#13629) 2017-08-22 23:42:36 -04:00
console.asciidoc docs: remove reference to ES host input in console 2017-09-01 08:17:44 -04:00
dashboard.asciidoc Update dashboard docs for view/edit mode and landing page (#10965) 2017-03-31 14:54:19 -04:00
development.asciidoc docs: kibana developer and known plugin docs (#9477) 2016-12-13 22:37:55 -05:00
discover.asciidoc Fix jpg encoding issue causing weird colors in Chrome (#11367) 2017-04-24 16:22:11 -04:00
getting-started.asciidoc [DOCS] Changed xrefs to cross doc links to enable GS mini-book builds. 2017-07-18 14:43:38 -07:00
gs-index.asciidoc [DOCS] Changed xrefs to cross doc links to enable GS mini-book builds. 2017-07-18 14:43:38 -07:00
index-shared1.asciidoc [DOCS] Use shared versions file for doc builds (#13277) 2017-08-11 14:06:04 -07:00
index-shared2.asciidoc [DOCS] Added index-shared6.asciidoc 2017-09-19 10:37:49 -07:00
index-shared3.asciidoc [DOCS] Added index-shared6.asciidoc 2017-09-19 10:37:49 -07:00
index-shared4.asciidoc [DOCS] Added index-shared6.asciidoc 2017-09-19 10:37:49 -07:00
index-shared5.asciidoc [DOCS] Added index-shared6.asciidoc 2017-09-19 10:37:49 -07:00
index-shared6.asciidoc [DOCS] Added index-shared6 Remove index-shared11 2017-09-19 10:38:49 -07:00
index.asciidoc [DOCS] Added index-shared6.asciidoc 2017-09-19 10:37:49 -07:00
introduction.asciidoc docs: Overhaul of doc structure for 5.0+ (#8821) 2016-10-24 21:41:32 -04:00
limitations.asciidoc Adding limitations section to Kibana docs (#11296) 2017-04-19 08:57:51 -07:00
management.asciidoc docs: Overhaul of doc structure for 5.0+ (#8821) 2016-10-24 21:41:32 -04:00
migration.asciidoc docs: Overhaul of doc structure for 5.0+ (#8821) 2016-10-24 21:41:32 -04:00
plugins.asciidoc Plugin installer proxy support (#12753) 2017-07-26 09:35:00 +02:00
release-notes.asciidoc Add links to X-Pack release notes (#13630) 2017-09-19 10:23:00 -07:00
setup.asciidoc Tribe docs (#9690) 2017-01-12 16:34:01 -06:00
timelion.asciidoc [DOCS] Timelion Getting Started Guide (#11065) 2017-04-26 16:11:03 -07:00
visualize.asciidoc adding docs for goal and gauge (#13140) 2017-07-28 14:41:39 +02:00