Skip to content

Commit 69f2a4f

Browse files
committed
v0.1.0
1 parent 184a244 commit 69f2a4f

File tree

21 files changed

+278
-225
lines changed

21 files changed

+278
-225
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
<p align="center">
2-
<img width="460" src="./docs/images/logo.svg">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="./docs/images/logo-dark.svg">
4+
<source media="(prefers-color-scheme: light)" srcset="./docs/images/logo-light.svg">
5+
<img alt="Mobject logo" img width="460" src="/docs/images/logo-light.svg">
6+
</picture>
37
</p>
48

59
## The mobject-commands Library
610

7-
This is one of the many libraries of mobject. This library focuses on the creation and lifecycle of commands.
11+
This is one of the many libraries of [mobject](http://mobject.org). This library focuses on the creation and lifecycle of commands.
812

913
## What is mobject?
1014

docs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<p align="center">
2-
<img width="460" src="./images/logo.svg">
2+
<picture>
3+
<img class="top-logo" alt="mobject main logo" src='./images/logo-light.svg'>
4+
</picture>
35
</p>
46

57
> A framework and guide for writing object oriented programs in structured text.
68
79
## The mobject-commands Library
810

9-
This is one of the many libraries of mobject. This library focuses on the creation and lifecycle of commands.
11+
This is one of the many libraries of [mobject](http://mobject.org). This library focuses on the creation and lifecycle of commands.
1012

1113
## What is mobject?
1214

docs/changelog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3-
## 0.0.1
3+
## v0.1.0-alpha
4+
5+
- Updated documentation to support dark mode.
6+
- Library built using 4024.53.
7+
- Updated to support mobject-disposable v1.0.0-beta.
8+
9+
!> This update contains the following breaking changes.
10+
11+
- I_Command extends from I_Disposable.
12+
13+
## v0.0.1-alpha
414

515
Initial

docs/config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
window.$docsify = window.$docsify || {};
2+
window.$docsify.repo = "https://github.com/Mobject-Dev-Team/mobject-commands";

docs/docsify/custom.css

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/docsify/language-st.css

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/docsify/language-st.js

Lines changed: 0 additions & 92 deletions
This file was deleted.

docs/docsify/logo.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.top-logo {
2+
content: var(--docsify_logo);
3+
}

docs/docsify/plugins/docsify-plugin-flexible-alerts.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)