Skip to content

Commit da5198c

Browse files
committed
outlining docs
1 parent 82d087c commit da5198c

23 files changed

Lines changed: 1649 additions & 1147 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Automatically generate:
121121

122122
Here's how a simple e-commerce schema transforms into a full application:
123123

124-
```typescript
124+
```idea
125125
// schema.idea
126126
enum UserRole {
127127
ADMIN "Administrator"
@@ -222,7 +222,7 @@ $ npm i -D @stackpress/idea
222222

223223
Create a `schema.idea` file:
224224

225-
```typescript
225+
```idea
226226
model User {
227227
id String @id @default("nanoid()")
228228
name String @required
@@ -252,10 +252,10 @@ This documentation is organized into several sections:
252252
### 📋 [Specifications](https://github.com/stackpress/idea/blob/main/docs/Specifications.md)
253253
Complete reference for the `.idea` file format syntax, data types, and schema structure.
254254

255-
### 🔧 [Parser Documentation](https://github.com/stackpress/idea/blob/main/docs/parser/)
255+
### 🔧 [Parser Documentation](https://github.com/stackpress/idea/blob/main/docs/api/parser/)
256256
Technical documentation for the parser library that processes `.idea` files.
257257

258-
### 🔄 [Transformer Documentation](https://github.com/stackpress/idea/blob/main/docs/transformer/)
258+
### 🔄 [Transformer Documentation](https://github.com/stackpress/idea/blob/main/docs/api/transformer/)
259259
Documentation for the transformer library that executes plugins and generates code.
260260

261261
### 🔌 [Plugin Development](https://github.com/stackpress/idea/blob/main/docs/plugins/)

0 commit comments

Comments
 (0)