diff --git a/CNAME b/CNAME deleted file mode 100644 index c8e1959e2a..0000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -docusaurus.io \ No newline at end of file diff --git a/blog/2017/09/25/testing-rss.html b/blog/2017/09/25/testing-rss.html deleted file mode 100644 index 482786d858..0000000000 --- a/blog/2017/09/25/testing-rss.html +++ /dev/null @@ -1,21 +0,0 @@ -Adding RSS Support - RSS Truncation Test · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/blog/2017/09/26/adding-rss.html b/blog/2017/09/26/adding-rss.html deleted file mode 100644 index 51a76ce6ef..0000000000 --- a/blog/2017/09/26/adding-rss.html +++ /dev/null @@ -1,19 +0,0 @@ -Adding RSS Support · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/blog/2017/10/24/new-version-1.0.0.html b/blog/2017/10/24/new-version-1.0.0.html deleted file mode 100644 index 3e70acd93d..0000000000 --- a/blog/2017/10/24/new-version-1.0.0.html +++ /dev/null @@ -1,18 +0,0 @@ -New Version 1.0.0 · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/blog/atom.xml b/blog/atom.xml deleted file mode 100644 index b4c65d3b37..0000000000 --- a/blog/atom.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - https://docusaurus.io/blog - Docusaurus Blog - 2017-10-24T06:00:00Z - Feed for Node.js - - The best place to stay up-to-date with the latest Docusaurus news and events. - https://docusaurus.ioimg/docusaurus.svg - Copyright © 2017 Facebook Inc. - - <![CDATA[New Version 1.0.0]]> - https://docusaurus.io/blog/2017/10/24/new-version-1.0.0.html - - - 2017-10-24T06:00:00Z - - - Eric Nakagawa - http://twitter.com/ericnakagawa - - - - <![CDATA[Adding RSS Support]]> - https://docusaurus.io/blog/2017/09/26/adding-rss.html - - - 2017-09-26T06:00:00Z - - - Eric Nakagawa - http://twitter.com/ericnakagawa - - - - <![CDATA[Adding RSS Support - RSS Truncation Test]]> - https://docusaurus.io/blog/2017/09/25/testing-rss.html - - - 2017-09-25T06:00:00Z - - - Eric Nakagawa - http://twitter.com/ericnakagawa - - - \ No newline at end of file diff --git a/blog/feed.xml b/blog/feed.xml deleted file mode 100644 index 6fd7cad0c0..0000000000 --- a/blog/feed.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - Docusaurus Blog - https://docusaurus.io/blog - The best place to stay up-to-date with the latest Docusaurus news and events. - Tue, 24 Oct 2017 06:00:00 GMT - http://blogs.law.harvard.edu/tech/rss - Feed for Node.js - - Docusaurus Blog - https://docusaurus.ioimg/docusaurus.svg - https://docusaurus.io/blog - - Copyright © 2017 Facebook Inc. - - <![CDATA[New Version 1.0.0]]> - https://docusaurus.io/blog/2017/10/24/new-version-1.0.0.html - https://docusaurus.io/blog/2017/10/24/new-version-1.0.0.html - Tue, 24 Oct 2017 06:00:00 GMT - - - - <![CDATA[Adding RSS Support]]> - https://docusaurus.io/blog/2017/09/26/adding-rss.html - https://docusaurus.io/blog/2017/09/26/adding-rss.html - Tue, 26 Sep 2017 06:00:00 GMT - - - - <![CDATA[Adding RSS Support - RSS Truncation Test]]> - https://docusaurus.io/blog/2017/09/25/testing-rss.html - https://docusaurus.io/blog/2017/09/25/testing-rss.html - Mon, 25 Sep 2017 06:00:00 GMT - - - - \ No newline at end of file diff --git a/blog/index.html b/blog/index.html deleted file mode 100644 index 646248bacd..0000000000 --- a/blog/index.html +++ /dev/null @@ -1,22 +0,0 @@ -Blog · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/css/main.css b/css/main.css deleted file mode 100644 index 51bf71b2c9..0000000000 --- a/css/main.css +++ /dev/null @@ -1,1804 +0,0 @@ -/* Reset */ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; -} -/* HTML5 display-role reset for older browsers */ -article, aside, details, figcaption, figure, -footer, header, hgroup, menu, nav, section { - display: block; -} -body { - line-height: 1; -} -ol, ul { - list-style: none; -} -blockquote, q { - quotes: none; -} -blockquote:before, blockquote:after, -q:before, q:after { - content: ''; - content: none; -} -table { - border-collapse: collapse; - border-spacing: 0; -} - -/* Base */ - -body { - background: #f9f9f9; - color: #393939; - font: normal 16px/1.4em -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif; - height: 100vh; - text-align: left; - text-rendering: optimizeLegibility; -} - -p { - line-height: 1.4; -} - -img { - max-width: 100%; - height: auto; -} - -article p img, article iframe { - max-width: 100%; - display: block; - margin-left: auto; - margin-right: auto; -} - -a { - color: #2E8555; - text-decoration: none; -} - -a.anchor { - display: block; - position: relative; - top: -62px; -} - -a.hash-link { - float: left; - padding-right: 4px; - margin-top: 4px; - margin-left: -20px; - line-height: 1.2; - opacity: 0; - transition: opacity 0.3s; -} - -h1:hover .hash-link, -h2:hover .hash-link, -h3:hover .hash-link, -h4:hover .hash-link { - opacity: 0.5; - transition: none; -} -a.hash-link:hover { - opacity: 1!important; - transition: none; -} - -blockquote { - padding: 15px 30px 15px 15px; - margin: 20px 0; - background-color: rgba(204, 122, 111, 0.1); - border-left: 5px solid rgba(191, 87, 73, 0.2); -} - -#fb_oss a { - border: 0; -} - -h1, h2, h3, h4 { - font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif; - font-weight: 300; - color: #2E8555; -} - -h4 { - line-height: 2em; -} - -header h2 { - color: white; - font-size: 20px; -} - -.homeContainer { - background: #fff; - color: #2E8555; - text-align: center; -} - -.homeContainer .homeWrapper { - padding: 2em 10px; -} -.homeContainer .homeWrapper .wrapper { - margin: 0px auto; - max-width: 900px; - padding: 0 20px; -} -.homeContainer .homeWrapper .projectLogo img { - height: 100px; - margin-bottom: 0px; -} -.homeContainer .homeWrapper h1#project_title { - font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif; - font-size: 300%; - letter-spacing: -0.08em; - line-height: 1em; - margin-bottom: 80px; -} -.homeContainer .homeWrapper h2#project_tagline { - font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif; - font-size: 200%; - letter-spacing: -0.04em; - line-height: 1em; -} - -.wrapper { - margin: 0px auto; - max-width: 1100px; - padding: 0 20px; -} - -.projectLogo { - display: none; - pointer-events: none; -} -.projectLogo img { - height: 100px; - margin-bottom: 0px; -} - -.projectIntro { - margin: 40px 0; -} - -.fbossFontLight { - font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif; - font-weight: 300; - font-style: normal; -} - -.fb-like { - display: block; - margin-bottom: 20px; - width: 100%; -} -.center { - display: block; - text-align: center; -} - -.mainContainer { - background: #f9f9f9; - flex: 1; - font-size: 18px; -} -.mainContainer .wrapper { - text-align: left; -} -.mainContainer .wrapper .allShareBlock { - padding: 10px 0; -} -.mainContainer .wrapper .allShareBlock .pluginBlock { - margin: 12px 0; - padding: 0; -} -.mainContainer .wrapper a, -.inner .projectIntro a { - text-decoration: none; -} -.mainContainer .wrapper a:hover, -.mainContainer .wrapper a:focus, -.inner .projectIntro a:hover, -.inner .projectIntro a:focus { - text-decoration: underline; -} -.mainContainer .wrapper em, .mainContainer .wrapper i { - font-style: italic; -} -.mainContainer .wrapper strong, .mainContainer .wrapper b { - font-weight: bold; -} -.container .wrapper h1 { - font-size: 300%; - line-height: 1em; - margin: 0 0 10px 0; - padding: 1.4em 0 1em; - text-align: left; -} -.container .wrapper h2 { - color: #2E8555; - font-size: 22px; - line-height: 1em; - margin-top: 20px; - text-align: left; - padding: 10px 0; -} -.container .wrapper h2.blockHeader { - color: white; - font-size: 22px; - margin-top: 20px; - padding: 10px 0; -} -.container .wrapper h3 { - color: #2E8555; - font-size: 18px; - margin-top: 10px; - padding: 10px 0; -} -.container .wrapper h4 { - color: #2E8555; - font-size: 16px; - font-weight: 300; - margin: 0; - padding: 10px 0 0; -} -.referenceContainer .wrapper h3 { - border-top: 1px solid #e0e0e0; -} -.referenceContainer .wrapper h3:first-of-type { - border: 0; -} -.container .wrapper h4 + p { - padding-top: 0; -} -.mainContainer .wrapper p, -.blockElement p { - padding: 0.8em 0 0 0; -} -.mainContainer .wrapper ul { - list-style: disc; -} -.mainContainer .wrapper ol, .mainContainer .wrapper ul { - padding: 10px 0 0 24px; -} -.mainContainer .wrapper ol li, .mainContainer .wrapper ul li { - margin: 0 0 10px 0; -} -.mainContainer .wrapper p, -.blockElement p, -.mainContainer .wrapper ul li, -.mainContainer .wrapper ol li { - line-height: 1.7; - max-width: 50rem; -} -@media (max-width: 735px) { - .mainContainer .wrapper p, - .blockElement p, - .mainContainer .wrapper ul li, - .mainContainer .wrapper ol li { - font-size: 16px; - } -} -.mainContainer .wrapper strong { - font-weight: bold; -} -.mainContainer .wrapper .post { - position: relative; -} -.mainContainer .wrapper .post.basicPost { - margin-top: 30px; -} -.mainContainer .wrapper .post h2 { - font-size: 130%; -} -.mainContainer .wrapper .post h3 { - font-size: 110%; -} -.mainContainer .wrapper .post h5 { - font-weight: 300; - font-style: italic; -} -.mainContainer .wrapper .post h5 strong { - font-weight: 400; -} -.mainContainer .wrapper .post ol { - list-style: decimal outside none; -} -.mainContainer .wrapper .post .postHeader h1 { - font-size: 150%; - line-height: 1em; - padding: 0; -} -.mainContainer .wrapper .post .postHeader h1 a { - border: none; -} -.mainContainer .wrapper .post .postSocialPlugins { - padding-top: 1em; -} -.mainContainer .wrapper .post .docPagination { - background: #2E8555; - bottom: 0px; - left: 0px; - position: absolute; - right: 0px; -} -.mainContainer .wrapper .post .docPagination .pager { - display: inline-block; - width: 50%; -} -.mainContainer .wrapper .post .docPagination .pagingNext { - float: right; - text-align: right; -} -.mainContainer .wrapper .post .docPagination a { - border: none; - color: #fff; - display: block; - padding: 4px 12px; -} -.mainContainer .wrapper .post .docPagination a:hover { - background-color: #f9f9f9; - color: #393939; -} -.mainContainer .wrapper .post .docPagination a .pagerLabel { - display: inline; -} -.mainContainer .wrapper .post .docPagination a .pagerTitle { - display: none; -} - -.mainContainer .wrapper .post h1, -.mainContainer .wrapper .post h2, -.mainContainer .wrapper .post h3 { - font-weight: 300; -} - -.mainContainer .wrapper .post h4, -.mainContainer .wrapper .post h5, -.mainContainer .wrapper .post h6 { - font-weight: 400; -} - - -#integrations_title { - font-size: 250%; - margin: 80px 0; -} - -.ytVideo { - height: 0; - overflow: hidden; - padding-bottom: 53.4%; - /* 16:9 */ - padding-top: 25px; - position: relative; -} - -.ytVideo iframe, -.ytVideo object, -.ytVideo embed { - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; -} - -.projectTitle { - font-size: 250%; - line-height: 1em; - font-weight: 400; -} - -.projectTitle > small { - display: block; - font-size: 50%; - line-height: 1em; - font-weight: 300; - margin: 0.7em 0 1.3em; -} - -@media only screen and (min-width: 480px) { - h1#project_title { - font-size: 500%; - } - - .projectTitle { - font-size: 300%; - margin: 0.3em 0; - } - - .projectTitle > small { - font-size: 50%; - } - - .projectLogo img { - margin-bottom: 10px; - height: 200px; - } - - .homeContainer .homeWrapper { - padding-left: 10px; - padding-right: 10px; - } - - .mainContainer .wrapper .post h2 { - font-size: 180%; - } - .mainContainer .wrapper .post h3 { - font-size: 120%; - } - .mainContainer .wrapper .post .docPagination a .pagerLabel { - display: none; - } - .mainContainer .wrapper .post .docPagination a .pagerTitle { - display: inline; - } -} -@media only screen and (min-width: 736px) { - .homeContainer .homeWrapper { - position: relative; - } - .homeContainer .homeWrapper #inner { - box-sizing: border-box; - max-width: 600px; - padding-right: 40px; - } - .mainContainer .wrapper .post { - box-sizing: border-box; - display: block; - } - .mainContainer .wrapper .post .postHeader h1 { - font-size: 250%; - } - .mainContainer .wrapper .posts .post { - width: 100%; - } -} -@media only screen and (min-width: 1200px) { - .homeContainer .homeWrapper #inner { - max-width: 750px; - } - - .homeContainer .homeWrapper .projectLogo { - align-items: center; - bottom: 0; - display: flex; - justify-content: flex-end; - left: 0; - padding: 2em 100px 4em; - position: absolute; - right: 0; - top: 0; - } - .homeContainer .homeWrapper .projectLogo img { - height: 100%; - max-height: 250px; - } -} -@media only screen and (min-width: 1500px) { - .homeContainer .homeWrapper #inner { - max-width: 1100px; - padding-bottom: 40px; - padding-top: 40px; - } - - .wrapper { - max-width: 1400px; - } -} -.fixedHeaderContainer { - box-sizing: border-box; - background: #2E8555; - color: #fff; - min-height: 50px; - padding: 9px 0; - position: fixed; - width: 100%; - z-index: 9999; -} -.fixedHeaderContainer a { - align-items: center; - border: 0; - color: #fff; - display: flex; - flex-flow: row nowrap; - height: 34px; - z-index: 10000; -} -.fixedHeaderContainer header { - display: flex; - flex-flow: row nowrap; - position: relative; - text-align: left; -} -.fixedHeaderContainer header img { - height: 100%; - margin-right: 10px; -} -.fixedHeaderContainer header h2 { - display: block; - font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif; - font-weight: 400; - line-height: 18px; - position: relative; - z-index: 9999; -} -.fixedHeaderContainer header h3 { - text-decoration: underline; - font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif; - color: white; - margin-left: 10px; - font-size: 16px; -} -@media (max-width: 375px) { - .logo { - display: none; - } - - .headerTitle { - font-size: 17px; - } -} - -.promoSection { - display: flex; - flex-flow: column wrap; - font-size: 125%; - line-height: 1.6em; - position: relative; - z-index: 99; -} -.promoSection .promoRow { - padding: 10px 0; -} -.promoSection .promoRow .pluginWrapper { - display: block; -} -.promoSection .promoRow .pluginWrapper.ghWatchWrapper, .promoSection .promoRow .pluginWrapper.ghStarWrapper { - height: 28px; -} -.promoSection .promoRow .pluginRowBlock { - display: flex; - flex-wrap: wrap; - justify-content: center; - margin: 0 -2px; -} -.promoSection .promoRow .pluginRowBlock .pluginWrapper { - padding: 0 2px; -} -.promoSection .promoRow .pluginRowBlock iframe { - margin-left: 2px; - margin-top: 5px; -} -.button { - margin: 4px; - border: 1px solid #2E8555; - border-radius: 3px; - color: #2E8555; - display: inline-block; - font-size: 14px; - font-weight: 400; - line-height: 1.2em; - padding: 10px; - text-transform: uppercase; - text-decoration: none !important; - transition: background 0.3s, color 0.3s; -} -.button:hover { - background: #2E8555; - color: #fff; -} - -.blockButton { - display: block; -} - -/** Search **/ -input[type="search"] { - -moz-appearance: none; - -webkit-appearance: none; -} - -.navSearchWrapper { - align-self: center; - position: absolute; - top: 15px; - right: 10px; - display: flex; - justify-content: center; - align-items: center; -} -.navSearchWrapper::before { - border: 3px solid #e5e5e5; - border-radius: 50%; - content: " "; - display: block; - height: 6px; - left: 15px; - width: 6px; - position: absolute; - top: 50%; - z-index: 1; - transform: translateY(-58%); -} -.navSearchWrapper::after { - background: #e5e5e5; - content: " "; - height: 7px; - left: 24px; - position: absolute; - transform: rotate(-45deg); - top: 55%; - width: 3px; - z-index: 1; -} -.navSearchWrapper .aa-dropdown-menu { - background: #f9f9f9; - border: 3px solid rgba(57, 57, 57, 0.25); - color: #393939; - font-size: 14px; - left: auto !important; - line-height: 1.2em; - right: 0 !important; -} -.navSearchWrapper .aa-dropdown-menu .algolia-docsearch-suggestion--category-header { - background: #2E8555; - color: white; - font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif; - font-weight: 400; - font-size: 14px; -} -.navSearchWrapper .aa-dropdown-menu .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight { - background-color: #2E8555; - color: #fff; -} -.navSearchWrapper .aa-dropdown-menu .algolia-docsearch-suggestion--title .algolia-docsearch-suggestion--highlight, -.navSearchWrapper .aa-dropdown-menu .algolia-docsearch-suggestion--subcategory-column .algolia-docsearch-suggestion--highlight { - color: #2E8555; -} -.navSearchWrapper .aa-dropdown-menu .algolia-docsearch-suggestion__secondary, -.navSearchWrapper .aa-dropdown-menu .algolia-docsearch-suggestion--subcategory-column { - border-color: rgba(57, 57, 57, 0.3); -} -input#search_input_react { - padding-left: 25px; - font-size: 14px; - font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif; - font-weight: 300; - line-height: 20px; - border-radius: 20px; - background-color: rgba(0, 0, 0, 0.2); - border: none; - color: #fff; - outline: none; - position: relative; - width: 170px; - transition: .5s width ease; - -webkit-transition: .5s width ease; - -moz-transition: .5s width ease; - -o-transition: .5s width ease; -} -input#search_input_react:focus, input#search_input_react:active { - color: #fff; - width: 220px; -} -@media only screen and (min-device-width: 360px) and (max-device-width: 735px) { - .navSearchWrapper { - width: 50%; - } -} -input::-webkit-input-placeholder { - color: #e5e5e5; -} - -input::-moz-placeholder { - color: #e5e5e5; -} - -input::placeholder { - color: #e5e5e5; -} - -code, -a code, -.mainContainer .wrapper a code, -.mainContainer .wrapper a:focus code { - color: #2E8555; - font-family: "SFMono-Regular",source-code-pro,Menlo,Monaco,Consolas,"Roboto Mono","Droid Sans Mono","Liberation Mono",Consolas,"Courier New",Courier,monospace; -} - -a code { - text-decoration: underline; -} -a:hover code { - text-decoration: none; -} - -pre code { - display:block; - margin: 20px 0; - padding:0.5em; - border-left: 4px solid #2E8555; - font-family: "SFMono-Regular",source-code-pro,Menlo,Monaco,Consolas,"Roboto Mono","Droid Sans Mono","Liberation Mono",Consolas,"Courier New",Courier,monospace; - font-size: 13px; - overflow-x:auto; -} - -/** GitHub **/ -.edit-page-link { - float: right; - font-size: 10px; - font-weight: normal; - text-decoration: none; -} -@media only screen and (min-device-width: 360px) and (max-device-width: 735px) { - a.edit-page-link.button{ - display: none; - } -} -/** GridBlock **/ -.gridBlock { - margin: -5px 0; - padding: 0; -} -.gridBlock .twoByGridBlock, -.gridBlock .threeByGridBlock, -.gridBlock .fourByGridBlock { - padding: 5px 0; -} -.gridBlock .twoByGridBlock img, -.gridBlock .threeByGridBlock img, -.gridBlock .fourByGridBlock img { - max-width: 100%; -} -.gridBlock .gridClear { - clear: both; -} -.alignCenter { - text-align: center; -} -.alignRight { - text-align: right; -} -.imageAlignSide { - display: flex; - flex-flow: row wrap; -} -.blockImage { - max-width: 730px; -} -.imageAlignSide .blockImage { - max-width: 500px; - flex: 0 1 500px; - margin-right: 40px; -} -@media only screen and (min-device-width: 360px) and (max-device-width: 735px) { - .imageAlignSide .blockImage { - display: none; - } -} -.imageAlignSide .blockContent { - flex: 1 1; -} -.imageAlignBottom .blockImage { - max-width: 730px; - margin: 0 auto 20px; -} -.imageAlignBottom.alignCenter .blockImage { - margin-left: auto; - margin-right: auto; -} -.imageAlignTop .blockImage { - max-width: 80px; - margin-bottom: 20px; -} -.imageAlignTop.alignCenter .blockImage { - margin-left: auto; - margin-right: auto; -} -.container .gridBlock .blockContent p { - padding: 0; -} -.highlightBackground { - background: rgba(153, 66, 79, 0.7); - color: #fff; -} -.highlightBackground a { - border-color: white; - color: #fff; - font-weight: 800; -} -.container.highlightBackground .wrapper h1, -.container.highlightBackground .wrapper h2, -.container.highlightBackground .wrapper h3, -.container.highlightBackground .wrapper h4, -.container.highlightBackground .wrapper h5 { - border-color: white; - color: white; -} -.lightBackground { - background: #e9e9e9; -} -.darkBackground { - background: #808080; - color: #fff; -} -.darkBackground a { - color: #d6b3b8; -} -.darkBackground code { - color: #d6b3b8; -} -.container.darkBackground .wrapper h1, -.container.darkBackground .wrapper h2, -.container.darkBackground .wrapper h3, -.container.darkBackground .wrapper h4, -.container.darkBackground .wrapper h5 { - border-color: white; - color: white; -} -.container.paddingAll { - padding: 40px; -} -.container.paddingBottom { - padding-bottom: 80px; -} -.container.paddingLeft { - padding-left: 40px; -} -.container.paddingRight { - padding-right: 40px; -} -.container.paddingTop { - padding-top: 80px; -} -@media only screen and (min-device-width: 360px) and (max-device-width: 735px) { - .container.paddingBottom { - padding-bottom: 40px; - } - .container.paddingTop { - padding-top: 20px; - } -} -@media only screen and (max-width: 1023px) { - .responsiveList .blockContent { - position: relative; - } - .responsiveList .blockContent > div { - padding-left: 20px; - } - .responsiveList .blockContent::before { - content: "\2022"; - position: absolute; - } -} -@media only screen and (min-width: 736px) { - .gridBlock { - display: flex; - flex-direction: row; - flex-wrap: wrap; - margin: -10px; - } - .gridBlock .twoByGridBlock { - box-sizing: border-box; - flex: 1 0 50%; - padding: 10px; - } - .gridBlock .threeByGridBlock { - box-sizing: border-box; - flex: 1 0 26%; - padding: 10px; - } - .gridBlock .fourByGridBlock { - box-sizing: border-box; - flex: 1 0 25%; - padding: 10px; - } - - h2 + .gridBlock { - padding-top: 20px; - } -} -@media only screen and (min-width: 1400px) { - .gridBlock { - display: flex; - flex-direction: row; - flex-wrap: wrap; - margin: -10px -20px; - } - .gridBlock .twoByGridBlock { - box-sizing: border-box; - flex: 1 0 50%; - padding: 10px 20px; - } - .gridBlock .threeByGridBlock { - box-sizing: border-box; - flex: 1 0 26%; - padding: 10px; - } - .gridBlock .fourByGridBlock { - box-sizing: border-box; - flex: 1 0 25%; - padding: 10px 20px; - } -} -.navigationSlider .navSlideout { - cursor: pointer; - padding-top: 4px; - position: absolute; - right: 10px; - top: 0; - transition: top 0.3s; - z-index: 101; -} -.navigationSlider .slidingNav { - box-sizing: border-box; - position: fixed; - left: 0; - right: 0; - top: 0; - bottom: auto; -} -.navigationSlider .slidingNav.slidingNavActive { - height: auto; - padding-top: 42px; - width: 300px; -} -.navigationSlider .slidingNav ul { - box-sizing: border-box; - display: flex; - flex-wrap: nowrap; - list-style: none; - margin-top: 50px; - width: 100%; - padding: 0; - background: #205C3B; - color: #fff; -} -.navigationSlider .slidingNav.slidingNavActive ul { - display: block; -} -.navigationSlider .slidingNav ul li { - flex: 1; - text-align: center; - white-space: nowrap; - margin: 0; -} -.navigationSlider .slidingNav ul li a { - color: #2E8555; - display: flex; - align-items: center; - justify-content: center; - margin: 0; - height: auto; - color: inherit; - transition: background-color 0.3s; - height: 50px; - padding: 10px; - box-sizing: border-box; - font-size: 0.9em; -} -.navigationSlider .slidingNav ul li a:focus, -.navigationSlider .slidingNav ul li a:hover { - background: #2E8555; -} - -.languages-icon { - width: 20px; -} -#languages-dropdown { - position: absolute; - width:100%; - /* positioning can block the main menu on mobile */ - pointer-events: none; -} -#languages-dropdown.visible { - display: flex; -} -#languages-dropdown.hide { - display: none; -} -ul#languages-dropdown-items { - display: flex; - background-color: #2E8555; - flex-direction: column; - min-width: 120px; - pointer-events: all; -} - -ul#languages li { - display: block; -} - -.menuExpand { - display: flex; - flex-flow: column nowrap; - height: 20px; - justify-content: space-between; -} -.menuExpand span { - background: #fff; - border-radius: 3px; - display: block; - flex: 0 0 4px; - height: 4px; - position: relative; - top: 0; - transition: background-color 0.3s, top 0.3s, opacity 0.3s, transform 0.3s; - width: 20px; -} -.navPusher { - padding-top: 100px; - position: relative; - left: 0; - z-index: 99; - height: 100%; -} -.navPusher::after { - position: absolute; - top: 0; - right: 0; - width: 0; - height: 0; - background: rgba(0, 0, 0, 0.4); - content: ''; - opacity: 0; - -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; - transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; -} - -@media only screen and (min-width: 736px) { - .navPusher { - padding-top: 50px; - } -} -.sliderActive .navPusher::after { - width: 100%; - height: 100%; - opacity: 1; - -webkit-transition: opacity 0.5s; - transition: opacity 0.5s; - z-index: 100; -} -@media only screen and (max-width: 735px) { - .reactNavSearchWrapper::before { - left: 6px; - } - .reactNavSearchWrapper::after { - left: 15px; - } - .reactNavSearchWrapper input#search_input_react { - box-sizing: border-box; - padding-left: 25px; - font-size: 14px; - line-height: 20px; - border-radius: 20px; - background-color: rgba(242, 196, 178, 0.25); - border: none; - color: #393939; - outline: none; - position: relative; - transition: background-color 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55), width 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.2s ease; - width: 100%; - } - .reactNavSearchWrapper input#search_input_react:focus, .reactNavSearchWrapper input#search_input_react:active { - background-color: #2E8555; - color: #fff; - } - .reactNavSearchWrapper .algolia-docsearch-suggestion--subcategory-inline { - display: none; - } - .reactNavSearchWrapper > span { - width: 100%; - } - .reactNavSearchWrapper .aa-dropdown-menu { - background: #f9f9f9; - border: 0px solid #f9f9f9; - color: #393939; - font-size: 12px; - line-height: 2em; - max-height: 140px; - min-width: auto; - overflow-y: scroll; - -webkit-overflow-scrolling: touch; - padding: 0; - border-radius: 0; - position: relative !important; - width: 100%; - } - - #languages-dropdown { - top: 50px; - left: 0px; - } - - ul#languages-dropdown-items { - display: flex; - background-color: #2E8555; - flex-direction: row; - } -} -@media only screen and (min-width: 736px) { - .navSearchWrapper { - position: relative; - top: auto; - right: auto; - padding-left: 10px; - } - .navSearchWrapper .algolia-autocomplete { - display: block; - } - .navigationSlider { - height: 34px; - margin-left: auto; - position: relative; - } - .navigationSlider .navSlideout { - display:none; - } - .navigationSlider nav.slidingNav { - background: none; - height: auto; - position: relative; - right: auto; - top: auto; - width: auto; - } - .navigationSlider .slidingNav ul { - display: flex; - flex-flow: row nowrap; - margin: 0 -10px; - padding: 0; - background: none; - width: auto; - } - .navigationSlider .slidingNav ul li a { - border: 0; - color: rgba(255, 255, 255, 0.8); - display: flex; - margin: 0; - padding: 0; - font-size: 16px; - font-weight: 300; - line-height: 1.2em; - padding: 6px 10px; - height: 32px; - font-size: 1em; - } - .navigationSlider .slidingNav ul li a:hover { - color: #fff; - } - .navigationSlider .slidingNav ul li.navItemActive a { - color: #fff; - } -} - -.docs-prevnext { - margin: 20px 0; -} -.docs-next { - float: right; -} -.docs-prev { - float: left; -} -@media only screen and (min-device-width: 360px) and (max-device-width: 735px) { - .docs-prevnext { - height: 40px; - } - .docs-prev { - display: none; - } -} - -.docsNavContainer { - background: #c6c6c6; - height: 35px; - left: 0; - position: fixed; - width: 100%; - z-index: 100; -} -.docMainWrapper .wrapper { - padding-left: 0; - padding-right: 0; - padding-top: 10px; -} - -.docsSliderActive.docsNavContainer { - box-sizing: border-box; - height: 100%; - overflow-y: auto; - -webkit-overflow-scrolling: touch; - padding-bottom: 50px; -} - -.docsNavContainer nav.toc .navBreadcrumb { - box-sizing: border-box; - display: flex; - flex-flow: row nowrap; - font-size: 12px; - height: 35px; - overflow: hidden; - padding: 5px 10px; -} -.navBreadcrumb a, .navBreadcrumb span { - border: 0; - color: #393939; -} -.navBreadcrumb i { - padding: 0 3px; -} -nav.toc { - width: 240px; -} -nav.toc section { - padding: 0px; - position: relative; -} -nav.toc:last-child { - padding-bottom: 100px; -} -@media only screen and (min-device-width: 360px) and (max-device-width: 735px) { - nav.toc { - width: 100%; - } - nav.toc:last-child { - padding-bottom: 0; - } - - a.anchor { - top: -144px; - } -} -.docsNavContainer nav.toc .navWrapper { - padding: 0; -} -nav.toc section .navGroups { - display: none; - padding: 40px 10px 60px; -} -nav.toc .toggleNav { - background: #c6c6c6; - color: #393939; - position: relative; - transition: background-color 0.3s, color 0.3s; -} -nav.toc .toggleNav .navToggle { - cursor: pointer; - height: 24px; - margin-right: 10px; - position: relative; - text-align: left; - width: 18px; -} -nav.toc .toggleNav .navToggle::before, nav.toc .toggleNav .navToggle::after { - content: ""; - position: absolute; - top: 50%; - left: 0; - left: 8px; - width: 3px; - height: 6px; - border: 5px solid #393939; - border-width: 5px 0; - margin-top: -8px; - transform: rotate(45deg); - z-index: 1; -} -nav.toc .toggleNav .navToggle::after { - transform: rotate(-45deg); -} -nav.toc .toggleNav .navToggle i::before, nav.toc .toggleNav .navToggle i::after { - content: ""; - position: absolute; - top: 50%; - left: 2px; - background: transparent; - border-width: 0 5px 5px; - border-style: solid; - border-color: transparent #393939; - height: 0; - margin-top: -7px; - opacity: 1; - width: 5px; - z-index: 10; -} -nav.toc .toggleNav .navToggle i::after { - border-width: 5px 5px 0; - margin-top: 2px; -} -.docsSliderActive nav.toc .toggleNav .navToggle::before, -.docsSliderActive nav.toc .toggleNav .navToggle::after { - border-width: 6px 0; - height: 0px; - margin-top: -6px; -} -.docsSliderActive nav.toc .toggleNav .navToggle i { - opacity: 0; -} -nav.toc .toggleNav .navGroup { - background: #adadad; - margin: 1px 0; -} -nav.toc .toggleNav .navGroup ul { - display: none; -} -nav.toc .toggleNav .navGroup h3 { - background: #adadad; - color: #393939; - font-size: 18px; - font-weight: 400; - line-height: 1.2em; - margin: 0; - padding: 10px; - transition: color 0.2s; -} -nav.toc .toggleNav .navGroup h3 i:not(:empty) { - width: 16px; - height: 16px; - display: inline-block; - box-sizing: border-box; - text-align: center; - color: rgba(57, 57, 57, 0.5); - margin-right: 10px; - transition: color 0.2s; -} -nav.toc .toggleNav .navGroup h3:hover { - color: #2E8555; -} -nav.toc .toggleNav .navGroup h3:hover i:not(:empty) { - color: #2E8555; -} -nav.toc .toggleNav .navGroup.navGroupActive { - background: #e0e0e0; - color: #393939; -} -nav.toc .toggleNav .navGroup.navGroupActive ul { - display: block; - padding-bottom: 10px; - padding-top: 10px; -} -nav.toc .toggleNav .navGroup.navGroupActive h3 { - background: #2E8555; - color: #fff; -} -nav.toc .toggleNav ul { - padding-left: 0; - padding-right: 24px; -} -nav.toc .toggleNav ul li { - list-style-type: none; - padding-bottom: 0; - padding-left: 0; -} -nav.toc .toggleNav ul li a { - border: none; - color: #393939; - display: inline-block; - font-size: 14px; - line-height: 1.1em; - margin: 2px 10px 5px; - padding: 5px 0 2px; - transition: color 0.3s; -} -nav.toc .toggleNav ul li a:hover, nav.toc .toggleNav ul li a:focus { - color: #2E8555; -} -nav.toc .toggleNav ul li a.navItemActive { - color: #2E8555; -} -.docsSliderActive nav.toc .navBreadcrumb { - background: #c6c6c6; - margin-bottom: 20px; - position: fixed; - width: 100%; -} -nav.toc .toggleNav .navBreadcrumb h2 { - border: 0; - font-size: inherit; - line-height: inherit; - margin: 0; - padding: 1px 0 0; -} -.docsSliderActive nav.toc section .navGroups { - display: block; -} - -@media only screen and (min-width: 736px) { - nav.toc section .navGroups { - padding: 40px 0 0; - } - .navToggle { - display: none; - } - - .docsSliderActive .mainContainer { - display: block; - } - - .sideNavVisible .navPusher .mainContainer { - padding-top: 0; - max-width: 70%; - } - - .docsNavContainer { - background: none; - box-sizing: border-box; - height: auto; - margin: 40px 40px 0 0; - overflow-y: auto; - position: relative; - width: 300px; - } - - nav.toc section .navGroups { - display: block; - padding-top: 0px; - } - - .docMainWrapper { - display: flex; - flex-flow: row nowrap; - margin-bottom: 50px; - /*margin-bottom: -90px*/ - } - .docMainWrapper .wrapper { - padding-left: 0; - padding-right: 0; - } - .docMainWrapper .wrapper { - padding-top: 0; - } - - .docsNavContainer nav.toc .navBreadcrumb { - display: none; - } - .navBreadcrumb h2 { - padding: 0 10px; - } -} -table { - background: #F8F8F8; - border: 1px solid #B0B0B0; - border-collapse: collapse; - display: table; - margin: 20px 0; -} -table thead { - border-bottom: 1px solid #B0B0B0; - display: table-header-group; -} -table tbody { - display: table-row-group; -} -table tr { - display: table-row; -} -table tr:nth-of-type(odd) { - background: #E8E8E8; -} -table tr th, table tr td { - border-right: 1px dotted #B0B0B0; - display: table-cell; - font-size: 14px; - line-height: 1.3em; - padding: 10px; - text-align: left; -} -table tr th:last-of-type, table tr td:last-of-type { - border-right: 0; -} -table tr th code, table tr td code { - color: #2db04b; - display: inline-block; - font-size: 12px; -} -table tr th { - color: #000000; - font-weight: bold; - font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif; - text-transform: uppercase; -} -.mainContainer:not(.blogContainer) .wrapper .post, -.blogContainer .posts, -.blogContainer .lonePost { - padding-top: 40px; -} -.blogContainer .posts .post { - border-bottom: 1px solid #e0e0e0; - border-radius: 3px; - margin-bottom: 20px; - padding-bottom: 20px; -} - -.blogContainer .postHeader { - margin-bottom: 10px; -} -.blogContainer .postHeader a { - text-decoration: none; -} -.blogContainer .postHeader p.post-meta { - padding: 0; - margin-bottom: 10px; -} - -.blogContainer .postHeader .authorBlock { - display: flex; -} -.blogContainer .postHeader .post-authorName { - color: rgba(57, 57, 57, 0.7); - display: flex; - flex-direction: column; - font-size: 14px; - font-weight: 400; - justify-content: center; - margin-top: 0; - margin-right: 10px; - padding: 0; -} -.blogContainer .postHeader .authorPhoto { - border-radius: 50%; - height: 30px; - overflow: hidden; - width: 30px; -} -.blogContainer .postHeader .authorPhoto.authorPhoto-big { - height: 50px; - width: 50px; -} -.blog-recent { - margin: 20px 0; -} -.blog-recent > a { - float: left; -} -@media only screen and (min-device-width: 360px) and (max-device-width: 735px) { - .blog-recent { - height: 40px; - } -} - -.header-link { - position: absolute; - margin-left: 0.2em; - opacity: 0; - -webkit-transition: opacity 0.2s ease-in-out 0.1s; - -moz-transition: opacity 0.2s ease-in-out 0.1s; - -ms-transition: opacity 0.2s ease-in-out 0.1s; -} - -h2:hover .header-link, -h3:hover .header-link, -h4:hover .header-link, -h5:hover .header-link, -h6:hover .header-link { - opacity: 1; -} - -/** Homepage **/ -.container .wrapper .alignCenter h2 { - text-align: center; -} -.container .wrapper .imageAlignSide h2 { - text-align: left; -} -.container .wrapper .imageAlignSide p { - margin-bottom: 40px; - max-width: 560px; - margin: 0; -} -.more-users { - max-width: 560px; - margin: 0 auto; - text-align: center; -} - -.productShowcaseSection { - padding: 0 20px 0; - text-align: center; -} -.productShowcaseSection.paddingTop { - padding-top: 20px; -} -.productShowcaseSection.paddingBottom { - padding-bottom: 80px; -} -.productShowcaseSection h2 { - color: #2E8555; - font-size: 30px; - line-height: 1em; - margin-top: 20px; - text-align: center; - padding: 10px 0; -} -.productShowcaseSection p { - padding: 0.8em 0; - max-width: 560px; - margin: 0 auto; -} -.productShowcaseSection .logos { - padding: 20px; - display: flex; - flex-flow: row wrap; - justify-content: center; - align-items: center; -} -.productShowcaseSection .logos img { - max-height: 110px; - width: 110px; - padding: 20px; -} -@media only screen and (min-device-width: 360px) and (max-device-width: 735px) { - .gridBlock .fourByGridBlock { - box-sizing: border-box; - flex: 1 0 26%; - padding: 10px; - } - .productShowcaseSection .logos img { - max-height: 64px; - width: 64px; - padding: 20px; - } -} - -/** Showcase **/ -.showcaseSection { - max-width: 900px; - text-align: center; - margin: 0 auto; -} -.showcaseSection .prose h1 { - color: #2E8555; - font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif; - text-align: center; - padding: 1.4em 0 0.4em; -} -.showcaseSection .prose { - max-width: 560px; - text-align: center; - margin: 0 auto; -} -.showcaseSection .logos { - align-items: center; - display: flex; - flex-flow: row wrap; - justify-content: center; -} -.showcaseSection .logos img { - max-height: 128px; - width: 128px; - padding: 20px; -} - -@media only screen and (min-device-width: 360px) and (max-device-width: 735px) { - .showcaseSection .logos img { - max-height: 64px; - width: 64px; - padding: 20px; - } -} - -/** Footer **/ -footer.nav-footer { - position: relative; - box-sizing: border-box; - border: none; - font-weight: 400; - color: #202020; - font-size: 15px; - line-height: 24px; - background: #808080; - box-shadow: inset 0 10px 10px -5px rgba(0,0,0,0.2); - padding-top: 2em; - padding-bottom: 2em; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -footer .sitemap { - display: flex; - justify-content: space-between; - max-width: 1080px; - margin: 0 auto 3em; -} -footer .sitemap div { - flex: 1; -} -footer .sitemap .nav-home { - display: table; - margin: -12px 20px 0 0; - padding: 10px; - width: 50px; - height: 50px; - opacity: 0.4; - transition: opacity 0.15s ease-in-out; -} -footer .sitemap .nav-home:hover, -footer .sitemap .nav-home:focus { - opacity: 1.0; -} -@media screen and (max-width: 735px) { - footer .sitemap { - display: none; - } -} - -footer .sitemap a { - color: rgba(255, 255, 255, 0.6); - display: table; - margin: 2px -10px; - padding: 3px 10px; -} -footer .sitemap a:hover, -footer .sitemap a:focus { - color: white; - text-decoration: none; -} -footer .sitemap h5 > a:hover, -footer .sitemap h5 > a:focus { - color: white; - text-decoration: none; -} -footer .sitemap h5, -footer .sitemap h6 { - margin: 0 0 10px; -} -footer .sitemap h5 { - color: white; -} - -footer .sitemap h6, -footer .sitemap h5 > a, -footer .sitemap h6 > a { - color: white; -} -footer .sitemap h5 > a, -footer .sitemap h6 > a { - margin: 0 -10px; -} -footer .fbOpenSource { - display: block; - margin: 1em auto; - opacity: 0.4; - transition: opacity 0.15s ease-in-out; - width: 170px; -} -footer .fbOpenSource:hover { - opacity: 1.0; -} -footer .copyright { - color: rgba(255, 255, 255, 0.4); - text-align: center; -} - -.entry-share { - padding: 36px 0; - display: block; -} - -@media screen and (max-width: 735px) { - .entry-share { - display: none; - } -} - diff --git a/docs/api-pages.html b/docs/api-pages.html deleted file mode 100644 index c0f89423a9..0000000000 --- a/docs/api-pages.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/docs/blog.html b/docs/blog.html deleted file mode 100644 index 989cd1181d..0000000000 --- a/docs/blog.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/docs/commands.html b/docs/commands.html deleted file mode 100644 index d10a06a2c7..0000000000 --- a/docs/commands.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/docs/custom-pages.html b/docs/custom-pages.html deleted file mode 100644 index c7dbcfd5d2..0000000000 --- a/docs/custom-pages.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/docs/doc-markdown.html b/docs/doc-markdown.html deleted file mode 100644 index 9db5dfcabd..0000000000 --- a/docs/doc-markdown.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/docs/en/api-pages.html b/docs/en/api-pages.html deleted file mode 100644 index ba54f34eb2..0000000000 --- a/docs/en/api-pages.html +++ /dev/null @@ -1,99 +0,0 @@ -Pages and Styles · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/en/blog.html b/docs/en/blog.html deleted file mode 100644 index e217ace4b2..0000000000 --- a/docs/en/blog.html +++ /dev/null @@ -1,67 +0,0 @@ -Adding a Blog · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/en/commands.html b/docs/en/commands.html deleted file mode 100644 index 7a94300626..0000000000 --- a/docs/en/commands.html +++ /dev/null @@ -1,90 +0,0 @@ -CLI Commands · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/en/custom-pages.html b/docs/en/custom-pages.html deleted file mode 100644 index cd3e723717..0000000000 --- a/docs/en/custom-pages.html +++ /dev/null @@ -1,59 +0,0 @@ -Custom Pages · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/en/doc-markdown.html b/docs/en/doc-markdown.html deleted file mode 100644 index a9e862f7ff..0000000000 --- a/docs/en/doc-markdown.html +++ /dev/null @@ -1,117 +0,0 @@ -Markdown Features · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/en/installation.html b/docs/en/installation.html deleted file mode 100644 index d101769bde..0000000000 --- a/docs/en/installation.html +++ /dev/null @@ -1,47 +0,0 @@ -Installation · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/en/navigation.html b/docs/en/navigation.html deleted file mode 100644 index 0a49ae0ffe..0000000000 --- a/docs/en/navigation.html +++ /dev/null @@ -1,117 +0,0 @@ -Navigation and Sidebars · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/en/publishing.html b/docs/en/publishing.html deleted file mode 100644 index 53b66b1a8f..0000000000 --- a/docs/en/publishing.html +++ /dev/null @@ -1,123 +0,0 @@ -Publishing your site · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/en/search.html b/docs/en/search.html deleted file mode 100644 index dabaacac49..0000000000 --- a/docs/en/search.html +++ /dev/null @@ -1,60 +0,0 @@ -Enabling Search · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/en/site-config.html b/docs/en/site-config.html deleted file mode 100644 index dd38facb0a..0000000000 --- a/docs/en/site-config.html +++ /dev/null @@ -1,147 +0,0 @@ -siteConfig.js · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/en/site-creation.html b/docs/en/site-creation.html deleted file mode 100644 index be03ba55b2..0000000000 --- a/docs/en/site-creation.html +++ /dev/null @@ -1,67 +0,0 @@ -Creating your site · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/en/site-preparation.html b/docs/en/site-preparation.html deleted file mode 100644 index 0edb2817ac..0000000000 --- a/docs/en/site-preparation.html +++ /dev/null @@ -1,61 +0,0 @@ -Site Preparation · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/en/translation.html b/docs/en/translation.html deleted file mode 100644 index d75178e411..0000000000 --- a/docs/en/translation.html +++ /dev/null @@ -1,172 +0,0 @@ -Translations & Localization · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/en/versioning.html b/docs/en/versioning.html deleted file mode 100644 index 3c4a205f3d..0000000000 --- a/docs/en/versioning.html +++ /dev/null @@ -1,64 +0,0 @@ -Versioning · Docusaurus

