File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
11
## [ 1.0.4] 2023-02-26
4
12
### Changes
5
13
Original file line number Diff line number Diff line change 6
6
7
7
> Features
8
8
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 )
11
11
- ✅ Modern UI: ** [ Soft UI Design] ( https://bit.ly/soft-design-system ) ** , ` Dark-Mode `
12
12
- ✅ ` MIT License ` , Free ** Support**
13
13
- ✅ ** 404 Events Reporting** via ` Email.JS `
14
14
- ✅ [ 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 `
15
16
- ✅ Free [ support] ( https://appseed.us/support/ ) (email & ` Discord ` )
16
17
17
18
<br />
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ You may add a sticky video by giving `sticky-popup` class to an `a` tag.
13
13
// highlight-next-line
14
14
class =" sticky-popup"
15
15
target =" _blank"
16
- href =" https://www.youtube.com/watch?v=G1OM2L7XK5Y "
16
+ href =" https://www.youtube.com/watch?v=uRgQ_TpTj4g "
17
17
>Sticky video</a
18
18
>
19
19
@@ -25,6 +25,6 @@ You may add a sticky video by giving `sticky-popup` class to an `a` tag.
25
25
<a
26
26
class="sticky-popup"
27
27
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 "
30
30
>Sticky video</a >
You can’t perform that action at this time.
0 commit comments