# DocumentModule

**Kind:** Module

**Source:** [`atloria-monorepo/apps/api/src/document/document.module.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/document/document.module.ts#L20)

## Relationships

- MODULE_IMPORTS → `DatabaseModule`
- MODULE_IMPORTS → `AuthModule`
- MODULE_IMPORTS → `DocsRepoModule`
- MODULE_IMPORTS → `forwardref`
- MODULE_DECLARES → `DocumentController`
- MODULE_DECLARES → `PublicDocumentController`
- MODULE_DECLARES → `CategoryController`
- MODULE_DECLARES → `CategoryDocumentsController`
- MODULE_PROVIDES → `DocumentService`
- MODULE_PROVIDES → `CategoryService`
- MODULE_PROVIDES → `UrlService`
- MODULE_PROVIDES → `TocBuilderService`
- MODULE_PROVIDES → `DocumentRevisionService`
- MODULE_PROVIDES → `DocumentVersionService`
- MODULE_EXPORTS → `DocumentService`
- MODULE_EXPORTS → `CategoryService`
- MODULE_EXPORTS → `UrlService`
- MODULE_EXPORTS → `TocBuilderService`
- MODULE_EXPORTS → `DocumentVersionService`

## Referenced By

- `AppModule` (MODULE_IMPORTS)
- `SuggestionModule` (MODULE_IMPORTS)
