mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00: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
|
|
@ -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…
Reference in New Issue