summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-02-16 10:52:54 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-02-16 10:52:54 +0000
commit241ece877524ce4e6a4866e9bf0c593ba4b7a050 (patch)
treef208d3a5515804126423c7800c7dc253feab7619
parentc94f25e16649d74288dd167b8428739b4f7b9b22 (diff)
parent4634e3a109f2b3a761bf959128812226b425fc7d (diff)
downloadgitlab-ce-241ece877524ce4e6a4866e9bf0c593ba4b7a050.tar.gz
Merge branch 'docs-axios' into 'master'
Add axios to frontend docs as the default network request library See merge request gitlab-org/gitlab-ce!17165
-rw-r--r--doc/development/fe_guide/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/development/fe_guide/index.md b/doc/development/fe_guide/index.md
index 5c2e50e8c8e..12dfc10812b 100644
--- a/doc/development/fe_guide/index.md
+++ b/doc/development/fe_guide/index.md
@@ -21,6 +21,8 @@ Working with our frontend assets requires Node (v4.3 or greater) and Yarn
[jQuery][jquery] is used throughout the application's JavaScript, with
[Vue.js][vue] for particularly advanced, dynamic elements.
+We also use [Axios][axios] to handle all of our network requests.
+
### Browser Support
For our currently-supported browsers, see our [requirements][requirements].
@@ -124,6 +126,7 @@ The [externalization part of the guide](../i18n/externalization.md) explains the
[webpack]: https://webpack.js.org/
[jquery]: https://jquery.com/
[vue]: http://vuejs.org/
+[axios]: https://github.com/axios/axios
[airbnb-js-style-guide]: https://github.com/airbnb/javascript
[scss-lint]: https://github.com/brigade/scss-lint
[install]: ../../install/installation.md#4-node