11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
---
|
|
title: 'Code Documentation'
|
|
---
|
|
|
|
### Code documentation
|
|
|
|
To add any code documentation website as a loader, use the data_type as `docs_site`. Eg:
|
|
|
|
```python
|
|
app.add("https://docs.embedchain.ai/", data_type="docs_site")
|
|
``` |