Docusaurus

\ No newline at end of file diff --git a/docs/installation.html b/docs/installation.html deleted file mode 100644 index 6acdc54eee..0000000000 --- a/docs/installation.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/docs/navigation.html b/docs/navigation.html deleted file mode 100644 index 5c3e69d70a..0000000000 --- a/docs/navigation.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/docs/publishing.html b/docs/publishing.html deleted file mode 100644 index 178d3b162f..0000000000 --- a/docs/publishing.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/docs/search.html b/docs/search.html deleted file mode 100644 index 3c7bc43101..0000000000 --- a/docs/search.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/docs/site-config.html b/docs/site-config.html deleted file mode 100644 index fcb6ab935f..0000000000 --- a/docs/site-config.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/docs/site-creation.html b/docs/site-creation.html deleted file mode 100644 index 07ac7d0601..0000000000 --- a/docs/site-creation.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/docs/site-preparation.html b/docs/site-preparation.html deleted file mode 100644 index 6192a6691f..0000000000 --- a/docs/site-preparation.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/docs/translation.html b/docs/translation.html deleted file mode 100644 index 879f2e8496..0000000000 --- a/docs/translation.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/docs/versioning.html b/docs/versioning.html deleted file mode 100644 index c2eaa5908c..0000000000 --- a/docs/versioning.html +++ /dev/null @@ -1,5 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites \ No newline at end of file diff --git a/en/help.html b/en/help.html deleted file mode 100644 index 60fc5bc8b3..0000000000 --- a/en/help.html +++ /dev/null @@ -1,17 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites

