fix(website): various anchor link fixes (#6318)

This commit is contained in:
Joshua Chen 2022-01-12 08:35:47 +08:00 committed by GitHub
parent a2d2324ca7
commit db471d97ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -107,7 +107,7 @@ export default function friendsPlugin(context, options) {
} }
``` ```
#### `setGlobalData(data: any): void` #### `setGlobalData(data: any): void` {#setGlobalData}
This function permits one to create some global plugin data that can be read from any page, including the pages created by other plugins, and your theme layout. This function permits one to create some global plugin data that can be read from any page, including the pages created by other plugins, and your theme layout.
@ -205,7 +205,7 @@ module.exports = function (context, options) {
}; };
``` ```
### `content` {#content} ### `content` {#content-1}
`configureWebpack` will be called both with the content loaded by the plugin. `configureWebpack` will be called both with the content loaded by the plugin.

View file

@ -163,7 +163,7 @@ module.exports = {
Accepted fields: Accepted fields:
<APITable name="navbar"> <APITable name="navbar-overview">
| Name | Type | Default | Description | | Name | Type | Default | Description |
| --- | --- | --- | --- | | --- | --- | --- | --- |