docs(guide): deduplicate home page with quick start

This commit is contained in:
Elian Doran
2025-10-29 22:00:31 +02:00
parent cfd55147df
commit 0bc86d7c75
7 changed files with 97 additions and 152 deletions

View File

@@ -15,52 +15,17 @@
"type": "text",
"mime": "text/html",
"attributes": [
{
"type": "relation",
"name": "internalLink",
"value": "poXkQfguuA0U",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "WOcw2SLH6tbX",
"isInheritable": false,
"position": 20
},
{
"type": "relation",
"name": "internalLink",
"value": "RDslemsQ6gCp",
"isInheritable": false,
"position": 30
},
{
"type": "relation",
"name": "internalLink",
"value": "cbkrhQjrkKrh",
"isInheritable": false,
"position": 40
},
{
"type": "relation",
"name": "internalLink",
"value": "BFs8mudNFgCS",
"isInheritable": false,
"position": 50
},
{
"type": "relation",
"name": "internalLink",
"value": "GTwFsgaA0lCt",
"isInheritable": false,
"position": 60
},
{
"type": "relation",
"name": "internalLink",
"value": "yeEaYqosGLSh",
"value": "GTwFsgaA0lCt",
"isInheritable": false,
"position": 70
},
@@ -77,6 +42,13 @@
"value": "promoted,alias=Slug,single,text",
"isInheritable": true,
"position": 20
},
{
"type": "relation",
"name": "internalLink",
"value": "s3YCWHBfmYuM",
"isInheritable": false,
"position": 80
}
],
"format": "markdown",
@@ -1136,16 +1108,16 @@
{
"type": "relation",
"name": "internalLink",
"value": "cbkrhQjrkKrh",
"value": "poXkQfguuA0U",
"isInheritable": false,
"position": 10
"position": 20
},
{
"type": "relation",
"name": "internalLink",
"value": "poXkQfguuA0U",
"value": "cbkrhQjrkKrh",
"isInheritable": false,
"position": 10
"position": 30
},
{
"type": "label",
@@ -3063,6 +3035,20 @@
"type": "text",
"mime": "text/html",
"attributes": [
{
"type": "relation",
"name": "internalLink",
"value": "x3i7MxGccDuM",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "4TIF1oA4VQRO",
"isInheritable": false,
"position": 20
},
{
"type": "label",
"name": "iconClass",
@@ -3076,20 +3062,6 @@
"value": "zoom",
"isInheritable": false,
"position": 20
},
{
"type": "relation",
"name": "internalLink",
"value": "x3i7MxGccDuM",
"isInheritable": false,
"position": 30
},
{
"type": "relation",
"name": "internalLink",
"value": "4TIF1oA4VQRO",
"isInheritable": false,
"position": 40
}
],
"format": "markdown",
@@ -3111,15 +3083,7 @@
"isExpanded": false,
"type": "text",
"mime": "text/html",
"attributes": [
{
"type": "label",
"name": "shareAlias",
"value": "quick-edit",
"isInheritable": false,
"position": 20
}
],
"attributes": [],
"format": "markdown",
"dataFileName": "Quick edit.md",
"attachments": [
@@ -5349,13 +5313,6 @@
"isInheritable": false,
"position": 30
},
{
"type": "relation",
"name": "internalLink",
"value": "cbkrhQjrkKrh",
"isInheritable": false,
"position": 40
},
{
"type": "label",
"name": "shareAlias",
@@ -5369,6 +5326,20 @@
"value": "bx bx-run",
"isInheritable": false,
"position": 40
},
{
"type": "relation",
"name": "internalLink",
"value": "yeEaYqosGLSh",
"isInheritable": false,
"position": 50
},
{
"type": "relation",
"name": "internalLink",
"value": "cbkrhQjrkKrh",
"isInheritable": false,
"position": 60
}
],
"format": "markdown",

View File

