Skip to content

Commit

Permalink
Refreshing documentation 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Nov 28, 2023
1 parent 2e2143d commit 1f5b82a
Show file tree
Hide file tree
Showing 35 changed files with 96 additions and 85 deletions.
11 changes: 11 additions & 0 deletions 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
36 changes: 18 additions & 18 deletions classes/SubtopiaClient.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions classes/SubtopiaRegistryClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/ChainType.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/DiscountType.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/Duration.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/LifecycleState.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/LockerType.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/PriceNormalizationType.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/SubscriptionType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/SUBTOPIA_REGISTRY_ID.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/durationToMonths.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions functions/getLockerBoxPrefix.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions functions/normalizePrice.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/optInAsset.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/optOutAsset.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/ApplicationSpec.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/AssetMetadata.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/BaseDiscountRecord.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/DiscountMetadata.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/DiscountRecord.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/ProductState.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/SubscriptionRecord.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/DEFAULT_TXN_SIGN_TIMEOUT_SECONDS.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/LOCKER_APPROVAL_KEY.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/LOCKER_CLEAR_KEY.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/LOCKER_VERSION.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/LOCKER_VERSION_KEY.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/ORACLE_VERSION.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/PRODUCT_APPROVAL_KEY.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/PRODUCT_CLEAR_KEY.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/PRODUCT_VERSION.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/PRODUCT_VERSION_KEY.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/REGISTRY_VERSION.html

Large diffs are not rendered by default.

0 comments on commit 1f5b82a

Please sign in to comment.