Skip to content

Commit

Permalink
Remove references to twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 4, 2025
1 parent 35ac59d commit a2c6d1a
Show file tree
Hide file tree
Showing 36 changed files with 58 additions and 127 deletions.
4 changes: 0 additions & 4 deletions docs/_component/foot-site.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ export function FootSite() {
Site on <a href={new URL('docs/', config.ghTree).href}>GitHub</a>
</small>
<br />
<small>
Updates on <a href={config.twitter.href}>Twitter</a>
</small>
<br />
<small>
Updates as <a href="/rss.xml">RSS feed</a>
</small>
Expand Down
20 changes: 0 additions & 20 deletions docs/_component/icon/twitter.jsx

This file was deleted.

4 changes: 1 addition & 3 deletions docs/_component/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ export function Layout(properties) {
const creditsList = metaAuthors.map(function (d, i) {
const href = d.github
? 'https://github.com/' + d.github
: d.twitter
? 'https://twitter.com/' + d.twitter
: d.url || undefined
: d.url || undefined
return (
<span key={d.name}>
{i ? ', ' : ''}
Expand Down
6 changes: 0 additions & 6 deletions docs/_component/nav-site.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {config} from '../_config.js'
import {GitHub} from './icon/github.jsx'
import {Mdx} from './icon/mdx.jsx'
import {OpenCollective} from './icon/open-collective.jsx'
import {Twitter} from './icon/twitter.jsx'
import {NavigationGroup} from './nav.jsx'

export function NavigationSiteSkip() {
Expand Down Expand Up @@ -72,11 +71,6 @@ export function NavigationSite(properties) {
<GitHub />
</a>
</li>
<li className="navigation-show-big">
<a href={config.twitter.href}>
<Twitter />
</a>
</li>
<li className="navigation-show-big">
<a href={config.oc.href}>
<OpenCollective />
Expand Down
3 changes: 1 addition & 2 deletions docs/_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export const config = {
output: new URL('public/', git),
site,
tags: ['mdx', 'markdown', 'jsx', 'oss', 'react'],
title: 'MDX',
twitter: new URL('https://twitter.com/mdx_js')
title: 'MDX'
}

/** @type {Record<string, string>} */
Expand Down
54 changes: 18 additions & 36 deletions docs/blog/conf.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'

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

## Speakers

### [Chris Biscardi][chrisbiscardi]
### [Chris Biscardi]

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

Keynote: The past, present, and future of MDX

### [Monica Powell][waterproofheart]
### [Monica Powell]

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

Migrating to MDX

### [Laurie Barth][laurieontech]
### [Laurie Barth]

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

MDX v2 syntax

### [Cole Bemis][colebemis]
### [Cole Bemis]

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

Demystifying MDX

### [Prince Wilson][maxcell]
### [Prince Wilson]

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

Personal site playgrounds

### [Kathleen McMahon][resource11]
### [Kathleen McMahon]

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

Digital gardening with MDX magic

### [Rodrigo Pombo][pomber]
### [Rodrigo Pombo]

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

The X in MDX

### [Jonathan Bakebwa][codebender828]
### [Jonathan Bakebwa]

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

MDX and Vue/Nuxt

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

### Do you have a different question?

Reach out to us on [Twitter][].

[chrisbiscardi]: https://twitter.com/chrisbiscardi
Reach out to us.

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

[codebender828]: https://twitter.com/codebender828

[colebemis]: https://twitter.com/colebemis

[first commit]: https://github.com/mdx-js/mdx/commit/dee47dc20b08d534132e3b966cdccf3b88c7bca5

[laurieontech]: https://twitter.com/laurieontech

[maxcell]: https://twitter.com/maxcell

[pomber]: https://twitter.com/pomber

[resource11]: https://twitter.com/resource11

[twitter]: https://twitter.com/mdx_js

[waterproofheart]: https://twitter.com/waterproofheart
2 changes: 1 addition & 1 deletion docs/blog/custom-pragma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'

export const info = {
author: [
{github: 'christopherbiscardi', name: 'Chris Biscardi', twitter: 'chrisbiscardi'}
{github: 'christopherbiscardi', name: 'Chris Biscardi'}
],
modified: new Date('2021-11-01'),
published: new Date('2019-03-11')
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/shortcodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'

export const info = {
author: [
{github: 'johno', name: 'John Otander', twitter: '4lpine'}
{github: 'johno', name: 'John Otander'}
],
modified: new Date('2021-11-01'),
published: new Date('2019-05-14')
Expand Down
4 changes: 2 additions & 2 deletions docs/blog/v1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'

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

* [Search (thanks Algolia)](https://mobile.twitter.com/4lpine/status/1114270174096412672)
* Search (thanks Algolia)
* [Guides](/guides/)
* [Automatic deployment via ZEIT][zeit]
* [Custom Gatsby theme][gatsbyjs]
Expand Down
4 changes: 2 additions & 2 deletions docs/blog/v2.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Note} from '../_component/note.jsx'
export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2022-02-01')
Expand Down Expand Up @@ -131,7 +131,7 @@ We also added support for JavaScript expressions, take for example:
```mdx path="expressions.mdx"
export const authors = [
{name: 'Jane', email: '[email protected]'},
{name: 'John', twitter: '@john2002'}
{name: 'John', github: '@johno'}
]
export const published = new Date('2022-02-01')

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/v3.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Note} from '../_component/note.jsx'
export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2023-10-24')
Expand Down
4 changes: 2 additions & 2 deletions docs/community/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'

export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2021-10-06')
Expand Down Expand Up @@ -119,7 +119,7 @@ The following articles inspired `@mdx-js/*` originally:

[design]: https://github.com/mdx-js/design

[evil rabbit]: https://twitter.com/evilrabbit_
[evil rabbit]: https://evilrabb.it

[governance]: https://github.com/unifiedjs/collective

Expand Down
6 changes: 2 additions & 4 deletions docs/community/contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'

export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2018-11-04')
Expand Down Expand Up @@ -60,7 +60,7 @@ bug or suggest a new feature before creating a pull request.
* Include as much information as possible: steps to reproduce the issue,
error message, version, operating system, etcetera
* The more time you put into an issue, the better we will be able to help you
* The best issue report is a [failing test][unit-test] proving it
* The best issue report is a failing test proving it

## Submitting a pull request

Expand Down Expand Up @@ -133,5 +133,3 @@ To release a new version, do:
[sponsor]: /community/sponsor/

[support]: /community/support/

[unit-test]: https://twitter.com/sindresorhus/status/579306280495357953
2 changes: 1 addition & 1 deletion docs/community/projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'

export const info = {
author: [
{github: 'johno', name: 'John Otander', twitter: '4lpine'}
{github: 'johno', name: 'John Otander'}
],
modified: new Date('2021-11-01'),
published: new Date('2018-08-11')
Expand Down
2 changes: 1 addition & 1 deletion docs/community/sponsor.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2021-10-06'),
Expand Down
2 changes: 1 addition & 1 deletion docs/community/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'

export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2019-07-03')
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/extending-mdx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'

export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2021-10-06')
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'

export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2021-10-05')
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/troubleshooting-mdx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'

export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2021-10-18')
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/using-mdx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'

export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2021-09-30')
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/what-is-mdx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import {Note} from '../_component/note.jsx'

export const info = {
author: [
{github: 'johno', name: 'John Otander', twitter: '4lpine'},
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'johno', name: 'John Otander'},
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2018-08-11')
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/embed.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2021-10-06')
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/frontmatter.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2021-10-06')
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/gfm.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2021-10-06')
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/injecting-components.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2024-07-04'),
published: new Date('2023-10-24')
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/math.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Note} from '../_component/note.jsx'

export const info = {
author: [
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
{github: 'wooorm', name: 'Titus Wormer'}
],
modified: new Date('2025-01-27'),
published: new Date('2021-10-06')
Expand Down
Loading

0 comments on commit a2c6d1a

Please sign in to comment.