mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
docs(user): how to set data dir on Windows (closes #4853)
This commit is contained in:
30
docs/Developer Guide/!!!meta.json
vendored
30
docs/Developer Guide/!!!meta.json
vendored
@@ -15,6 +15,20 @@
|
||||
"type": "text",
|
||||
"mime": "text/html",
|
||||
"attributes": [
|
||||
{
|
||||
"type": "relation",
|
||||
"name": "internalLink",
|
||||
"value": "T2W7WCZrYZBU",
|
||||
"isInheritable": false,
|
||||
"position": 10
|
||||
},
|
||||
{
|
||||
"type": "relation",
|
||||
"name": "internalLink",
|
||||
"value": "cxfTSHIUQtt2",
|
||||
"isInheritable": false,
|
||||
"position": 20
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"name": "label:shareAlias",
|
||||
@@ -35,20 +49,6 @@
|
||||
"value": "developer-guide",
|
||||
"isInheritable": false,
|
||||
"position": 30
|
||||
},
|
||||
{
|
||||
"type": "relation",
|
||||
"name": "internalLink",
|
||||
"value": "T2W7WCZrYZBU",
|
||||
"isInheritable": false,
|
||||
"position": 40
|
||||
},
|
||||
{
|
||||
"type": "relation",
|
||||
"name": "internalLink",
|
||||
"value": "cxfTSHIUQtt2",
|
||||
"isInheritable": false,
|
||||
"position": 50
|
||||
}
|
||||
],
|
||||
"format": "markdown",
|
||||
@@ -817,7 +817,7 @@
|
||||
"name": "internalLink",
|
||||
"value": "Jg7clqogFOyD",
|
||||
"isInheritable": false,
|
||||
"position": 20
|
||||
"position": 10
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
|
||||
@@ -383,7 +383,7 @@ for (const blob of orphanedBlobs) {
|
||||
|
||||
**Process:**
|
||||
|
||||
```sh
|
||||
```
|
||||
# Check for vulnerabilities
|
||||
npm audit
|
||||
|
||||
@@ -424,7 +424,7 @@ npm audit fix --force
|
||||
|
||||
**pnpm Patches:**
|
||||
|
||||
```sh
|
||||
```
|
||||
# Create patch
|
||||
pnpm patch @ckeditor/ckeditor5
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Trilium implements a **bidirectional synchronization system** that allows users
|
||||
|
||||
## Sync Architecture
|
||||
|
||||
```mermaid
|
||||
```
|
||||
graph TB
|
||||
Desktop1[Desktop 1<br/>Client]
|
||||
Desktop2[Desktop 2<br/>Client]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Documentation
|
||||
There are multiple types of documentation for Trilium:<img class="image-style-align-right" src="api/images/45okJ9xpVO32/Documentation_image.png" width="205" height="162">
|
||||
There are multiple types of documentation for Trilium:<img class="image-style-align-right" src="api/images/6iUHD6bZIVmd/Documentation_image.png" width="205" height="162">
|
||||
|
||||
* The _User Guide_ represents the user-facing documentation. This documentation can be browsed by users directly from within Trilium, by pressing <kbd>F1</kbd>.
|
||||
* The _Developer's Guide_ represents a set of Markdown documents that present the internals of Trilium, for developers.
|
||||
|
||||
Reference in New Issue
Block a user