Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manusant committed Feb 23, 2024
1 parent 3efab90 commit 82cf527
Show file tree
Hide file tree
Showing 20 changed files with 271 additions and 361 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Katxupa

<p align="center">
<img src="/docs/assets/logo.png" />
<img src="/assets/logo.png" />
<br/>
<span align="center" style="font-size: x-large; font-weight: normal">
Delicious Dish for Typescript and JavaScript projects
Expand Down
File renamed without changes
Binary file removed docs/assets/docs-home.png
Binary file not shown.
35 changes: 14 additions & 21 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,22 @@
--dark-hl-0: #DCDCAA;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #0000FF;
--dark-hl-3: #569CD6;
--light-hl-4: #0070C1;
--dark-hl-4: #4FC1FF;
--light-hl-5: #001080;
--dark-hl-5: #9CDCFE;
--light-hl-6: #098658;
--dark-hl-6: #B5CEA8;
--light-hl-7: #000000FF;
--dark-hl-7: #D4D4D4;
--light-hl-2: #0000FF;
--dark-hl-2: #569CD6;
--light-hl-3: #001080;
--dark-hl-3: #9CDCFE;
--light-hl-4: #A31515;
--dark-hl-4: #CE9178;
--light-hl-5: #008000;
--dark-hl-5: #6A9955;
--light-hl-6: #0070C1;
--dark-hl-6: #4FC1FF;
--light-hl-7: #098658;
--dark-hl-7: #B5CEA8;
--light-hl-8: #AF00DB;
--dark-hl-8: #C586C0;
--light-hl-9: #008000;
--dark-hl-9: #6A9955;
--light-hl-10: #267F99;
--dark-hl-10: #4EC9B0;
--light-hl-9: #267F99;
--dark-hl-9: #4EC9B0;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -36,7 +34,6 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
} }

Expand All @@ -51,7 +48,6 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
} }

Expand All @@ -66,7 +62,6 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
}

Expand All @@ -81,7 +76,6 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
}

Expand All @@ -95,5 +89,4 @@
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
pre, code { background: var(--code-background); }
96 changes: 48 additions & 48 deletions docs/classes/Duration.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/classes/Err.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/classes/Left.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/NoSuchElementError.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/Ok.html

Large diffs are not rendered by default.

126 changes: 78 additions & 48 deletions docs/classes/Optional.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions docs/classes/Range.html

Large diffs are not rendered by default.

112 changes: 56 additions & 56 deletions docs/classes/Reducer.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/classes/Right.html

Large diffs are not rendered by default.

144 changes: 15 additions & 129 deletions docs/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/interfaces/Comparable.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/interfaces/Comparator.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/interfaces/InlineComparator.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/Either.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/Result.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"scripts": {
"build": "tsc",
"test": "jest",
"doc": "npx typedoc src/index.ts",
"release": "pnpm build && pnpm test && pnpm publish --no-git-checks"
},
"devDependencies": {
Expand Down

0 comments on commit 82cf527

Please sign in to comment.