Skip to content

Commit fc2658f

Browse files
2025-09-04 - Front Matter
1 parent e4ef658 commit fc2658f

13 files changed

Lines changed: 1633 additions & 1687 deletions

File tree

.github/scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fs.writeFileSync(changelogPath, changelogContent, 'utf8');
5454
console.log('Changelog generated successfully.');
5555

5656
function generateChangelog(version, incrementType) {
57-
const currentDate = new Date().toDateString();
57+
const currentDate = new Date().toISOString().split('T')[0]; // "2025-09-04"
5858
const changeDescription = getChangeDescription(incrementType);
5959

6060
// Read the existing changelog content if it exists

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
## 5.1.0 - 2025-09-04
12

2-
## 5.0.1 - Tue Jun 11 2024
3+
- If you are using Front Matter you can use `autoHeader: xx` in there instead of needing the signifier to be the first line
4+
5+
## 5.0.1 - 2024-06-11
36

47
### Fixed
58

69
- Documentation fixes.
710

8-
## 5.0.0 - Tue Jun 11 2024
11+
## 5.0.0 - 2024-06-11
912

1013
### Breaking Changes
1114

@@ -15,4 +18,4 @@
1518
- Allows numbering in sidebar and main body
1619
- Better handling of debugging
1720
- Numbering can use letters and not just numbers
18-
- Many more fatures and cleanups
21+
- Many more features and cleanups

dist/docsify-auto-headers.js

Lines changed: 610 additions & 576 deletions
Large diffs are not rendered by default.

dist/docsify-auto-headers.min.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/data/navbar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- [Page 3](/pages/_page3.md)
44
- [Page 4](/pages/_page4.md)
55
- [Page 5](/pages/_page5.md)
6+
- [Page 6](/pages/_page6.md)

docs/pages/_page1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ Expected output:
5353
1.3.1.1.1.1. HEADING 6
5454
1.3.1.1.1.2. HEADING 6
5555
```
56+
57+
<details>
58+
<summary><strong>See the original markdown data for this page</strong></summary>
59+
60+
[filename](_page1.md ':include :type=code')
61+
62+
</details>

docs/pages/_page2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ Expected output:
5353
11.24.1.1.1.1. HEADING 6
5454
11.24.1.1.1.2. HEADING 6
5555
```
56+
57+
<details>
58+
<summary><strong>See the original markdown data for this page</strong></summary>
59+
60+
[filename](_page2.md ':include :type=code')
61+
62+
</details>

docs/pages/_page3.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,10 @@ HEADING 5
5555
HEADING 6
5656
HEADING 6
5757
```
58+
59+
<details>
60+
<summary><strong>See the original markdown data for this page</strong></summary>
61+
62+
[filename](_page3.md ':include :type=code')
63+
64+
</details>

docs/pages/_page4.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,11 @@ Z.AA.A.A. HEADING 4
5252
Z.AA.A.A.A. HEADING 5
5353
Z.AA.A.A.A.A. HEADING 6
5454
Z.AA.A.A.A.B. HEADING 6
55-
```
55+
```
56+
57+
<details>
58+
<summary><strong>See the original markdown data for this page</strong></summary>
59+
60+
[filename](_page4.md ':include :type=code')
61+
62+
</details>

docs/pages/_page5.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,10 @@ HEADING 5
5858
HEADING 6
5959
HEADING 6
6060
```
61+
62+
<details>
63+
<summary><strong>See the original markdown data for this page</strong></summary>
64+
65+
[filename](_page5.md ':include :type=code')
66+
67+
</details>

0 commit comments

Comments
 (0)