@@ -6,34 +6,8 @@ For a quick overview of the application, visit our website at [triliumnotes.org]
> [!TIP]
> The same documentation can be accessed locally from within the Trilium Notes application by pressing <kbd>F1</kbd>.
## Documentation
## Getting started
This [wiki](https://github.com/zadam/trilium/wiki) contains additional and more in-depth information on some topics. See the sidebar for listing of all available pages.
## Quick Start
### Choose the setup
**Local only desktop/laptop** - Allows a single instance on a desktop and will save the notes locally on that desktop.
* <a class="reference-link" href="User%20Guide/Installation%20%26%20Setup/Desktop%20Installation.md">Desktop Installation</a>
**Server with web only access** - Installs the application on the server and allows access from any web browser on any device, including mobile.
1. <a class="reference-link" href="User%20Guide/Installation%20%26%20Setup/Server%20Installation.md">Server Installation</a>
2. <a class="reference-link" href="User%20Guide/Installation%20%26%20Setup/Mobile%20Frontend.md">Mobile Frontend</a> (optional)
3. <a class="reference-link" href="User%20Guide/Installation%20%26%20Setup/Server%20Installation/Third-party%20cloud%20hosting.md">Third-party cloud hosting</a>
**Combination of server and desktop/laptop** - Install the application on both a server, for web access and data synchronization, and desktop instance(s). This allows all the data to be stored on the server and either accessed from the web browser, or the desktop application. The desktop application will sync and store the data locally so that it can be used when offline.
1. <a class="reference-link" href="/Server installation">[missing note]</a>
<a class="reference-link" href="User%20Guide/Installation%20%26%20Setup/Server%20Installation.md">Server Installation</a>
2. <a class="reference-link" href="User%20Guide/Installation%20%26%20Setup/Mobile%20Frontend.md">Mobile Frontend</a> (optional)
3. <a class="reference-link" href="User%20Guide/Installation%20%26%20Setup/Desktop%20Installation.md">Desktop Installation</a>
4. <a class="reference-link" href="User%20Guide/Installation%20%26%20Setup/Synchronization.md">Synchronization</a><a class="reference-link" href="/Synchronization">[missing note]</a>
### Basic concepts
1. Understand <a class="reference-link" href="User%20Guide/Basic%20Concepts%20and%20Features/Notes.md">Notes</a>.<a class="reference-link" href="/Note">[missing note]</a>
2. Browse through <a class="reference-link" href="User%20Guide/Note%20Types/Collections.md">Collections</a>.<a class="reference-link" href="/Screenshot tour">[missing note]</a>
1. See <a class="reference-link" href="User%20Guide/Quick%20Start.md">Quick Start</a>.
2. Understand <a class="reference-link" href="User%20Guide/Basic%20Concepts%20and%20Features/Notes.md">Notes</a>.
3. Browse through <a class="reference-link" href="User%20Guide/Note%20Types/Collections.md">Collections</a>.

View File

@@ -3,17 +3,17 @@
**Local only desktop/laptop** - Allows a single instance on a desktop and will save the notes locally on that desktop.
1. [Desktop installation](Installation%20%26%20Setup/Desktop%20Installation.md)
* <a class="reference-link" href="Installation%20%26%20Setup/Desktop%20Installation.md">Desktop Installation</a>
**Server with web only access** - Installs the application on the server and allows access from any web browser on any device, including mobile.
1. [Server installation](Installation%20%26%20Setup/Server%20Installation.md)
2. [Mobile frontend](Installation%20%26%20Setup/Mobile%20Frontend.md) (optional)
3. [PikaPods managed hosting](https://www.pikapods.com/pods?run=trilium-next)
1. <a class="reference-link" href="Installation%20%26%20Setup/Server%20Installation.md">Server Installation</a>
2. <a class="reference-link" href="Installation%20%26%20Setup/Mobile%20Frontend.md">Mobile Frontend</a> (optional)
3. <a class="reference-link" href="Installation%20%26%20Setup/Server%20Installation/Third-party%20cloud%20hosting.md">Third-party cloud hosting</a>
**Combination of server and desktop/laptop** - Install the application on both a server, for web access and data synchronisation, and desktop instance(s). This allows all the data to be stored on the server and either accessed from the web browser, or the desktop application. The desktop application will sync and store the data locally so that it can be used when offline.
1. [Server installation](Installation%20%26%20Setup/Server%20Installation.md)
2. [Mobile frontend](Installation%20%26%20Setup/Mobile%20Frontend.md) (optional)
3. [Desktop installation](Installation%20%26%20Setup/Desktop%20Installation.md)
4. [Synchronization](Installation%20%26%20Setup/Synchronization.md)
1. <a class="reference-link" href="Installation%20%26%20Setup/Server%20Installation.md">Server Installation</a>
2. <a class="reference-link" href="Installation%20%26%20Setup/Mobile%20Frontend.md">Mobile Frontend</a> (optional)
3. <a class="reference-link" href="Installation%20%26%20Setup/Desktop%20Installation.md">Desktop Installation</a>
4. <a class="reference-link" href="Installation%20%26%20Setup/Synchronization.md">Synchronization</a>