-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use the @theme/Admonition component to allow to redirect to a specific repo as MDX v1 doesn't allow this kind of behavior. see facebook/docusaurus#6072 (comment)
- Loading branch information
Showing
9 changed files
with
29 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
:::warning :construction_worker: WIP | ||
This section and the related features are under active development.<br/> | ||
Go check our [Github organization](https://github.com/blindnet-io/) and follow us on [Twitter](https://twitter.com/blindnet_io) for updates. | ||
::: | ||
import Admonition from '@theme/Admonition'; | ||
|
||
<Admonition type="danger" icon="👷" title="Work In Progress"> | ||
<p>This section and the related features are under active development.</p> | ||
<p>Go check { props.repo ? <>the <a href={props.repo}>associated repository on Github</a></> : <>our <a href="https://github.com/blindnet-io/">Github organization</a></> } and follow us on <a href="https://twitter.com/blindnet_io">Twitter</a> for updates.</p> | ||
</Admonition> |