mirror of
https://github.com/zadam/trilium.git
synced 2025-12-17 05:39:55 +01:00
docs(dev): integrate architecture guide
This commit is contained in:
13
docs/Developer Guide/Developer Guide.md
vendored
13
docs/Developer Guide/Developer Guide.md
vendored
@@ -1,4 +1,15 @@
|
||||
# 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.
|
||||
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.
|
||||
|
||||
### Quick links
|
||||
|
||||
* <a class="reference-link" href="Developer%20Guide/Environment%20Setup.md">Environment Setup</a>
|
||||
* <a class="reference-link" href="Developer%20Guide/Project%20Structure.md">Project Structure</a>
|
||||
|
||||
### External links
|
||||
|
||||
* The [Trilium Notes website](https://triliumnotes.org/), for a quick presentation of the application.
|
||||
* [User Guide](https://docs.triliumnotes.org/user-guide/), to understand the concepts of the application itself.
|
||||
* [GitHub Repository (TriliumNext/Trilium)](https://github.com/TriliumNext/Trilium/)
|
||||
Reference in New Issue
Block a user