chore(build-docs): add preview entrypoint

This commit is contained in:
Elian Doran
2025-11-04 09:13:41 +02:00
parent 757a046474
commit 59a2ef7527
7 changed files with 261 additions and 71 deletions

View File

@@ -56,6 +56,13 @@
"type": "text",
"mime": "text/html",
"attributes": [
{
"type": "relation",
"name": "internalLink",
"value": "TLXJwBDo8Rdv",
"isInheritable": false,
"position": 10
},
{
"type": "label",
"name": "iconClass",
@@ -69,13 +76,6 @@
"value": "environment-setup",
"isInheritable": false,
"position": 20
},
{
"type": "relation",
"name": "internalLink",
"value": "TLXJwBDo8Rdv",
"isInheritable": false,
"position": 30
}
],
"format": "markdown",
@@ -96,6 +96,13 @@
"type": "text",
"mime": "text/html",
"attributes": [
{
"type": "relation",
"name": "internalLink",
"value": "a0mkxxB4Uvbf",
"isInheritable": false,
"position": 10
},
{
"type": "label",
"name": "iconClass",
@@ -109,13 +116,6 @@
"value": "project-structure",
"isInheritable": false,
"position": 20
},
{
"type": "relation",
"name": "internalLink",
"value": "a0mkxxB4Uvbf",
"isInheritable": false,
"position": 30
}
],
"format": "markdown",
@@ -246,25 +246,25 @@
"mime": "text/html",
"attributes": [
{
"type": "label",
"name": "shareAlias",
"value": "dev-build",
"type": "relation",
"name": "internalLink",
"value": "mXFYlhuEr1mZ",
"isInheritable": false,
"position": 20
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "T2W7WCZrYZBU",
"isInheritable": false,
"position": 30
"position": 20
},
{
"type": "relation",
"name": "internalLink",
"value": "mXFYlhuEr1mZ",
"type": "label",
"name": "shareAlias",
"value": "dev-build",
"isInheritable": false,
"position": 40
"position": 20
}
],
"format": "markdown",
@@ -736,14 +736,14 @@
"name": "internalLink",
"value": "DSkl8C325tEC",
"isInheritable": false,
"position": 20
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "tM3rIZQzlum4",
"isInheritable": false,
"position": 30
"position": 20
},
{
"type": "label",
@@ -1082,16 +1082,16 @@
"mime": "text/html",
"attributes": [
{
"type": "label",
"name": "iconClass",
"value": "bx bx-table",
"type": "relation",
"name": "internalLink",
"value": "DSkl8C325tEC",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "DSkl8C325tEC",
"value": "VIcWnKGs0sMh",
"isInheritable": false,
"position": 20
},
@@ -1103,11 +1103,11 @@
"position": 30
},
{
"type": "relation",
"name": "internalLink",
"value": "VIcWnKGs0sMh",
"type": "label",
"name": "iconClass",
"value": "bx bx-table",
"isInheritable": false,
"position": 40
"position": 10
},
{
"type": "label",
@@ -1243,14 +1243,14 @@
{
"type": "relation",
"name": "internalLink",
"value": "PXzm2t3sCdsP",
"value": "oLhKpfi2kGON",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "oLhKpfi2kGON",
"value": "PXzm2t3sCdsP",
"isInheritable": false,
"position": 20
},
@@ -1876,6 +1876,13 @@
"type": "text",
"mime": "text/html",
"attributes": [
{
"type": "relation",
"name": "internalLink",
"value": "k7RavjuXQt8z",
"isInheritable": false,
"position": 20
},
{
"type": "label",
"name": "shareAlias",
@@ -1883,13 +1890,6 @@
"isInheritable": false,
"position": 20
},
{
"type": "relation",
"name": "internalLink",
"value": "k7RavjuXQt8z",
"isInheritable": false,
"position": 40
},
{
"type": "label",
"name": "iconClass",
@@ -2228,6 +2228,13 @@
"type": "text",
"mime": "text/html",
"attributes": [
{
"type": "relation",
"name": "internalLink",
"value": "IxkDdjTogO18",
"isInheritable": false,
"position": 10
},
{
"type": "label",
"name": "shareAlias",

View File

@@ -14,4 +14,7 @@ The `deploy-docs` workflow triggers the documentation build and uploads it to Cl
## Building locally
In the Git root, run `pnpm docs:build`. The built documentation will be available in `site` at Git root.
In the Git root:
* Run `pnpm docs:build`. The built documentation will be available in `site` at Git root.
* To also run a webserver to test it, run `pnpm docs:preview` (this will not build the documentation) and navigate to `localhost:9000`.