Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit fd70e83

Browse files
committed
docs: ✏️ Add custom OAuth issuer docs
1 parent 7b43cfc commit fd70e83

13 files changed

Lines changed: 57 additions & 46 deletions

File tree

apps/server/src/assets/doc_notes/en/User Guide/User Guide/Installation & Setup/Server Installation.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/server/src/assets/doc_notes/en/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Nginx.html

Lines changed: 11 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/server/src/assets/doc_notes/en/User Guide/User Guide/Installation & Setup/Server Installation/Authentication.html

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/server/src/assets/doc_notes/en/User Guide/User Guide/Installation & Setup/Server Installation/Multi-Factor Authentication.html

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/server/src/assets/doc_notes/en/User Guide/User Guide/Theme development/Reference.html

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Developer Guide/!!!meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"formatVersion": 2,
3-
"appVersion": "0.94.0",
3+
"appVersion": "0.94.1",
44
"files": [
55
{
66
"isClone": false,

docs/Release Notes/!!!meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"formatVersion": 2,
3-
"appVersion": "0.94.0",
3+
"appVersion": "0.94.1",
44
"files": [
55
{
66
"isClone": false,

docs/Release Notes/Release Notes/v0.94.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# v0.94.1
22
> [!NOTE]
3-
> *TriliumNext Notes* will rebrand itself back to Trilium Notes since @zadam was kind enough to give us the original name. See [#2190](https://github.com/orgs/TriliumNext/discussions/2190) for more info. This will probably be the "last" version branded as *TriliumNext Notes*.
3+
> _TriliumNext Notes_ will rebrand itself back to Trilium Notes since @zadam was kind enough to give us the original name. See [#2190](https://github.com/orgs/TriliumNext/discussions/2190) for more info. This will probably be the "last" version branded as _TriliumNext Notes_.
44
55
> [!IMPORTANT]
66
> If you enjoyed this release, consider showing a token of appreciation by:

docs/User Guide/!!!meta.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"formatVersion": 2,
3-
"appVersion": "0.94.0",
3+
"appVersion": "0.94.1",
44
"files": [
55
{
66
"isClone": false,
@@ -189,23 +189,23 @@
189189
{
190190
"type": "relation",
191191
"name": "internalLink",
192-
"value": "fDLvzOx29Pfg",
192+
"value": "0hzsNCP31IAB",
193193
"isInheritable": false,
194194
"position": 120
195195
},
196+
{
197+
"type": "relation",
198+
"name": "internalLink",
199+
"value": "fDLvzOx29Pfg",
200+
"isInheritable": false,
201+
"position": 130
202+
},
196203
{
197204
"type": "label",
198205
"name": "shareAlias",
199206
"value": "server-installation",
200207
"isInheritable": false,
201208
"position": 30
202-
},
203-
{
204-
"type": "relation",
205-
"name": "internalLink",
206-
"value": "0hzsNCP31IAB",
207-
"isInheritable": false,
208-
"position": 130
209209
}
210210
],
211211
"format": "markdown",
@@ -674,32 +674,32 @@
674674
"mime": "text/html",
675675
"attributes": [
676676
{
677-
"type": "label",
678-
"name": "iconClass",
679-
"value": "bx bx-lock-alt",
677+
"type": "relation",
678+
"name": "internalLink",
679+
"value": "wX4HbRucYSDD",
680680
"isInheritable": false,
681681
"position": 10
682682
},
683683
{
684684
"type": "relation",
685685
"name": "internalLink",
686-
"value": "7DAiwaf8Z7Rz",
686+
"value": "YKWqdJhzi2VY",
687687
"isInheritable": false,
688688
"position": 20
689689
},
690690
{
691691
"type": "relation",
692692
"name": "internalLink",
693-
"value": "wX4HbRucYSDD",
693+
"value": "7DAiwaf8Z7Rz",
694694
"isInheritable": false,
695695
"position": 30
696696
},
697697
{
698-
"type": "relation",
699-
"name": "internalLink",
700-
"value": "YKWqdJhzi2VY",
698+
"type": "label",
699+
"name": "iconClass",
700+
"value": "bx bx-lock-alt",
701701
"isInheritable": false,
702-
"position": 40
702+
"position": 10
703703
}
704704
],
705705
"format": "markdown",

docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ Configure Nginx proxy and HTTPS. The operating system here is Ubuntu 18.04.
7373
proxy_read_timeout 90;
7474
}
7575
76-
```
76+
```

0 commit comments

Comments
 (0)