From 63f4dcf4f694b3db8c5b77b7763f3fb80b68c92b Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 21 Sep 2018 17:12:34 +0430 Subject: [PATCH] gitbook changes (#164) * link changelog * Delete changelog.md * Delete CHANGELOG.md * Delete readme.md * Delete summary.md * Update SUMMARY.md --- docs/SUMMARY.md | 2 +- docs/changelog.md | 1 - docs/readme.md | 30 ------------------------------ docs/summary.md | 9 --------- 4 files changed, 1 insertion(+), 41 deletions(-) delete mode 120000 docs/changelog.md delete mode 100644 docs/readme.md delete mode 100644 docs/summary.md diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 29d049d..f943e75 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -6,4 +6,4 @@ * [Helpers](helpers.md) * [Options](options.md) * [Migration Guide](migration.md) -* [Changelog](changelog.md) +* [Changelog](../CHANGELOG.md) diff --git a/docs/changelog.md b/docs/changelog.md deleted file mode 120000 index 04c99a5..0000000 --- a/docs/changelog.md +++ /dev/null @@ -1 +0,0 @@ -../CHANGELOG.md \ No newline at end of file diff --git a/docs/readme.md b/docs/readme.md deleted file mode 100644 index 0cd4a20..0000000 --- a/docs/readme.md +++ /dev/null @@ -1,30 +0,0 @@ -# 📦 Axios Module - -> Secure and Easy [Axios](https://github.com/mzabriskie/axios) integration with Nuxt.js. - -## Features - -✓ Automatically set base URL for client & server side - -✓ Exposes `setToken` function to `$axios` so we can easily and globally set authentication tokens - -✓ Automatically enables `withCredentials` when requesting to base URL - -✓ Proxy request headers in SSR (Useful for auth) - -✓ Fetch Style requests - -✓ Integrated with Nuxt.js Progressbar while making requests - -✓ Integrated with [Proxy Module](https://github.com/nuxt-community/proxy-module) - -✓ Auto retry requests with [axios-retry](https://github.com/softonic/axios-retry) - -## Links - -* [GitHub](https://github.com/nuxt-community/axios-module) -* [Release Notes](./CHANGELOG.md) -* [Migration Guide](migration.md) -* [Examples](https://axios.nuxtjs.org/usage.html) - -> 👉 To get started head to [Setup](setup.md) section. diff --git a/docs/summary.md b/docs/summary.md deleted file mode 100644 index 29d049d..0000000 --- a/docs/summary.md +++ /dev/null @@ -1,9 +0,0 @@ -# Summary - -* [Setup](setup.md) -* [Usage](usage.md) -* [Extending axios](extend.md) -* [Helpers](helpers.md) -* [Options](options.md) -* [Migration Guide](migration.md) -* [Changelog](changelog.md)