@hestia-earth/guide 0.0.8 → 0.0.10
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/CHANGELOG.md +14 -0
- package/README.md +3 -3
- package/dist/content/hestia-101/content.json +1 -1
- package/dist/content/index.json +12 -12
- package/dist/content/models/content.json +1 -1
- package/dist/content/models/contributing.json +1 -1
- package/dist/content/models/documentation.json +1 -1
- package/dist/content/models/faq.json +1 -1
- package/dist/content/models/introduction.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.0.10](https://gitlab.com/hestia-earth/hestia-guide/compare/v0.0.9...v0.0.10) (2024-10-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* fix title containing `#` chars ([9c7164e](https://gitlab.com/hestia-earth/hestia-guide/commit/9c7164e5ea6692177845addbf5ab0f0f5ca82a3b))
|
|
11
|
+
|
|
12
|
+
### [0.0.9](https://gitlab.com/hestia-earth/hestia-guide/compare/v0.0.8...v0.0.9) (2024-10-30)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* start with header level 2 ([954721f](https://gitlab.com/hestia-earth/hestia-guide/commit/954721f1437679e110a8da7c0d6fff2539b91519))
|
|
18
|
+
|
|
5
19
|
### [0.0.8](https://gitlab.com/hestia-earth/hestia-guide/compare/v0.0.7...v0.0.8) (2024-10-30)
|
|
6
20
|
|
|
7
21
|
### [0.0.7](https://gitlab.com/hestia-earth/hestia-guide/compare/v0.0.6...v0.0.7) (2024-10-29)
|
package/README.md
CHANGED
|
@@ -13,14 +13,14 @@ Note: only lower chars, dashes (`-`) and numbers are allowed in the filenames.
|
|
|
13
13
|
## Writing Guidelines
|
|
14
14
|
|
|
15
15
|
1. Create a new file under `src/content` and make sure the filename only uses lowercase letters, numbers and dashes.
|
|
16
|
-
1. Start the file with a header level
|
|
16
|
+
1. Start the file with a header level 2 using a double `##`. Example:
|
|
17
17
|
|
|
18
18
|
```markdown
|
|
19
|
-
|
|
19
|
+
## This is the header
|
|
20
20
|
|
|
21
21
|
This is the content.
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
### This is a sub-header
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
The header level 1 will be automatically used as Title for the Guide page, so please try to keep it short.
|
package/dist/content/index.json
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"mdPath": "hestia-101/content.md",
|
|
7
7
|
"jsonPath": "hestia-101/content.json",
|
|
8
8
|
"title": "HESTIA 101",
|
|
9
|
-
"createdAt": "2024-10-
|
|
10
|
-
"updatedAt": "2024-10-30T08:
|
|
9
|
+
"createdAt": "2024-10-29T09:45:38.000Z",
|
|
10
|
+
"updatedAt": "2024-10-30T08:23:25.000Z"
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
13
|
{
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"mdPath": "models/content.md",
|
|
17
17
|
"jsonPath": "models/content.json",
|
|
18
18
|
"title": "Applying Models",
|
|
19
|
-
"createdAt": "2024-10-
|
|
20
|
-
"updatedAt": "2024-10-30T08:
|
|
19
|
+
"createdAt": "2024-10-29T09:45:38.000Z",
|
|
20
|
+
"updatedAt": "2024-10-30T08:23:25.000Z"
|
|
21
21
|
},
|
|
22
22
|
"pages": [
|
|
23
23
|
{
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"mdPath": "models/introduction.md",
|
|
27
27
|
"jsonPath": "models/introduction.json",
|
|
28
28
|
"title": "Introduction",
|
|
29
|
-
"createdAt": "2024-10-
|
|
30
|
-
"updatedAt": "2024-10-30T08:
|
|
29
|
+
"createdAt": "2024-10-29T09:45:38.000Z",
|
|
30
|
+
"updatedAt": "2024-10-30T08:23:25.000Z",
|
|
31
31
|
"tags": {
|
|
32
32
|
"next": [
|
|
33
33
|
"documentation"
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"mdPath": "models/documentation.md",
|
|
42
42
|
"jsonPath": "models/documentation.json",
|
|
43
43
|
"title": "Documentation",
|
|
44
|
-
"createdAt": "2024-10-
|
|
45
|
-
"updatedAt": "2024-10-30T08:
|
|
44
|
+
"createdAt": "2024-10-29T09:45:38.000Z",
|
|
45
|
+
"updatedAt": "2024-10-30T08:23:25.000Z",
|
|
46
46
|
"tags": {
|
|
47
47
|
"previous": [
|
|
48
48
|
"introduction"
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"mdPath": "models/contributing.md",
|
|
60
60
|
"jsonPath": "models/contributing.json",
|
|
61
61
|
"title": "Contributing",
|
|
62
|
-
"createdAt": "2024-10-
|
|
63
|
-
"updatedAt": "2024-10-30T08:
|
|
62
|
+
"createdAt": "2024-10-29T09:45:38.000Z",
|
|
63
|
+
"updatedAt": "2024-10-30T08:23:25.000Z",
|
|
64
64
|
"tags": {
|
|
65
65
|
"previous": [
|
|
66
66
|
"documentation"
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"mdPath": "models/faq.md",
|
|
75
75
|
"jsonPath": "models/faq.json",
|
|
76
76
|
"title": "FAQ",
|
|
77
|
-
"createdAt": "2024-10-
|
|
78
|
-
"updatedAt": "2024-10-30T08:
|
|
77
|
+
"createdAt": "2024-10-29T09:45:38.000Z",
|
|
78
|
+
"updatedAt": "2024-10-30T08:23:25.000Z"
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
]
|