Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 826b925

Browse files
authored
Merge pull request #234 from Haeresis/configuration
[Doc EN]: `guide/configuration.md` review
2 parents 432da8c + bea741d commit 826b925

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

en/guide/configuration.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
---
22
title: Configuration
3-
description: Nuxt.js is configured by default to cover most use cases. This default configuration can be overwritten by using the nuxt.config.js file.
3+
description: Nuxt.js is configured by default to cover most use cases. This default configuration can be overwritten by using the `nuxt.config.js` file.
44
---
55

6-
> Nuxt.js is configured by default to cover most use cases. This default configuration can be overwritten by using the nuxt.config.js file.
6+
> Nuxt.js is configured by default to cover most use cases. This default configuration can be overwritten by using the `nuxt.config.js` file.
77
88
### build
99

10-
This option lets you add modules inside the vendor.bundle.js file to reduce the size of the application bundle. This is especially helpful when using external modules.
10+
This option lets you add modules inside the `vendor.bundle.js` file to reduce the size of the application bundle. This is especially helpful when using external modules.
1111

12-
[Documentation about build integration](/api/configuration-build)
12+
[Documentation about `build` integration](/api/configuration-build)
1313

1414
### cache
1515

1616
This option lets you enable cached components for better render performances.
1717

18-
[Documentation about cache integration](/api/configuration-cache)
18+
[Documentation about `cache` integration](/api/configuration-cache)
1919

2020
### css
2121

2222
This option lets you define the CSS files/modules/libraries you want to set as globals (included in every page).
2323

24-
[Documentation about css integration](/api/configuration-css)
24+
[Documentation about `css` integration](/api/configuration-css)
2525

2626
### dev
2727

28-
This option lets you define the development or production mode of nuxt.js
28+
This option lets you define the `development` or `production` mode of Nuxt.js
2929

30-
[Documentation about dev integration](/api/configuration-dev)
30+
[Documentation about `dev` integration](/api/configuration-dev)
3131

3232
### env
3333

3434
This option lets you define environment variables available both the client and the server.
3535

36-
[Documentation about env integration](/api/configuration-env)
36+
[Documentation about `env` integration](/api/configuration-env)
3737

3838
### generate
3939

@@ -51,40 +51,40 @@ This option lets you to define all default meta tags for your application.
5151

5252
This option lets you to customize the loading component which is loaded by default with Nuxt.js.
5353

54-
[Documentation about loading integration](/api/configuration-loading)
54+
[Documentation about `loading` integration](/api/configuration-loading)
5555

5656
### modules
5757

58-
This option lets you add nuxt modules to your project.
58+
This option lets you add Nuxt modules to your project.
5959

60-
[Documentation about modules integration](/api/configuration-modules)
60+
[Documentation about `modules` integration](/api/configuration-modules)
6161

6262
### plugins
6363

64-
This option lets you to define JavaScript plugins to be run before instantiating the root vue.js application.
64+
This option lets you to define JavaScript plugins to be run before instantiating the root Vue.js Application.
6565

66-
[Documentation about plugins integration](/api/configuration-plugins)
66+
[Documentation about `plugins` integration](/api/configuration-plugins)
6767

6868
### rootDir
6969

70-
This option lets you define the workspace of your nuxt.js application.
70+
This option lets you define the workspace of your Nuxt.js Application.
7171

72-
[Documentation about rootDir integration](/api/configuration-rootdir)
72+
[Documentation about `rootDir` integration](/api/configuration-rootdir)
7373

7474
### router
7575

76-
This option lets you to overwrite the default Nuxt.js configuration of vue-router.
76+
This option lets you to overwrite the default Nuxt.js configuration of Vue Router.
7777

78-
[Documentation about router integration](/api/configuration-router)
78+
[Documentation about `router` integration](/api/configuration-router)
7979

8080
### srcDir
8181

82-
This option lets you define the source directory of your nuxt.js application.
82+
This option lets you define the source directory of your Nuxt.js Application.
8383

84-
[Documentation about srcDir integration](/api/configuration-srcdir)
84+
[Documentation about `srcDir` integration](/api/configuration-srcdir)
8585

8686
### transition
8787

8888
This option lets you define the default properties of the page transitions.
8989

90-
[Documentation about transition integration](/api/configuration-transition)
90+
[Documentation about `transition` integration](/api/configuration-transition)

0 commit comments

Comments
 (0)