Convert Link tags to md syntax
Summary: Previously we used <Link/> everywhere with useBaseUrl to avoid link destinations depending on the current url of the page. This isn't necessary if you instead link to the **file name**, rather than the **url path**. Then the links are resolved at build time, and work across imported markdown files etc. This diff just does the pages under Features, because other ones will get conflicts. I'll do those later. Reviewed By: nikoant Differential Revision: D25589707 fbshipit-source-id: 35ca986e19fc2af1054b81d7253eeb3827947ab8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e1edd62c30
commit
00356f96c5
@@ -3,9 +3,8 @@ id: navigation-plugin
|
||||
title: Navigation
|
||||
---
|
||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||
import Link from '@docusaurus/Link';
|
||||
|
||||
→ <Link to={useBaseUrl("/docs/setup/navigation-plugin")}>See setup instructions for the Navigation Plugin</Link>
|
||||
→ [See setup instructions for the Navigation Plugin](../setup/navigation-plugin.mdx)
|
||||
|
||||
The Navigation Plugin allows users to quickly navigate to deep links within their mobile applications to help speed up the development cycle. The plugin is designed to integrate easily within your existing navigation framework or as a stand alone tool. Users can bookmark deep links and jump to them via the button in the tool bar.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user