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

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benhar-dev committed Dec 6, 2023
1 parent 353706d commit 9177a44
Show file tree
Hide file tree
Showing 26 changed files with 1,142 additions and 246 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<p align="center">
<img width="460" src="./docs/images/logo.svg">
<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>
</p>

## The mobject-promises Library

This is one of the many libraries of mobject. This library focuses on all things related to asynchronous operations and their eventual completion (or failure) with values.
This is one of the many libraries of [mobject](http://mobject.org). This library focuses on all things related to asynchronous operations and their eventual completion (or failure) with values.

## What is mobject?

Expand All @@ -16,8 +20,8 @@ mobject's goal is to be a lightweight solution to typical oop problems.

## Documentation

The documentation for this project can be found [here](https://mobject-dev-team.github.io/mobject-condition-monitoring/#/).
The documentation for this project can be found [here](https://mobject-dev-team.github.io/mobject-promises/#/).

## Versions

- TcXaeShell 3.1.4024.42
- TcXaeShell 3.1.4024.53
6 changes: 4 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<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.
## The mobject-promises Library

This is one of the many libraries of mobject. This library focuses on all things related to asynchronous operations and their eventual completion (or failure) with values.
This is one of the many libraries of [mobject](http://mobject.org). This library focuses on all things related to asynchronous operations and their eventual completion (or failure) with values.

## What is mobject?

Expand Down
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- Guides

- [Coding Guide](https://benhar-dev.github.io/coding-convention/#/)
- [Coding Guide](https://mobject-dev-team.github.io/mobject-coding-convention/#/)

- Versions

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## 0.0.0
## v0.1.0-alpha

- Alpha release
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/Mobject-Dev-Team/mobject-promises";
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 9177a44

Please sign in to comment.