Merge pull request #6991 from coollabsio/ui-fixes-and-category

UI fixes and category field addition
This commit is contained in:
Andras Bacsai 2025-10-24 13:26:48 +02:00 committed by GitHub
commit 0f12abb1aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
# documentation: https://github.com/siyuan-note/siyuan
# slogan: A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.
# tags: note-taking,markdown,pkm
# category: documentation
# logo: svgs/siyuan.svg
# port: 6806

View file

@ -3791,7 +3791,7 @@
"markdown",
"pkm"
],
"category": null,
"category": "documentation",
"logo": "svgs/siyuan.svg",
"minversion": "0.0.0",
"port": "6806"

View file

@ -3791,7 +3791,7 @@
"markdown",
"pkm"
],
"category": null,
"category": "documentation",
"logo": "svgs/siyuan.svg",
"minversion": "0.0.0",
"port": "6806"