Skip to content

Commit 63f39ce

Browse files
committed
Remove references to twitter
1 parent 35ac59d commit 63f39ce

36 files changed

+58
-127
lines changed

docs/_component/foot-site.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ export function FootSite() {
2727
Site on <a href={new URL('docs/', config.ghTree).href}>GitHub</a>
2828
</small>
2929
<br />
30-
<small>
31-
Updates on <a href={config.twitter.href}>Twitter</a>
32-
</small>
33-
<br />
3430
<small>
3531
Updates as <a href="/rss.xml">RSS feed</a>
3632
</small>

docs/_component/icon/twitter.jsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/_component/layout.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ export function Layout(properties) {
144144
const creditsList = metaAuthors.map(function (d, i) {
145145
const href = d.github
146146
? 'https://github.com/' + d.github
147-
: d.twitter
148-
? 'https://twitter.com/' + d.twitter
149-
: d.url || undefined
147+
: d.url || undefined
150148
return (
151149
<span key={d.name}>
152150
{i ? ', ' : ''}

docs/_component/nav-site.jsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import {config} from '../_config.js'
1717
import {GitHub} from './icon/github.jsx'
1818
import {Mdx} from './icon/mdx.jsx'
1919
import {OpenCollective} from './icon/open-collective.jsx'
20-
import {Twitter} from './icon/twitter.jsx'
2120
import {NavigationGroup} from './nav.jsx'
2221

2322
export function NavigationSiteSkip() {
@@ -72,11 +71,6 @@ export function NavigationSite(properties) {
7271
<GitHub />
7372
</a>
7473
</li>
75-
<li className="navigation-show-big">
76-
<a href={config.twitter.href}>
77-
<Twitter />
78-
</a>
79-
</li>
8074
<li className="navigation-show-big">
8175
<a href={config.oc.href}>
8276
<OpenCollective />

docs/_config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ export const config = {
1414
output: new URL('public/', git),
1515
site,
1616
tags: ['mdx', 'markdown', 'jsx', 'oss', 'react'],
17-
title: 'MDX',
18-
twitter: new URL('https://twitter.com/mdx_js')
17+
title: 'MDX'
1918
}
2019

2120
/** @type {Record<string, string>} */

docs/blog/conf.mdx

Lines changed: 18 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'
22

33
export const info = {
44
author: [
5-
{github: 'johno', name: 'John Otander', twitter: '4lpine'}
5+
{github: 'johno', name: 'John Otander'}
66
],
77
modified: new Date('2025-01-27'),
88
published: new Date('2020-07-31')
@@ -42,51 +42,51 @@ content authoring, and even peek behind the curtains to see how MDX works.
4242

4343
## Speakers
4444

45-
### [Chris Biscardi][chrisbiscardi]
45+
### Chris Biscardi
4646

47-
[![](https://github.com/ChristopherBiscardi.png?size=200)][chrisbiscardi]
47+
![](https://github.com/ChristopherBiscardi.png?size=200)]
4848

4949
Keynote: The past, present, and future of MDX
5050

51-
### [Monica Powell][waterproofheart]
51+
### Monica Powell
5252

53-
[![](https://github.com/M0nica.png?size=200)][waterproofheart]
53+
![](https://github.com/M0nica.png?size=200)
5454

5555
Migrating to MDX
5656

57-
### [Laurie Barth][laurieontech]
57+
### Laurie Barth
5858

59-
[![](https://github.com/laurieontech.png?size=200)][laurieontech]
59+
![](https://github.com/laurieontech.png?size=200)
6060

6161
MDX v2 syntax
6262

63-
### [Cole Bemis][colebemis]
63+
### Cole Bemis
6464

65-
[![](https://github.com/colebemis.png?size=200)][colebemis]
65+
![](https://github.com/colebemis.png?size=200)
6666

6767
Demystifying MDX
6868

69-
### [Prince Wilson][maxcell]
69+
### Prince Wilson
7070

71-
[![](https://github.com/maxcell.png?size=200)][maxcell]
71+
![](https://github.com/maxcell.png?size=200)
7272

7373
Personal site playgrounds
7474

75-
### [Kathleen McMahon][resource11]
75+
### Kathleen McMahon
7676

77-
[![](https://github.com/resource11.png?size=200)][resource11]
77+
![](https://github.com/resource11.png?size=200)
7878

7979
Digital gardening with MDX magic
8080

81-
### [Rodrigo Pombo][pomber]
81+
### Rodrigo Pombo
8282

83-
[![](https://github.com/pomber.png?size=200)][pomber]
83+
![](https://github.com/pomber.png?size=200)
8484

8585
The X in MDX
8686

87-
### [Jonathan Bakebwa][codebender828]
87+
### Jonathan Bakebwa
8888

89-
[![](https://github.com/codebender828.png?size=200)][codebender828]
89+
![](https://github.com/codebender828.png?size=200)
9090

9191
MDX and Vue/Nuxt
9292

@@ -118,26 +118,8 @@ We will have moderators to ensure that the code of conduct is followed.
118118

119119
### Do you have a different question?
120120

121-
Reach out to us on [Twitter][].
122-
123-
[chrisbiscardi]: https://twitter.com/chrisbiscardi
121+
Reach out to us.
124122

125123
[coc]: https://github.com/partycorgi/partycorgi/blob/corgi/CODE_OF_CONDUCT.md
126124

127-
[codebender828]: https://twitter.com/codebender828
128-
129-
[colebemis]: https://twitter.com/colebemis
130-
131125
[first commit]: https://github.com/mdx-js/mdx/commit/dee47dc20b08d534132e3b966cdccf3b88c7bca5
132-
133-
[laurieontech]: https://twitter.com/laurieontech
134-
135-
[maxcell]: https://twitter.com/maxcell
136-
137-
[pomber]: https://twitter.com/pomber
138-
139-
[resource11]: https://twitter.com/resource11
140-
141-
[twitter]: https://twitter.com/mdx_js
142-
143-
[waterproofheart]: https://twitter.com/waterproofheart

docs/blog/custom-pragma.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'
22

33
export const info = {
44
author: [
5-
{github: 'christopherbiscardi', name: 'Chris Biscardi', twitter: 'chrisbiscardi'}
5+
{github: 'christopherbiscardi', name: 'Chris Biscardi'}
66
],
77
modified: new Date('2021-11-01'),
88
published: new Date('2019-03-11')

docs/blog/shortcodes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'
22

33
export const info = {
44
author: [
5-
{github: 'johno', name: 'John Otander', twitter: '4lpine'}
5+
{github: 'johno', name: 'John Otander'}
66
],
77
modified: new Date('2021-11-01'),
88
published: new Date('2019-05-14')

docs/blog/v1.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'
22

33
export const info = {
44
author: [
5-
{github: 'johno', name: 'John Otander', twitter: '4lpine'}
5+
{github: 'johno', name: 'John Otander'}
66
],
77
modified: new Date('2025-01-27'),
88
published: new Date('2019-04-11')
@@ -77,7 +77,7 @@ for implementing this feature.
7777
**Good libraries need great docs**, so we’ve been working on adding content and
7878
improving the overall documentation website experience.
7979

80-
* [Search (thanks Algolia)](https://mobile.twitter.com/4lpine/status/1114270174096412672)
80+
* Search (thanks Algolia)
8181
* [Guides](/guides/)
8282
* [Automatic deployment via ZEIT][zeit]
8383
* [Custom Gatsby theme][gatsbyjs]

docs/blog/v2.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {Note} from '../_component/note.jsx'
22
export const info = {
33
author: [
4-
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
4+
{github: 'wooorm', name: 'Titus Wormer'}
55
],
66
modified: new Date('2025-01-27'),
77
published: new Date('2022-02-01')
@@ -131,7 +131,7 @@ We also added support for JavaScript expressions, take for example:
131131
```mdx path="expressions.mdx"
132132
export const authors = [
133133
{name: 'Jane', email: '[email protected]'},
134-
{name: 'John', twitter: '@john2002'}
134+
{name: 'John', github: '@johno'}
135135
]
136136
export const published = new Date('2022-02-01')
137137

0 commit comments

Comments
 (0)