Merge pull request #6991 from coollabsio/ui-fixes-and-category
UI fixes and category field addition
This commit is contained in:
commit
0f12abb1aa
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -3791,7 +3791,7 @@
|
|||
"markdown",
|
||||
"pkm"
|
||||
],
|
||||
"category": null,
|
||||
"category": "documentation",
|
||||
"logo": "svgs/siyuan.svg",
|
||||
"minversion": "0.0.0",
|
||||
"port": "6806"
|
||||
|
|
|
|||
|
|
@ -3791,7 +3791,7 @@
|
|||
"markdown",
|
||||
"pkm"
|
||||
],
|
||||
"category": null,
|
||||
"category": "documentation",
|
||||
"logo": "svgs/siyuan.svg",
|
||||
"minversion": "0.0.0",
|
||||
"port": "6806"
|
||||
|
|
|
|||
Loading…
Reference in a new issue