Skip to content

Commit

Permalink
Merge pull request #2 from Sitefinity/aleksDamyanov/update-api-docs
Browse files Browse the repository at this point in the history
Update API Docs
  • Loading branch information
adamyano authored Apr 4, 2024
2 parents edb1fc9 + eb4f338 commit 26541d4
Show file tree
Hide file tree
Showing 109 changed files with 2,800 additions and 27,996 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Visual Studio cache/options directory
.vs/

.nojekyll
22 changes: 22 additions & 0 deletions assets/highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
:root {
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

@media (prefers-color-scheme: light) { :root {
--code-background: var(--light-code-background);
} }

@media (prefers-color-scheme: dark) { :root {
--code-background: var(--dark-code-background);
} }

:root[data-theme='light'] {
--code-background: var(--light-code-background);
}

:root[data-theme='dark'] {
--code-background: var(--dark-code-background);
}

pre, code { background: var(--code-background); }
59 changes: 59 additions & 0 deletions assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/navigation.js

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

1 change: 1 addition & 0 deletions assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit 26541d4

Please sign in to comment.