Fix image links with baseUrl
Summary: When using baseUrl in site config, it adds a prefix to all link paths. But for assets, it doesn't work if you refer to them as `docs/assets/...`, you have to use just `assets/...`. Source: https://github.com/facebook/Docusaurus/issues/861 Reviewed By: passy Differential Revision: D20796933 fbshipit-source-id: 2346e42b8b548f576a1e143f56ee5236eab55073
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cfb77148f7
commit
5ad8106e3f
@@ -6,7 +6,7 @@ title: Extending Layout Inspector
|
||||
The Layout Inspector plugin can be extended to support new kinds of UI components. You can also extend it to customize the data made available in the sidebar.
|
||||
Depending on whether you want to expose new data on Android or iOS, there are different interfaces you can use.
|
||||
|
||||

|
||||

|
||||
|
||||
## Android
|
||||
|
||||
|
||||
Reference in New Issue
Block a user