mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
docs(dev): add frontpage
This commit is contained in:
18
docs/Developer Guide/!!!meta.json
vendored
18
docs/Developer Guide/!!!meta.json
vendored
@@ -14,8 +14,24 @@
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
"mime": "text/html",
|
||||
"attributes": [],
|
||||
"attributes": [
|
||||
{
|
||||
"type": "label",
|
||||
"name": "label:shareAlias",
|
||||
"value": "promoted,alias=Slug,single,text",
|
||||
"isInheritable": true,
|
||||
"position": 10
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"name": "iconClass",
|
||||
"value": "bx bx-code-alt",
|
||||
"isInheritable": false,
|
||||
"position": 20
|
||||
}
|
||||
],
|
||||
"format": "markdown",
|
||||
"dataFileName": "Developer Guide.md",
|
||||
"attachments": [],
|
||||
"dirFileName": "Developer Guide",
|
||||
"children": [
|
||||
|
||||
4
docs/Developer Guide/Developer Guide.md
vendored
Normal file
4
docs/Developer Guide/Developer Guide.md
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Developer Guide
|
||||
This documentation is intended for developers planning to implement new features or maintain the Trilium Notes application, as it describes the architecture of the application.
|
||||
|
||||
For the user-facing documentation, including how to write scripts and the various APIs, consult the [user guide](https://docs.triliumnotes.org/user-guide/) instead.
|
||||
Reference in New Issue
Block a user