Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benhar-dev committed Dec 4, 2023
1 parent 2a41502 commit e168216
Show file tree
Hide file tree
Showing 16 changed files with 261 additions and 220 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<p align="center">
<img width="460" src="./docs/images/logo.svg">
</p>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./docs/images/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="./docs/images/logo-light.svg">
<img alt="Mobject logo" img width="460" src="/docs/images/logo-light.svg">
</picture>

## The mobject-disposable Library

Expand All @@ -20,4 +22,4 @@ The documentation for this project can be found [here](https://mobject-dev-team.

## Versions

- TcXaeShell 3.1.4024.42
- TcXaeShell 3.1.4024.53
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<p align="center">
<img width="460" src="./images/logo.svg">
<picture>
<img class="top-logo" alt="mobject main logo" src='./images/logo-light.svg'>
</picture>
</p>

> A framework and guide for writing object oriented programs in structured text.
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.0

- Changed status from alpha to beta.
- Updated documentation to support dark mode.
- Library built using 4024.53.

## 0.3.1

### Disposable
Expand Down
2 changes: 2 additions & 0 deletions docs/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
window.$docsify = window.$docsify || {};
window.$docsify.repo = "https://github.com/benhar-dev/mobject-disposable";
44 changes: 0 additions & 44 deletions docs/docsify/custom.css

This file was deleted.

31 changes: 0 additions & 31 deletions docs/docsify/language-st.css

This file was deleted.

92 changes: 0 additions & 92 deletions docs/docsify/language-st.js

This file was deleted.

3 changes: 3 additions & 0 deletions docs/docsify/logo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.top-logo {
content: var(--docsify_logo);
}
9 changes: 0 additions & 9 deletions docs/docsify/plugins/docsify-plugin-flexible-alerts.js

This file was deleted.

Loading

0 comments on commit e168216

Please sign in to comment.