Skip to content

Commit

Permalink
docs: fix local modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Mar 8, 2023
1 parent 8732720 commit c4222b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/2.guide/2.directory-structure/1.modules.md
Expand Up @@ -7,7 +7,7 @@ description: Use the modules/ directory to automatically register local modules

# Modules Directory

::StabilityEdge
:StabilityEdge

Nuxt scans the `modules/` directory and loads them before starting. It is a good place to place any local modules you develop while building your application.

Expand Down Expand Up @@ -49,13 +49,11 @@ When starting Nuxt, the `hello` module will be registered and the `/api/hello` r
The local modules are registered by alphabetical order. You can change the order by prefixing with a number if front of each directory:
`ˋ`md
```md
modules/
1.first-module/
index.ts
2.second-module.ts
ˋ`ˋ
```
:ReadMore{link="/docs/guide/going-further/modules"}

::

0 comments on commit c4222b1

Please sign in to comment.