Skip to content

Commit db7bf60

Browse files
committed
Release v1.0.5 - Upd DOCS & StickyMedia Link
1 parent fdd5b29 commit db7bf60

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [1.0.5] 2023-02-26
4+
### Changes
5+
6+
- Update DOCS (readme)
7+
- Update `Sticky Video` Link
8+
- Added `Presentation Video` (published on yTube)
9+
- [Docusaurus - Soft Design](https://www.youtube.com/watch?v=uRgQ_TpTj4g)
10+
311
## [1.0.4] 2023-02-26
412
### Changes
513

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66

77
> Features
88
9-
-`Up-to-date dependencies`, **Docusaurus v2**
10-
- 🚀 `Blazing Fast` - [SEE Demo](https://docusaurus-soft-design.onrender.com/)
9+
-**Docusaurus v2**
10+
- 🚀 `Blazing Fast` - [See Demo](https://docusaurus-soft-design.onrender.com)
1111
- ✅ Modern UI: **[Soft UI Design](https://bit.ly/soft-design-system)**, `Dark-Mode`
1212
-`MIT License`, Free **Support**
1313
-**404 Events Reporting** via `Email.JS`
1414
-[Sticky Videos](https://docusaurus-soft-design.onrender.com/docs/tutorial-extras/sticky-media) for `YouTube`
15+
- [Docusaurus Soft Design](https://www.youtube.com/watch?v=uRgQ_TpTj4g), `video presentation`
1516
- ✅ Free [support](https://appseed.us/support/) (email & `Discord`)
1617

1718
<br />

versioned_docs/version-0.1/tutorial-extras/sticky-media.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You may add a sticky video by giving `sticky-popup` class to an `a` tag.
1313
// highlight-next-line
1414
class="sticky-popup"
1515
target="_blank"
16-
href="https://www.youtube.com/watch?v=G1OM2L7XK5Y"
16+
href="https://www.youtube.com/watch?v=uRgQ_TpTj4g"
1717
>Sticky video</a
1818
>
1919

@@ -25,6 +25,6 @@ You may add a sticky video by giving `sticky-popup` class to an `a` tag.
2525
<a
2626
class="sticky-popup"
2727
target="_blank"
28-
href="https://www.youtube.com/watch?v=G1OM2L7XK5Y"
29-
data-video-id="G1OM2L7XK5Y"
28+
href="https://www.youtube.com/watch?v=uRgQ_TpTj4g"
29+
data-video-id="uRgQ_TpTj4g"
3030
>Sticky video</a>

0 commit comments

Comments
 (0)