From 1f9f7e205a879e1809bd104b9d2ddb988a497b1e Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Mon, 8 Jul 2019 19:10:21 +0200 Subject: [PATCH] remove "not required" line from webapp docs --- webapp/assets.md | 5 +---- webapp/components.md | 3 --- webapp/layouts.md | 3 --- webapp/middleware.md | 5 +---- webapp/plugins.md | 3 --- webapp/static.md | 5 ++--- webapp/store.md | 5 +---- 7 files changed, 5 insertions(+), 24 deletions(-) diff --git a/webapp/assets.md b/webapp/assets.md index 06786539d..6ac7dc388 100644 --- a/webapp/assets.md +++ b/webapp/assets.md @@ -1,8 +1,5 @@ # ASSETS -**This directory is not required, you can delete it if you don't want to use it.** - -This directory contains your un-compiled assets such as LESS, SASS, or JavaScript. +This directory contains your un-compiled assets such as LESS, SASS, or JavaScript – in our case SCSS styles. More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked). - diff --git a/webapp/components.md b/webapp/components.md index be43ae454..92b3dd1fb 100644 --- a/webapp/components.md +++ b/webapp/components.md @@ -1,8 +1,5 @@ # COMPONENTS -**This directory is not required, you can delete it if you don't want to use it.** - The components directory contains your Vue.js Components. _Nuxt.js doesn't supercharge these components._ - diff --git a/webapp/layouts.md b/webapp/layouts.md index 300b5af89..a709d79fe 100644 --- a/webapp/layouts.md +++ b/webapp/layouts.md @@ -1,8 +1,5 @@ # LAYOUTS -**This directory is not required, you can delete it if you don't want to use it.** - This directory contains your Application Layouts. More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/views#layouts). - diff --git a/webapp/middleware.md b/webapp/middleware.md index 92c2ba10b..a899527e2 100644 --- a/webapp/middleware.md +++ b/webapp/middleware.md @@ -1,8 +1,5 @@ # MIDDLEWARE -**This directory is not required, you can delete it if you don't want to use it.** - -This directory contains your application middleware. The middleware lets you define custom function to be ran before rendering a page or a group of pages \(layouts\). +This directory contains our application middleware. The middleware lets you define custom functions to be ran before rendering a page or a group of pages \(layouts\). More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing#middleware). - diff --git a/webapp/plugins.md b/webapp/plugins.md index a54b05d0b..dc7b545f2 100644 --- a/webapp/plugins.md +++ b/webapp/plugins.md @@ -1,8 +1,5 @@ # PLUGINS -**This directory is not required, you can delete it if you don't want to use it.** - This directory contains your Javascript plugins that you want to run before mounting the root Vue.js application. More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/plugins). - diff --git a/webapp/static.md b/webapp/static.md index 748e8c5ed..db271e3a5 100644 --- a/webapp/static.md +++ b/webapp/static.md @@ -1,10 +1,9 @@ # STATIC -**This directory is not required, you can delete it if you don't want to use it.** - This directory contains your static files. Each file inside this directory is mapped to `/`. Example: `/static/robots.txt` is mapped as `/robots.txt`. -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#static). +We use it for images. +More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#static). diff --git a/webapp/store.md b/webapp/store.md index 1310aa2da..6c8e3735c 100644 --- a/webapp/store.md +++ b/webapp/store.md @@ -1,10 +1,7 @@ # STORE -**This directory is not required, you can delete it if you don't want to use it.** - This directory contains your Vuex Store files. Vuex Store option is implemented in the Nuxt.js framework. -Creating a file in this directory activate the option in the framework automatically. +Creating a file in this directory activates the option in the framework automatically. More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/vuex-store). -