Commit Graph

11 Commits

Author SHA1 Message Date
Takagi
4b78f9f089 docs: add toggle formkit component (#552)
* docs: add toggle formkit component

* docs: add toggle component to form schema and update changelogs

- Introduced the `toggle` component for selecting images, colors, or text with options for single or multiple selections.
- Updated API changelogs for both plugin and theme to reflect the addition of the `toggle` component in version 2.22.8.

* Enhance image display in form schema docs

---------

Co-authored-by: Ryan Wang <i@ryanc.cc>
2026-01-17 12:47:45 +08:00
Ryan Wang
bbb0623ef7 Add documentation for secret input component (#553) 2026-01-16 18:53:58 +08:00
Takagi
2965ab4755 docs: add switch formkit component (#550)
#### What this PR does / why we need it:

补充 `Switch` 组件的文档。

Ref https://github.com/halo-dev/halo/pull/8095

See #543 
#### Does this PR introduce a user-facing change?
```release-note
补充 `Switch` 组件的文档。
```
2026-01-06 15:13:47 +00:00
John Niang
cee6c8806e Add spec.requires change (#548)
* Add spec.requires change

* Update docs/developer-guide/plugin/api-changelog.md

* Update versioned_docs/version-2.22/developer-guide/plugin/api-changelog.md

---------

Co-authored-by: Ryan Wang <i@ryanc.cc>
2026-01-04 23:44:41 +08:00
Ryan Wang
bde7ad27e2 Fix typo in PluginDetailModal documentation
Corrected a typo in the description of the PluginDetailModal component documentation, replacing '差价' with '插件' for accuracy across all relevant documentation versions.
2026-01-04 23:17:59 +08:00
Ryan Wang
aee2b12d58 Update code block language to groovy in docs
Changed code block language from 'gradle' to 'groovy' in plugin API changelog documentation for better syntax highlighting and clarity.
2026-01-04 23:11:05 +08:00
John Niang
6a7a1ea04c Add plugin development notes for Halo 2.22.5 (#547) 2026-01-04 23:02:29 +08:00
Ryan Wang
27794a9ad9 Update docs for Halo Paid version (#546)
* Update docs for Halo Paid version

* Update docs/getting-started/prepare.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update docs/getting-started/install/slots/_docker-registry-list.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Add brand settings section to user guide

* Add user guide for license activation

* Add SMS notification configuration guide

* Update lxware.cn links with referral code

* Update user guide for new auth providers and features

* Add Redis integration guide for paid version

* Add license activation instructions to install docs

* Fix broken link to paid version in Redis section

* Fix broken link to release versions in JAR install docs

* Fix link anchor in Finder API changelog docs

* Update issue reporting guidelines in documentation

* Remove sponsor documentation and related references

* Add warning about backup limitations for commercial version

* Update app store guide for license activation changes

* Update docs for Halo 2.22 paid edition and license activation

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-30 21:40:38 +08:00
Howie Xie
83b38cc1cb fix(developer-guide/form-schema): remove unexpected marks (#540)
fix #539

```release-note
None
```
2025-12-25 08:35:02 +00:00
Howie Xie
79314247be feat(_SiteSettingVo): Add routes config (#542)
fix #538 
ref https://github.com/halo-dev/halo/pull/8045/files#diff-55c6218411dc6cbb107225edb77470825b09b51180f8cbbcc46759c168ef9361
<img width="227" height="138" alt="image" src="https://github.com/user-attachments/assets/10c2b9dc-04dd-45cf-88ec-a9a0bafb00d0" />
<img width="456" height="76" alt="image" src="https://github.com/user-attachments/assets/0eca48e7-3589-47a5-b014-0575c9a7a86e" />

```release-note
None
```
2025-12-25 08:31:01 +00:00
Ryan Wang
5953f17ed2 docs: update documentations for 2.22 (#537)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2025-12-24 11:31:37 +08:00