https://github.com/makerkit/documentation
The source of files of the documentation on makerkit.dev
https://github.com/makerkit/documentation
Last synced: 10 months ago
JSON representation
The source of files of the documentation on makerkit.dev
- Host: GitHub
- URL: https://github.com/makerkit/documentation
- Owner: makerkit
- Created: 2024-06-01T17:25:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T06:25:41.000Z (12 months ago)
- Last Synced: 2025-08-26T11:15:30.760Z (10 months ago)
- Language: Roff
- Size: 1.49 MB
- Stars: 19
- Watchers: 4
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Makerkit's Documentation
This repository mirrors Makerkit's documentation to allow external contributions, offline reading, LLM context, etc.
## Generated Markdown Files for LLM context
You can generate markdown files, useful for LLM context, by running the following command:
```bash
node index.js kits/next-supabase-turbo
```
To ensure a more precise context, always scope the generation for the kit you are interested in. For example, to generate the markdown files for the Remix Supabase Kit, run the following command:
```
node index.js kits/remix-supabase-turbo
```
You can also do it for the courses by running the following command:
```bash
node index.js courses
```
This will generate markdown files in the `dist` folder.
You can configure how many words per file by passing a second argument to the script, e.g.:
```bash
node index.js kits 4000
```
By default, it will generate 5000 words per file.