mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 07:49:43 +02:00
docs: fix bad anchor link syntax (#6683)
This commit is contained in:
parent
344e199ee8
commit
94532dfd26
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ Use [slorber/trailing-slash-guide](https://github.com/slorber/trailing-slash-gui
|
|||
|
||||
:::
|
||||
|
||||
## Using environment variables {using-environment-variables}
|
||||
## Using environment variables {#using-environment-variables}
|
||||
|
||||
Putting potentially sensitive information in the environment is common practice. However, in a typical Docusaurus website, the `docusaurus.config.js` file is the only interface to the Node.js environment (see [our architecture overview](advanced/architecture.md)), while everything else—MDX pages, React components... are client side and do not have direct access to the `process` global. In this case, you can consider using [`customFields`](api/docusaurus.config.js.md#customfields) to pass environment variables to the client side.
|
||||
|
||||
|
@ -85,7 +85,7 @@ export default function Home() {
|
|||
}
|
||||
```
|
||||
|
||||
## Choosing a hosting provider {choosing-a-hosting-provider}
|
||||
## Choosing a hosting provider {#choosing-a-hosting-provider}
|
||||
|
||||
There are a few common hosting options:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue