Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 27, 2023
1 parent 1c70455 commit fe85cef
Show file tree
Hide file tree
Showing 37 changed files with 64 additions and 53 deletions.
2 changes: 1 addition & 1 deletion Script/Documentation/Function/Clean.Clean.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Clean.Request.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Cloudflare.Cloudflare-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Dependabot.Dependabot-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Dependabot.dirname.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Dependabot.fileURLToPath.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Script/Documentation/Function/Dependabot.readFile.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Dependabot.resolve.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Dispatch.Dispatch.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Dispatch.Request.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Edit.Edit.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Edit.Request.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Git.Git.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/NPM.NPM-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Node.Node-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Package.Package.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Readme.Readme.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Request.Request.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Rust.Rust-1.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Script/Documentation/Function/Search.Search.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Star.Star-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Star.Star.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Type.Type-2.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/WalkUntilGit._Function.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Interface/Type.Type.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Interface/WalkUntilGit.Type.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Type/Files.Type.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/Cloudflare.Cloudflare.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Variable/Command.Variable.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/Dependabot.Dependabot.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/NPM.NPM.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/Node.Node.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/Rust.Rust.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Script/Documentation/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions Script/Documentation/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
--light-color-text-aside: #6e6e6e;
--light-color-link: #1f70c2;

--light-color-ts-keyword: #056bd6;
--light-color-ts-project: #b111c9;
--light-color-ts-module: var(--light-color-ts-project);
--light-color-ts-namespace: var(--light-color-ts-project);
Expand Down Expand Up @@ -50,6 +51,7 @@
--dark-color-text-aside: #dddddd;
--dark-color-link: #00aff4;

--dark-color-ts-keyword: #3399ff;
--dark-color-ts-project: #e358ff;
--dark-color-ts-module: var(--dark-color-ts-project);
--dark-color-ts-namespace: var(--dark-color-ts-project);
Expand Down Expand Up @@ -91,6 +93,7 @@
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -132,6 +135,7 @@
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -180,6 +184,7 @@ body {
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -219,6 +224,7 @@ body {
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -984,6 +990,11 @@ a.tsd-index-link {
overflow-x: auto;
}

.tsd-signature-keyword {
color: var(--color-ts-keyword);
font-weight: normal;
}

.tsd-signature-symbol {
color: var(--color-text-aside);
font-weight: normal;
Expand Down

0 comments on commit fe85cef

Please sign in to comment.