docs icon indicating copy to clipboard operation
docs copied to clipboard

The open-source repo for docs.halo.run

Results 47 docs issues
Sort by recently updated
recently updated
newest added

目前主题预览功能是在页面路由添加 preview-theme 参数来实现的,所以在切换页面的时候同样也需要携带这个参数,如果主题没有适配,那么将不再是预览主题的状态。 目前主题适配的方式是在所有动态超链接的语法中使用 @{} 包裹实际的路由变量,但目前似乎没有在开发文档中提到,后续可以专门提供一篇文档来说明。 如果链接没有使用 `@{}` 包裹那么可能无法完整支持预览功能 _Originally posted by @ruibaby in https://github.com/halo-dev/halo/issues/5700#issuecomment-2053986126_

为缩略图扩展点提供文档 ```java public interface ThumbnailProvider extends ExtensionPoint { Mono generate(ThumbnailContext context); Mono delete(URL imageUrl); Mono supports(ThumbnailContext context); } ```

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

- https://github.com/halo-dev/halo/pull/7811 - https://github.com/halo-dev/halo/pull/7861

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

@halo-dev/console-shared 包需要补充新提供的 utils、stores 等文档。 - https://github.com/halo-dev/halo/pull/7858 - https://github.com/halo-dev/halo/pull/7853 - https://github.com/halo-dev/halo/pull/7847

https://docs.halo.run/getting-started/install/docker-compose 创建`docker-compose.yaml`中给出的示例代码中第一行的`version: "3"`在最新版本的 Docker Compose(2.0 及以上)中已过时,运行`docker-compose up -d`会触发警告:`WARN[0000] /path/to/docker-compose.yaml: version is obsolete。` 建议给出提示