mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #895] [MERGED] Add documentation #1340
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/895
Author: @softworkz
Created: 10/15/2025
Status: ✅ Merged
Merged: 10/16/2025
Merged by: @FlorianRappl
Base:
develop← Head:electronnet_core📝 Commits (10+)
7b812bfRemove whatsnew from root0a0e26aAdd docs0dd263eDocs: add automatic Wiki publishingbb5779aAdd docs project to solution0c5cc3bAI-written docs341ebe2Add .gitkeep file88766adUpdate docs after manual review56258d1Add API documentation (AI generated)771b110Add About page2bc2b4bMove some parts from ReadMe to Wiki📊 Changes
46 files changed (+13368 additions, -59 deletions)
View changed files
➕
.github/WikiLinks.exe(+0 -0)➕
.github/workflows/publish-wiki.yml(+59 -0)📝
README.md(+6 -52)➕
docs/.docproj/DocProj.props(+27 -0)➕
docs/.docproj/DocProj.targets(+23 -0)➕
docs/API/App.md(+489 -0)➕
docs/API/AutoUpdater.md(+243 -0)➕
docs/API/Clipboard.md(+231 -0)➕
docs/API/Dialog.md(+160 -0)➕
docs/API/Dock.md(+209 -0)➕
docs/API/GlobalShortcut.md(+189 -0)➕
docs/API/HostHook.md(+152 -0)➕
docs/API/IpcMain.md(+167 -0)➕
docs/API/Menu.md(+210 -0)➕
docs/API/NativeTheme.md(+189 -0)➕
docs/API/Notification.md(+164 -0)➕
docs/API/Overview.md(+62 -0)➕
docs/API/PowerMonitor.md(+188 -0)➕
docs/API/Screen.md(+174 -0)➕
docs/API/Shell.md(+175 -0)...and 26 more files
📄 Description
I have manually reviewed and revised everything excepting the pages under "API Reference". I also have no intentions to do so - I mean, it's better than before (=nothing) and when somebody finds errors, they can submit a PR to fix it.
The current result can be viewed here: https://github.com/softworkz/ElectronNET/wiki
The included CI for updating the WIki pages is restricted to the branches main and electronnet_core (mine), so that it won't start overwriting the Wiki before it's in the main branch.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.