Skip to content

Commit b5b990b

Browse files
authored
docs: move documentation into the GitHub wiki (#21)
- Rewrite README.md as a slim landing page pointing to the wiki - Remove the doc/ directory; its pages now live in the GitHub wiki - Repoint the in-code doc/ references to their wiki URLs in the workflow templates and the workflows help text - Replace the doc/INSTALL.md example in img/README.md with a generic app README - Add .gitattributes to normalise line endings to LF Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
1 parent 30ad838 commit b5b990b

13 files changed

Lines changed: 50 additions & 1136 deletions

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 [ernolf] Raphael Gradenwitz <raphael.gradenwitz@googlemail.com>
2+
# SPDX-License-Identifier: MIT
3+
4+
# Store and check out every text file with LF, regardless of a contributor's
5+
# core.autocrlf setting, so line endings never leak into a diff. Binary files
6+
# are detected by text=auto and left untouched.
7+
* text=auto eol=lf

README.md

Lines changed: 29 additions & 326 deletions
Large diffs are not rendered by default.

doc/APPSTORE.md

Lines changed: 0 additions & 125 deletions
This file was deleted.

doc/AUTOUPDATE_WORKFLOW.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

doc/DELETE_MERGED_BRANCHES.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)