Skip to content

Commit a8b18bd

Browse files
committed
chore: Remove obsolete blog posts and related files
1 parent d05d8ca commit a8b18bd

9 files changed

Lines changed: 13 additions & 204 deletions

File tree

website/blog/2019-05-28-first-blog-post.md

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

website/blog/2019-05-29-long-blog-post.md

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

website/blog/2021-08-01-mdx-blog-post.mdx

Lines changed: 0 additions & 24 deletions
This file was deleted.
-93.9 KB
Binary file not shown.

website/blog/2021-08-26-welcome/index.md

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

website/blog/authors.yml

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
1-
yangshun:
2-
name: Yangshun Tay
3-
title: Front End Engineer @ Facebook
4-
url: https://github.com/yangshun
5-
image_url: https://github.com/yangshun.png
6-
page: true
7-
socials:
8-
x: yangshunz
9-
github: yangshun
10-
11-
slorber:
12-
name: Sébastien Lorber
13-
title: Docusaurus maintainer
14-
url: https://sebastienlorber.com
15-
image_url: https://github.com/slorber.png
16-
page:
17-
# customize the url of the author page at /blog/authors/<permalink>
18-
permalink: '/all-sebastien-lorber-articles'
19-
socials:
20-
x: sebastienlorber
21-
linkedin: sebastienlorber
22-
github: slorber
23-
newsletter: https://thisweekinreact.com
1+
# Add Comet blog authors here
2+
# Example:
3+
# username:
4+
# name: Full Name
5+
# title: Role
6+
# url: https://github.com/username
7+
# image_url: https://github.com/username.png

website/blog/tags.yml

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
facebook:
2-
label: Facebook
3-
permalink: /facebook
4-
description: Facebook tag description
5-
6-
hello:
7-
label: Hello
8-
permalink: /hello
9-
description: Hello tag description
10-
11-
docusaurus:
12-
label: Docusaurus
13-
permalink: /docusaurus
14-
description: Docusaurus tag description
15-
16-
hola:
17-
label: Hola
18-
permalink: /hola
19-
description: Hola tag description
1+
# Add blog post tags here
2+
# Example:
3+
# tagname:
4+
# label: Tag Name
5+
# permalink: /tagname
6+
# description: Tag description

website/docs/guides/cli-reference.md

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -418,49 +418,3 @@ If a command fails partway through:
418418
This action is dangerous
419419

420420
:::
421-
422-
## MDX and React Components
423-
424-
[MDX](https://mdxjs.com/) can make your documentation more **interactive** and allows using any **React components inside Markdown**:
425-
426-
```jsx
427-
export const Highlight = ({children, color}) => (
428-
<span
429-
style={{
430-
backgroundColor: color,
431-
borderRadius: '20px',
432-
color: '#fff',
433-
padding: '10px',
434-
cursor: 'pointer',
435-
}}
436-
onClick={() => {
437-
alert(`You clicked the color ${color} with label ${children}`)
438-
}}>
439-
{children}
440-
</span>
441-
);
442-
443-
This is <Highlight color="#25c2a0">Docusaurus green</Highlight> !
444-
445-
This is <Highlight color="#1877F2">Facebook blue</Highlight> !
446-
```
447-
448-
export const Highlight = ({children, color}) => (
449-
<span
450-
style={{
451-
backgroundColor: color,
452-
borderRadius: '20px',
453-
color: '#fff',
454-
padding: '10px',
455-
cursor: 'pointer',
456-
}}
457-
onClick={() => {
458-
alert(`You clicked the color ${color} with label ${children}`);
459-
}}>
460-
{children}
461-
</span>
462-
);
463-
464-
This is <Highlight color="#25c2a0">Docusaurus green</Highlight> !
465-
466-
This is <Highlight color="#1877F2">Facebook blue</Highlight> !

website/src/pages/markdown-page.md

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

0 commit comments

Comments
 (0)