Docusaurus

\ No newline at end of file diff --git a/en/index.html b/en/index.html deleted file mode 100644 index f62b3390e3..0000000000 --- a/en/index.html +++ /dev/null @@ -1,51 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites

Docusaurus

\ No newline at end of file diff --git a/en/users.html b/en/users.html deleted file mode 100644 index 6b13ae07b3..0000000000 --- a/en/users.html +++ /dev/null @@ -1,11 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites

Docusaurus

\ No newline at end of file diff --git a/help.html b/help.html deleted file mode 100644 index 60fc5bc8b3..0000000000 --- a/help.html +++ /dev/null @@ -1,17 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites

Docusaurus

\ No newline at end of file diff --git a/img/bucklescript.svg b/img/bucklescript.svg deleted file mode 100644 index a7ed5dfa72..0000000000 --- a/img/bucklescript.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - Artboard 3 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/img/docusaurus.ico b/img/docusaurus.ico deleted file mode 100644 index c01d54bcd3..0000000000 Binary files a/img/docusaurus.ico and /dev/null differ diff --git a/img/docusaurus.svg b/img/docusaurus.svg deleted file mode 100644 index 81b7405edd..0000000000 --- a/img/docusaurus.svg +++ /dev/null @@ -1,35 +0,0 @@ - - - - docusaurus - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/img/docusaurus_keytar.svg b/img/docusaurus_keytar.svg deleted file mode 100644 index b4d2e15c37..0000000000 --- a/img/docusaurus_keytar.svg +++ /dev/null @@ -1,155 +0,0 @@ - - - - docusaurus_keytar - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/img/docusaurus_live.gif b/img/docusaurus_live.gif deleted file mode 100644 index 5eed99bad8..0000000000 Binary files a/img/docusaurus_live.gif and /dev/null differ diff --git a/img/docusaurus_live.webp b/img/docusaurus_live.webp deleted file mode 100644 index 009747c957..0000000000 Binary files a/img/docusaurus_live.webp and /dev/null differ diff --git a/img/docusaurus_monochrome.svg b/img/docusaurus_monochrome.svg deleted file mode 100644 index 53806d0c74..0000000000 --- a/img/docusaurus_monochrome.svg +++ /dev/null @@ -1,35 +0,0 @@ - - - - docusaurus_monochrome - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/img/docusaurus_speed.svg b/img/docusaurus_speed.svg deleted file mode 100644 index fd1170427c..0000000000 --- a/img/docusaurus_speed.svg +++ /dev/null @@ -1,61 +0,0 @@ - - - - docusaurus_speed - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/img/fasttext.png b/img/fasttext.png deleted file mode 100644 index 14daa73667..0000000000 Binary files a/img/fasttext.png and /dev/null differ diff --git a/img/favicon/favicon.ico b/img/favicon/favicon.ico deleted file mode 100644 index eaced0fd8e..0000000000 Binary files a/img/favicon/favicon.ico and /dev/null differ diff --git a/img/frank.svg b/img/frank.svg deleted file mode 100644 index f80b2217c7..0000000000 --- a/img/frank.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/img/getting-started-preparation-verify.png b/img/getting-started-preparation-verify.png deleted file mode 100644 index b79dfc75d6..0000000000 Binary files a/img/getting-started-preparation-verify.png and /dev/null differ diff --git a/img/jest.png b/img/jest.png deleted file mode 100644 index 2b7904da72..0000000000 Binary files a/img/jest.png and /dev/null differ diff --git a/img/language.svg b/img/language.svg deleted file mode 100644 index 66195932ab..0000000000 --- a/img/language.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/img/makeitopen.png b/img/makeitopen.png deleted file mode 100644 index c467525b66..0000000000 Binary files a/img/makeitopen.png and /dev/null differ diff --git a/img/markdown.png b/img/markdown.png deleted file mode 100644 index ebe191814a..0000000000 Binary files a/img/markdown.png and /dev/null differ diff --git a/img/oss_logo.png b/img/oss_logo.png deleted file mode 100644 index 8183e289b1..0000000000 Binary files a/img/oss_logo.png and /dev/null differ diff --git a/img/prettier.png b/img/prettier.png deleted file mode 100644 index 47a2f82eb2..0000000000 Binary files a/img/prettier.png and /dev/null differ diff --git a/img/react-native.svg b/img/react-native.svg deleted file mode 100644 index 676e250a8a..0000000000 --- a/img/react-native.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - logo_react - - - - - - - - - diff --git a/img/react.svg b/img/react.svg deleted file mode 100644 index d338d72f1f..0000000000 --- a/img/react.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - diff --git a/img/reason-react.svg b/img/reason-react.svg deleted file mode 100644 index 94bf522ac5..0000000000 --- a/img/reason-react.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/img/relay.svg b/img/relay.svg deleted file mode 100644 index 83b535f023..0000000000 --- a/img/relay.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/img/search.svg b/img/search.svg deleted file mode 100644 index 2ac4eacf58..0000000000 --- a/img/search.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/img/translation.svg b/img/translation.svg deleted file mode 100644 index 9588283380..0000000000 --- a/img/translation.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/img/versioning.svg b/img/versioning.svg deleted file mode 100644 index 816e9fa9d0..0000000000 --- a/img/versioning.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/index.html b/index.html deleted file mode 100644 index f62b3390e3..0000000000 --- a/index.html +++ /dev/null @@ -1,51 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites

