Skip to content

Commit b9487d4

Browse files
chore: make docs MDX-compatible (#1724)
Required since Gatsby ingests the .md files as MDX, and GFM syntax causes the build to break.
1 parent 2e06d81 commit b9487d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/contributor-info/pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ When making doc changes, we want the change to work on both the gitbook and the
3737

3838
### Links to other docs:
3939

40-
- When making references to doc files, use a full URL to <https://www.shakacode.com/react-on-rails/docs>, for example:
40+
- When making references to doc files, use a full URL to [https://www.shakacode.com/react-on-rails/docs](https://www.shakacode.com/react-on-rails/docs), for example:
4141
`[Installation Overview](https://www.shakacode.com/react-on-rails/docs/additional-details/manual-installation-overview/)`
4242

4343
- When making references to source code files, use a full GitHub URL, for example:

docs/guides/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ You can find it here:
1919

2020
By the time you read this, the latest may have changed. Be sure to check the versions here:
2121

22-
- <https://rubygems.org/gems/react_on_rails>
23-
- <https://www.npmjs.com/package/react-on-rails>
22+
- [https://rubygems.org/gems/react_on_rails](https://rubygems.org/gems/react_on_rails)
23+
- [https://www.npmjs.com/package/react-on-rails](https://www.npmjs.com/package/react-on-rails)
2424

2525
# Table of Content:
2626

0 commit comments

Comments
 (0)