mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 18:58:36 +02:00
fix(website): various anchor link fixes (#6318)
This commit is contained in:
parent
a2d2324ca7
commit
db471d97ab
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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 |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
|
|
Loading…
Add table
Reference in a new issue