mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
docs: fix anchor link (#7813)
* docs: Correct link to document section The link to the public API surface had an erroneous extra # in the link preventing it from linking correctly. * fix prettier Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
09326bd456
commit
7489f8729a
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ Whenever a new major version is released, we publish:
|
|||
|
||||
:::tip
|
||||
|
||||
Read our [public API surface](##public-api-surface) section to clearly understand what we consider as a breaking change.
|
||||
Read our [public API surface](#public-api-surface) section to clearly understand what we consider as a breaking change.
|
||||
|
||||
:::
|
||||
|
||||
|
|
|
@ -327,7 +327,7 @@ cmd /C "set "GIT_USER=<GITHUB_USERNAME>" && yarn deploy"
|
|||
|
||||
```powershell
|
||||
cmd /C 'set "GIT_USER=<GITHUB_USERNAME>" && yarn deploy'
|
||||
````
|
||||
```
|
||||
|
||||
```mdx-code-block
|
||||
</TabItem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue