mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Add guides (#224)
* Add guides * Add versioning to guides * Guides: special variables and nested expressions * Add guides page to vite build * Add search and hash hooks, guide tags and headings * Improve guides list and filtering * Add 1.19 download link
This commit is contained in:
@@ -53,27 +53,33 @@
|
||||
"versions": [
|
||||
{
|
||||
"id": "1.15",
|
||||
"ref": "1.15.2"
|
||||
"ref": "1.15.2",
|
||||
"pack_format": 5
|
||||
},
|
||||
{
|
||||
"id": "1.16",
|
||||
"ref": "1.16.5"
|
||||
"ref": "1.16.5",
|
||||
"pack_format": 6
|
||||
},
|
||||
{
|
||||
"id": "1.17",
|
||||
"ref": "1.17.1"
|
||||
"ref": "1.17.1",
|
||||
"pack_format": 7
|
||||
},
|
||||
{
|
||||
"id": "1.18",
|
||||
"ref": "1.18.1"
|
||||
"ref": "1.18.1",
|
||||
"pack_format": 8
|
||||
},
|
||||
{
|
||||
"id": "1.18.2",
|
||||
"ref": "1.18.2"
|
||||
"ref": "1.18.2",
|
||||
"pack_format": 9
|
||||
},
|
||||
{
|
||||
"id": "1.19",
|
||||
"dynamic": true
|
||||
"dynamic": true,
|
||||
"pack_format": 10
|
||||
}
|
||||
],
|
||||
"generators": [
|
||||
|
||||
Reference in New Issue
Block a user