mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 10:52:35 +02:00
chore: attempt to fix Crowdin issues (#9220)
This commit is contained in:
parent
4aef958a99
commit
a59aead1e2
74 changed files with 126 additions and 122 deletions
|
@ -4,13 +4,13 @@ description: API reference for Docusaurus configuration file.
|
|||
slug: /api/docusaurus-config
|
||||
---
|
||||
|
||||
import APITable from '@site/src/components/APITable';
|
||||
|
||||
# `docusaurus.config.js`
|
||||
|
||||
import APITable from '@site/src/components/APITable';
|
||||
|
||||
:::info
|
||||
|
||||
Refer to the Getting Started [**Configuration**](docs/configuration.mdx) for examples.
|
||||
Refer to the Getting Started [**Configuration**](../configuration.mdx) for examples.
|
||||
|
||||
:::
|
||||
|
||||
|
@ -42,7 +42,7 @@ module.exports = async function createConfigAsync() {
|
|||
|
||||
:::tip
|
||||
|
||||
Refer to [**Syntax to declare `docusaurus.config.js`**](docs/configuration.mdx#syntax-to-declare-docusaurus-config) for a more exhaustive list of examples and explanations.
|
||||
Refer to [**Syntax to declare `docusaurus.config.js`**](../configuration.mdx#syntax-to-declare-docusaurus-config) for a more exhaustive list of examples and explanations.
|
||||
|
||||
:::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue