Skip to content

Commit a1c9a90

Browse files
committed
add docusaurus
1 parent 23f745d commit a1c9a90

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+11295
-371
lines changed

doc/.docusaurus/client-modules.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export default [
2+
require("/Users/apple/side-proj/react-native-youtube-iframe/doc/node_modules/remark-admonitions/styles/infima.css"),
3+
require("/Users/apple/side-proj/react-native-youtube-iframe/doc/node_modules/remark-admonitions/styles/infima.css"),
4+
require("/Users/apple/side-proj/react-native-youtube-iframe/doc/node_modules/remark-admonitions/styles/infima.css"),
5+
require("/Users/apple/side-proj/react-native-youtube-iframe/doc/node_modules/infima/dist/css/default/default.css"),
6+
require("/Users/apple/side-proj/react-native-youtube-iframe/doc/node_modules/@docusaurus/theme-classic/src/prism-include-languages"),
7+
require("/Users/apple/side-proj/react-native-youtube-iframe/doc/src/css/custom.css"),
8+
];
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"permalink": "/blog",
3+
"page": 1,
4+
"postsPerPage": 10,
5+
"totalPages": 1,
6+
"totalCount": 3,
7+
"previousPage": null,
8+
"nextPage": null,
9+
"blogDescription": "Blog"
10+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"allTagsPath": "/blog/tags",
3+
"slug": "docusaurus",
4+
"name": "docusaurus",
5+
"count": 3,
6+
"permalink": "/blog/tags/docusaurus"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"allTagsPath": "/blog/tags",
3+
"slug": "facebook",
4+
"name": "facebook",
5+
"count": 1,
6+
"permalink": "/blog/tags/facebook"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"allTagsPath": "/blog/tags",
3+
"slug": "hello",
4+
"name": "hello",
5+
"count": 2,
6+
"permalink": "/blog/tags/hello"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"allTagsPath": "/blog/tags",
3+
"slug": "hola",
4+
"name": "hola",
5+
"count": 1,
6+
"permalink": "/blog/tags/hola"
7+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"facebook": {
3+
"allTagsPath": "/blog/tags",
4+
"slug": "facebook",
5+
"name": "facebook",
6+
"count": 1,
7+
"permalink": "/blog/tags/facebook"
8+
},
9+
"hello": {
10+
"allTagsPath": "/blog/tags",
11+
"slug": "hello",
12+
"name": "hello",
13+
"count": 2,
14+
"permalink": "/blog/tags/hello"
15+
},
16+
"docusaurus": {
17+
"allTagsPath": "/blog/tags",
18+
"slug": "docusaurus",
19+
"name": "docusaurus",
20+
"count": 3,
21+
"permalink": "/blog/tags/docusaurus"
22+
},
23+
"hola": {
24+
"allTagsPath": "/blog/tags",
25+
"slug": "hola",
26+
"name": "hola",
27+
"count": 1,
28+
"permalink": "/blog/tags/hola"
29+
}
30+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"permalink": "/blog/hola",
3+
"editUrl": "https://github.com/facebook/docusaurus/edit/master/website/blog/blog/2019-05-28-hola.md",
4+
"source": "@site/blog/2019-05-28-hola.md",
5+
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet",
6+
"date": "2019-05-28T00:00:00.000Z",
7+
"tags": [
8+
{
9+
"label": "hola",
10+
"permalink": "/blog/tags/hola"
11+
},
12+
{
13+
"label": "docusaurus",
14+
"permalink": "/blog/tags/docusaurus"
15+
}
16+
],
17+
"title": "Hola",
18+
"readingTime": 0.12,
19+
"truncated": false,
20+
"prevItem": {
21+
"title": "Hello",
22+
"permalink": "/blog/hello-world"
23+
}
24+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"permalink": "/blog/hello-world",
3+
"editUrl": "https://github.com/facebook/docusaurus/edit/master/website/blog/blog/2019-05-29-hello-world.md",
4+
"source": "@site/blog/2019-05-29-hello-world.md",
5+
"description": "Welcome to this blog. This blog is created with Docusaurus 2 alpha.",
6+
"date": "2019-05-29T00:00:00.000Z",
7+
"tags": [
8+
{
9+
"label": "hello",
10+
"permalink": "/blog/tags/hello"
11+
},
12+
{
13+
"label": "docusaurus",
14+
"permalink": "/blog/tags/docusaurus"
15+
}
16+
],
17+
"title": "Hello",
18+
"readingTime": 0.12,
19+
"truncated": true,
20+
"prevItem": {
21+
"title": "Welcome",
22+
"permalink": "/blog/welcome"
23+
},
24+
"nextItem": {
25+
"title": "Hola",
26+
"permalink": "/blog/hola"
27+
}
28+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"permalink": "/blog/welcome",
3+
"editUrl": "https://github.com/facebook/docusaurus/edit/master/website/blog/blog/2019-05-30-welcome.md",
4+
"source": "@site/blog/2019-05-30-welcome.md",
5+
"description": "Blog features are powered by the blog plugin. Simply add files to the blog directory. It supports tags as well!",
6+
"date": "2019-05-30T00:00:00.000Z",
7+
"tags": [
8+
{
9+
"label": "facebook",
10+
"permalink": "/blog/tags/facebook"
11+
},
12+
{
13+
"label": "hello",
14+
"permalink": "/blog/tags/hello"
15+
},
16+
{
17+
"label": "docusaurus",
18+
"permalink": "/blog/tags/docusaurus"
19+
}
20+
],
21+
"title": "Welcome",
22+
"readingTime": 0.175,
23+
"truncated": false,
24+
"nextItem": {
25+
"title": "Hello",
26+
"permalink": "/blog/hello-world"
27+
}
28+
}

0 commit comments

Comments
 (0)