-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathllm.txt
More file actions
21 lines (13 loc) · 1.1 KB
/
llm.txt
File metadata and controls
21 lines (13 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Lamatic Documentation - LLM Context
> This file guides LLM-powered coding tools to the key source code directories and configuration files for improved context and relevant suggestions.
## Source Directories
- [/components/](https://github.com/Lamatic/Lamatic-Docs/tree/main/components) — Core UI components and React elements
- [/pages/docs/](https://github.com/Lamatic/Lamatic-Docs/tree/main/pages/docs) — Documentation pages, integrations, and guides
## Configuration Files
- [/next.config.mjs](https://github.com/Lamatic/Lamatic-Docs/blob/main/next.config.mjs) — Next.js configuration
- [/package.json](https://github.com/Lamatic/Lamatic-Docs/blob/main/package.json) — Node.js project manifest
- [/pyproject.toml](https://github.com/Lamatic/Lamatic-Docs/blob/main/pyproject.toml) — Python project settings
## Optional Resources
These resources might be useful but are secondary:
- [.github/](https://github.com/Lamatic/Lamatic-Docs/tree/main/.github) — GitHub workflows and issue templates
- [/pages/guides/](https://github.com/Lamatic/Lamatic-Docs/tree/main/pages/guides) — User guides and tutorials