-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix several minor issues in the docs (#734)
* Add tabs and admonition to clarify modpack namespace confusion * Update Docusaurus to 2.4.3 to fix broken tab label formatting * Fix 404 error on /docs route * Add undocumented entry_color field to entry.json reference
- Loading branch information
1 parent
c9053e6
commit 13883fc
Showing
5 changed files
with
236 additions
and
188 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import React from 'react'; | ||
import {Redirect} from '@docusaurus/router'; | ||
|
||
export default () => { | ||
return <Redirect to="docs/intro" />; | ||
}; |
Oops, something went wrong.