@sp-days-framework/docusaurus-plugin-slidev 1.1.0-beta1 → 1.1.0-beta2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/changelog.mdx +15 -0
- package/docs/index.mdx +2 -1
- package/package.json +1 -1
package/docs/changelog.mdx
CHANGED
|
@@ -19,6 +19,21 @@ All packages within `@sp-days-framework` use the same version number. In some ca
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
+
## Version 1.1.0-beta2 
|
|
23
|
+
|
|
24
|
+
Documentation improvements and visual refinements
|
|
25
|
+
|
|
26
|
+
<details>
|
|
27
|
+
<summary><strong>Beta Details</strong> (2025 December 09)</summary>
|
|
28
|
+
|
|
29
|
+
### Improvements
|
|
30
|
+
|
|
31
|
+
- **Visual Consistency**: Improved sidebar and navbar logo handling for better branding support
|
|
32
|
+
|
|
33
|
+
</details>
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
22
37
|
## Version 1.1.0-beta1 
|
|
23
38
|
|
|
24
39
|
Version bump to match other packages in the framework. Documentation is now bundled with the npm package for easier reference during development.
|
package/docs/index.mdx
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Slidev Integration
|
|
3
3
|
hide_title: true
|
|
4
|
+
sidebar_class_name: title-logo-sidebar-docusaurus
|
|
5
|
+
sidebar_label: "Slidev Integration"
|
|
4
6
|
sidebar_position: 0
|
|
5
|
-
sidebar_label: "📦 Slidev Integration"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
import LogoDocusaurus from './logo-docusaurus.svg';
|
package/package.json
CHANGED