-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: generate website documents correctly for 2.0 (#1494)
Co-authored-by: Christian Murphy <[email protected]>
- Loading branch information
1 parent
a95e0dd
commit 4700f39
Showing
16 changed files
with
620 additions
and
894 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
| Tag | Name | Syntax | | ||
| --------------- | -------------------------------------------------------------------- | --------------------------------------------------- | | ||
| `p` | [Paragraph](https://github.com/syntax-tree/mdast#paragraph) | | | ||
| `h1` | [Heading 1](https://github.com/syntax-tree/mdast#heading) | `#` | | ||
| `h2` | [Heading 2](https://github.com/syntax-tree/mdast#heading) | `##` | | ||
| `h3` | [Heading 3](https://github.com/syntax-tree/mdast#heading) | `###` | | ||
| `h4` | [Heading 4](https://github.com/syntax-tree/mdast#heading) | `####` | | ||
| `h5` | [Heading 5](https://github.com/syntax-tree/mdast#heading) | `#####` | | ||
| `h6` | [Heading 6](https://github.com/syntax-tree/mdast#heading) | `######` | | ||
| `blockquote` | [Blockquote](https://github.com/syntax-tree/mdast#blockquote) | `>` | | ||
| `ul` | [List](https://github.com/syntax-tree/mdast#list) | `-` | | ||
| `ol` | [Ordered list](https://github.com/syntax-tree/mdast#list) | `1.` | | ||
| `li` | [List item](https://github.com/syntax-tree/mdast#listitem) | | | ||
| `table` | [Table](https://github.com/syntax-tree/mdast#table) | | | ||
| `thead` | [Table head](https://github.com/syntax-tree/mdast#table) | | | ||
| `tbody` | [Table body](https://github.com/syntax-tree/mdast#table) | | | ||
| `tr` | [Table row](https://github.com/syntax-tree/mdast#tablerow) | | | ||
| `td`/`th` | [Table cell](https://github.com/syntax-tree/mdast#tablecell) | | | ||
| `code` | [Code](https://github.com/syntax-tree/mdast#code) | ` ```code``` ` | | ||
| `inlineCode` | [InlineCode](https://github.com/syntax-tree/mdast#inlinecode) | `` `inlineCode` `` | | ||
| `pre` | [Code](https://github.com/syntax-tree/mdast#code) | ` ```code``` ` | | ||
| `em` | [Emphasis](https://github.com/syntax-tree/mdast#emphasis) | `_emphasis_` | | ||
| `strong` | [Strong](https://github.com/syntax-tree/mdast#strong) | `**strong**` | | ||
| `del` | [Delete](https://github.com/syntax-tree/mdast#delete) | `~~strikethrough~~` | | ||
| `hr` | [Thematic break](https://github.com/syntax-tree/mdast#thematicbreak) | `---` or `***` | | ||
| `a` | [Link](https://github.com/syntax-tree/mdast#link) | `<https://mdxjs.com>` or `[MDX](https://mdxjs.com)` | | ||
| `img` | [Image](https://github.com/syntax-tree/mdast#image) | `![alt](https://mdx-logo.now.sh)` | | ||
| Tag | Name | Syntax | | ||
| ------------ | -------------------------------------------------------------------- | --------------------------------------------------- | | ||
| `p` | [Paragraph](https://github.com/syntax-tree/mdast#paragraph) | | | ||
| `h1` | [Heading 1](https://github.com/syntax-tree/mdast#heading) | `#` | | ||
| `h2` | [Heading 2](https://github.com/syntax-tree/mdast#heading) | `##` | | ||
| `h3` | [Heading 3](https://github.com/syntax-tree/mdast#heading) | `###` | | ||
| `h4` | [Heading 4](https://github.com/syntax-tree/mdast#heading) | `####` | | ||
| `h5` | [Heading 5](https://github.com/syntax-tree/mdast#heading) | `#####` | | ||
| `h6` | [Heading 6](https://github.com/syntax-tree/mdast#heading) | `######` | | ||
| `blockquote` | [Blockquote](https://github.com/syntax-tree/mdast#blockquote) | `>` | | ||
| `ul` | [List](https://github.com/syntax-tree/mdast#list) | `-` | | ||
| `ol` | [Ordered list](https://github.com/syntax-tree/mdast#list) | `1.` | | ||
| `li` | [List item](https://github.com/syntax-tree/mdast#listitem) | | | ||
| `table` | [Table](https://github.com/syntax-tree/mdast#table) | | | ||
| `thead` | [Table head](https://github.com/syntax-tree/mdast#table) | | | ||
| `tbody` | [Table body](https://github.com/syntax-tree/mdast#table) | | | ||
| `tr` | [Table row](https://github.com/syntax-tree/mdast#tablerow) | | | ||
| `td`/`th` | [Table cell](https://github.com/syntax-tree/mdast#tablecell) | | | ||
| `code` | [Code](https://github.com/syntax-tree/mdast#code) | ` ```code``` ` | | ||
| `inlineCode` | [InlineCode](https://github.com/syntax-tree/mdast#inlinecode) | `` `inlineCode` `` | | ||
| `pre` | [Code](https://github.com/syntax-tree/mdast#code) | ` ```code``` ` | | ||
| `em` | [Emphasis](https://github.com/syntax-tree/mdast#emphasis) | `_emphasis_` | | ||
| `strong` | [Strong](https://github.com/syntax-tree/mdast#strong) | `**strong**` | | ||
| `del` | [Delete](https://github.com/syntax-tree/mdast#delete) | `~~strikethrough~~` | | ||
| `hr` | [Thematic break](https://github.com/syntax-tree/mdast#thematicbreak) | `---` or `***` | | ||
| `a` | [Link](https://github.com/syntax-tree/mdast#link) | `<https://mdxjs.com>` or `[MDX](https://mdxjs.com)` | | ||
| `img` | [Image](https://github.com/syntax-tree/mdast#image) | `![alt](https://mdx-logo.now.sh)` | |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"overrides": [ | ||
{ | ||
"files": "./conf.mdx", | ||
"globals": { | ||
"Speaker": "readonly", | ||
"SpeakerList": "readonly" | ||
} | ||
} | ||
] | ||
} |
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,22 @@ | ||
diff --git a/node_modules/gatsby-theme-mdx1/src/components/header.js b/node_modules/gatsby-theme-mdx1/src/components/header.js | ||
index e82254e..1978a3b 100644 | ||
--- a/node_modules/gatsby-theme-mdx1/src/components/header.js | ||
+++ b/node_modules/gatsby-theme-mdx1/src/components/header.js | ||
@@ -1,7 +1,7 @@ | ||
import React from 'react' | ||
import {Link} from 'gatsby' | ||
import {css} from 'theme-ui' | ||
-import pkg from '@mdx-js/mdx/package.json' | ||
+import pkg from '../../../../packages/mdx/package.json' | ||
import Burger from './burger' | ||
import theme from './theme' | ||
import DarkToggle from './dark-toggle' | ||
diff --git a/node_modules/gatsby-theme-mdx1/src/components/skip-nav.js b/node_modules/gatsby-theme-mdx1/src/components/skip-nav.js | ||
index ad2d200..66baefb 100644 | ||
--- a/node_modules/gatsby-theme-mdx1/src/components/skip-nav.js | ||
+++ b/node_modules/gatsby-theme-mdx1/src/components/skip-nav.js | ||
@@ -1,3 +1,4 @@ | ||
+import '@reach/skip-nav/styles.css' | ||
import React from 'react' | ||
import {SkipNavLink as Link} from '@reach/skip-nav' | ||
export {SkipNavContent} from '@reach/skip-nav' |
Oops, something went wrong.
4700f39
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: