# DocsPathParts

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/git-sync/git-sync.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/git-sync/git-sync.types.ts#L68)

Parsed identity of a substrate docs path: docs/<scope>/<lang>/<slug>.md.

## Properties

| Property | Type |
|---|---|
| `scope` | `DocAudienceScope` |
| `lang` | `string` |
| `slug` | `string` |
