Skip to content

Commit

Permalink
feat(docs): Update PWA usages after afccab3
Browse files Browse the repository at this point in the history
Signed-off-by: Khusika Dhamar Gusti <[email protected]>
  • Loading branch information
Khusika Dhamar Gusti committed Jul 11, 2021
1 parent 98bd15f commit b3e8cdb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,13 @@ Please open the code block below to view the complete sample configuration :(far
# {{< version 1.0.0 >}} whether to enable CSS and JS source mapping
SourceMap = true

# {{< version 1.0.1 >}}PWA config
[params.pwa]
# whether to enable PWA support
enable = true
# service-worker version
version = "1.0.0"

# {{< version 0.2.0 >}} App icon config
[params.app]
# optional site title override for the app when added to an iOS home screen or Android launcher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,13 @@ Please open the code block below to view the complete sample configuration :(far
# {{< version 1.0.0 >}} whether to enable CSS and JS source mapping
SourceMap = true

# {{< version 1.0.1 >}}PWA config
[params.pwa]
# whether to enable PWA support
enable = true
# service-worker version
version = "1.0.0"

# {{< version 0.2.0 >}} App icon config
[params.app]
# optional site title override for the app when added to an iOS home screen or Android launcher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,13 @@ hugo
# {{< version 1.0.0 >}} 是否启用 CSS 和 JS 源映射
SourceMap = true

# {{< version 1.0.1 >}}PWA config
[params.pwa]
# whether to enable PWA support
enable = true
# service-worker version
version = "1.0.0"

# {{< version 0.2.0 >}} 应用图标配置
[params.app]
# 当添加到 iOS 主屏幕或者 Android 启动器时的标题, 覆盖默认标题
Expand Down

0 comments on commit b3e8cdb

Please sign in to comment.