Skip to content

Commit

Permalink
docs: update modules chapter in basics (#9452)
Browse files Browse the repository at this point in the history
* docs: update modules chapter in basics

* address PR feedback
  • Loading branch information
shahednasser authored Oct 4, 2024
1 parent d98f22c commit ed17482
Show file tree
Hide file tree
Showing 24 changed files with 339 additions and 319 deletions.
105 changes: 0 additions & 105 deletions www/apps/book/app/basics/data-models/page.mdx

This file was deleted.

153 changes: 0 additions & 153 deletions www/apps/book/app/basics/modules-and-services/page.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions www/apps/book/app/basics/modules-directory-structure/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ In this document, you'll learn about the expected files and directories in your

## index.ts

The `index.ts` file in the root of your module's directory is the only required file. It must export the module's definition as explained in a [previous chapter](../modules-and-services/page.mdx).
The `index.ts` file in the root of your module's directory is the only required file. It must export the module's definition as explained in a [previous chapter](../modules/page.mdx).

---

## service.ts

A module must have a main service. It's created in the `service.ts` file at the root of your module directory as explained in a [previous chapter](../modules-and-services/page.mdx).
A module must have a main service. It's created in the `service.ts` file at the root of your module directory as explained in a [previous chapter](../modules/page.mdx).

---

Expand Down
Loading

0 comments on commit ed17482

Please sign in to comment.