Skip to content

Commit 55695c3

Browse files
committed
Update index.html for website
1 parent e91b976 commit 55695c3

File tree

1 file changed

+31
-41
lines changed

1 file changed

+31
-41
lines changed

website/src/index.html

Lines changed: 31 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,35 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<head>
3-
<meta charset="utf-8" />
4-
<title>react-docgen Playground</title>
5-
<meta
6-
name="viewport"
7-
content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width"
8-
/>
9-
<meta name="keywords" content="react,reactjs,react-docgen,playground" />
10-
<meta
11-
name="description"
12-
content="A CLI and toolbox to extract information from React component files for documentation generation purposes."
13-
/>
14-
<meta property="og:locale" content="en-us" />
15-
<meta property="og:title" content="react-docgen" />
16-
<meta
17-
property="og:description"
18-
content="A CLI and toolbox to extract information from React component files for documentation generation purposes."
19-
/>
20-
<meta property="og:url" content="http://reactcommunity.org/react-docgen" />
21-
<meta property="og:site_name" content="react-docgen" />
22-
<meta property="og:type" content="article" />
3+
<meta charset="utf-8">
4+
<title>react-docgen Playground</title>
5+
<meta name="keywords" content="react,reactjs,react-docgen,playground,flow,javascript">
6+
<meta name="description" content="A CLI and toolbox to extract information from React component files for documentation generation purposes.">
7+
<meta property="og:locale" content="en-us">
8+
<meta property="og:title" content="react-docgen">
9+
<meta property="og:description" content="A CLI and toolbox to extract information from React component files for documentation generation purposes.">
10+
<meta property="og:url" content="https://reactcommunity.org/react-docgen/">
11+
<meta property="og:site_name" content="react-docgen">
12+
<meta property="og:type" content="article">
2313
</head>
2414
<body>
25-
<header class="page-header">
26-
<h1 class="page-title">react-docgen: <span class="subtitle">PLAYGROUND</span></h1>
27-
<a class="nav-link" href="https://github.com/reactjs/react-docgen">
28-
<span class="view-github">View on Github</span>
29-
<svg
30-
version="1.1"
31-
width="16"
32-
height="16"
33-
viewBox="0 0 16 16"
34-
class="octicon octicon-mark-github"
35-
aria-hidden="true"
36-
>
37-
<path
38-
fill-rule="evenodd"
39-
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"
40-
></path>
41-
</svg>
42-
</div>
43-
</header>
44-
<div id="root"></div>
15+
<header class="page-header">
16+
<h1 class="page-title">react-docgen: <span class="subtitle">PLAYGROUND</span></h1>
17+
<a class="nav-link" href="https://github.com/reactjs/react-docgen">
18+
<span class="view-github">View on Github</span>
19+
<svg
20+
version="1.1"
21+
width="16"
22+
height="16"
23+
viewBox="0 0 16 16"
24+
class="octicon octicon-mark-github"
25+
aria-hidden="true"
26+
>
27+
<path
28+
fill-rule="evenodd"
29+
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"
30+
></path>
31+
</svg>
32+
</div>
33+
</header>
34+
<div id="root"></div>
4535
</body>

0 commit comments

Comments
 (0)