Skip to content

Commit e2104b2

Browse files
v0.3 (#11)
* chore: added helper function for contents * feat(core): added props in env * chore: updated the examples * chore(docs): updated the examples * chore: removed the docs * chore: wip * wip * wip * wip * wip * chore: minor changes * chore: corrected the examples * chore: minor changes * chore: minor changes * chore: renamed the folder * chore: minor changes * chore: formated the code * feat: added enable and disable capabilities * chore: minor changes * test: corrected all the tests * chore: minor changes
1 parent ceec9bd commit e2104b2

File tree

106 files changed

+3857
-11075
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+3857
-11075
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
node_modules
22
dist
3-
.nx
43

54
bin
65

7-
deno.lock
6+
deno.lock
7+
8+
.DS_Store

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"editor.codeActionsOnSave": {
3+
"source.organizeImports.biome": "explicit",
4+
"source.fixAll.biome": "explicit"
5+
}
6+
}

CONTRIBUTING.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,3 @@ To get started, make sure you have [pnpm](https://pnpm.io/) installed. Then, clo
1717
```bash
1818
pnpm install
1919
```
20-
21-
To start the docs server, run:
22-
23-
```bash
24-
pnpm nx dev docs
25-
```
26-
27-
This will start the documentation server at `http://localhost:3000`.
28-
29-
For building the documentation for production, run:
30-
31-
```bash
32-
pnpm nx build docs
33-
```

biome.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
3-
"organizeImports": {
4-
"enabled": true
5-
},
2+
"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
63
"linter": {
74
"enabled": true,
85
"rules": {
@@ -25,4 +22,4 @@
2522
"clientKind": "git",
2623
"useIgnoreFile": true
2724
}
28-
}
25+
}

docs/.gitignore

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/app/api/search/route.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/app/docs/[[...slug]]/page.tsx

Lines changed: 0 additions & 62 deletions
This file was deleted.

docs/app/docs/layout.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/app/favicon.ico

-14.7 KB
Binary file not shown.

docs/app/global.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)