From 38f2011697255b92005eb6ca194b71a6a3406541 Mon Sep 17 00:00:00 2001 From: Bot Date: Tue, 6 May 2025 07:57:39 +0200 Subject: [PATCH] doc(arch): WiP initially added some Forgejo design/development links --- .vscode/settings.json | 21 +------------------ .../architecture/design/forgejo/index.md | 10 +++++++++ 2 files changed, 11 insertions(+), 20 deletions(-) create mode 100644 docs/technical-documentation/architecture/design/forgejo/index.md diff --git a/.vscode/settings.json b/.vscode/settings.json index 2e858b6..dabfedd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,22 +1,3 @@ { - "peacock.color": "#832561", - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#ab307e", - "activityBar.background": "#ab307e", - "activityBar.foreground": "#e7e7e7", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#25320e", - "activityBarBadge.foreground": "#e7e7e7", - "commandCenter.border": "#e7e7e799", - "sash.hoverBorder": "#ab307e", - "statusBar.background": "#832561", - "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#ab307e", - "statusBarItem.remoteBackground": "#832561", - "statusBarItem.remoteForeground": "#e7e7e7", - "titleBar.activeBackground": "#832561", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#83256199", - "titleBar.inactiveForeground": "#e7e7e799" - } + "peacock.color": "#832561" } \ No newline at end of file diff --git a/docs/technical-documentation/architecture/design/forgejo/index.md b/docs/technical-documentation/architecture/design/forgejo/index.md new file mode 100644 index 0000000..c8662a9 --- /dev/null +++ b/docs/technical-documentation/architecture/design/forgejo/index.md @@ -0,0 +1,10 @@ +# Forgejo + +## Forgejo Development + +* https://forgejo.org/docs/v1.21/developer/architecture/ +* https://forgejo.org/docs/v1.21/developer/customization/ + +## UI + +* https://codeberg.org/forgejo/discussions/issues/338 \ No newline at end of file