docs: nest generated docs under docs/lib and docs/mcp

This commit is contained in:
2026-09-10 21:15:48 +05:30
parent 3bc45ff9fa
commit fd73c312d6
47 changed files with 201 additions and 571 deletions

View File

@@ -0,0 +1,3 @@
# Base
::: mail_intake.adapters.base

View File

@@ -0,0 +1,3 @@
# Gmail
::: mail_intake.adapters.gmail

View File

@@ -0,0 +1,3 @@
# Adapters
::: mail_intake.adapters

3
docs/lib/auth/base.md Normal file
View File

@@ -0,0 +1,3 @@
# Base
::: mail_intake.auth.base

3
docs/lib/auth/google.md Normal file
View File

@@ -0,0 +1,3 @@
# Google
::: mail_intake.auth.google

3
docs/lib/auth/index.md Normal file
View File

@@ -0,0 +1,3 @@
# Auth
::: mail_intake.auth

3
docs/lib/config.md Normal file
View File

@@ -0,0 +1,3 @@
# Config
::: mail_intake.config

View File

@@ -0,0 +1,3 @@
# Credentials
::: mail_intake.credentials

View File

@@ -0,0 +1,3 @@
# Pickle
::: mail_intake.credentials.pickle

View File

@@ -0,0 +1,3 @@
# Redis
::: mail_intake.credentials.redis

View File

@@ -0,0 +1,3 @@
# Store
::: mail_intake.credentials.store

3
docs/lib/exceptions.md Normal file
View File

@@ -0,0 +1,3 @@
# Exceptions
::: mail_intake.exceptions

3
docs/lib/index.md Normal file
View File

@@ -0,0 +1,3 @@
# mail_intake
::: mail_intake

View File

@@ -0,0 +1,3 @@
# Ingestion
::: mail_intake.ingestion

View File

@@ -0,0 +1,3 @@
# Reader
::: mail_intake.ingestion.reader

3
docs/lib/models/index.md Normal file
View File

@@ -0,0 +1,3 @@
# Models
::: mail_intake.models

View File

@@ -0,0 +1,3 @@
# Message
::: mail_intake.models.message

View File

@@ -0,0 +1,3 @@
# Thread
::: mail_intake.models.thread

3
docs/lib/parsers/body.md Normal file
View File

@@ -0,0 +1,3 @@
# Body
::: mail_intake.parsers.body

View File

@@ -0,0 +1,3 @@
# Headers
::: mail_intake.parsers.headers

View File

@@ -0,0 +1,3 @@
# Parsers
::: mail_intake.parsers

View File

@@ -0,0 +1,3 @@
# Subject
::: mail_intake.parsers.subject