pengzhanbo 385059f214
docs: update en docs (#708)
* docs: update en docs

* chore: tweak

* chore: tweak

* chore: tweak
2025-10-09 15:46:05 +08:00

1.1 KiB

title, icon, createTime, permalink
title icon createTime permalink
Node fa6-brands:node 2025/10/08 21:59:13 /en/guide/api/node/

Usage

import { plumeTheme } from 'vuepress-theme-plume'

plumeTheme(options)

options : PlumeThemeOptions

Theme configuration function.

See Theme Configuration for more information.

defineThemeConfig(options)

Theme configuration helper function for use in separate plume.config.ts files.

See Theme Configuration File for more information.

defineNavbarConfig(options)

Theme navbar configuration type helper function.

See Theme Configuration for more information.

defineCollections(options)

options: (ThemePostCollection | ThemeDocCollection)[]

Theme collections configuration type helper function.

See Theme Configuration for more information.

defineCollection(options)

options: ThemePostCollection | ThemeDocCollection

Theme single collection configuration type helper function.

See Theme Configuration for more information.