Docusaurus

\ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml deleted file mode 100644 index 41bdaf4cc5..0000000000 --- a/sitemap.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - https://docusaurus.io/help.html weekly 0.5 - https://docusaurus.io/index.html weekly 0.5 - https://docusaurus.io/users.html weekly 0.5 - https://docusaurus.io/blog/2017/10/24/new-version-1.0.0.html weekly 0.3 - https://docusaurus.io/blog/2017/09/26/adding-rss.html weekly 0.3 - https://docusaurus.io/blog/2017/09/25/testing-rss.html weekly 0.3 - https://docusaurus.io/docs/en/commands.html hourly 1.0 - https://docusaurus.io/docs/en/doc-markdown.html hourly 1.0 - https://docusaurus.io/docs/en/api-pages.html hourly 1.0 - https://docusaurus.io/docs/en/site-config.html hourly 1.0 - https://docusaurus.io/docs/en/installation.html hourly 1.0 - https://docusaurus.io/docs/en/site-preparation.html hourly 1.0 - https://docusaurus.io/docs/en/publishing.html hourly 1.0 - https://docusaurus.io/docs/en/site-creation.html hourly 1.0 - https://docusaurus.io/docs/en/blog.html hourly 1.0 - https://docusaurus.io/docs/en/custom-pages.html hourly 1.0 - https://docusaurus.io/docs/en/navigation.html hourly 1.0 - https://docusaurus.io/docs/en/search.html hourly 1.0 - https://docusaurus.io/docs/en/translation.html hourly 1.0 - https://docusaurus.io/docs/en/versioning.html hourly 1.0 - \ No newline at end of file diff --git a/users.html b/users.html deleted file mode 100644 index 6b13ae07b3..0000000000 --- a/users.html +++ /dev/null @@ -1,11 +0,0 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites

Docusaurus

\ No newline at end of file