Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 16 additions & 0 deletions data/pt-BR/packages_url_resources.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"name": "ReScript Test Framework",
"description": "The most minimalistic testing library you will find for testing ReScript code",
"keywords": ["testing", "minimal", "experimental"],
"urlHref": "https://github.com/rescript-lang/rescript-project-template/blob/test/tests/Tests.res",
"official": true
},
{
"name": "genType",
"description": "Better interop with JS & TS in ReScript",
"keywords": ["rescript", "typescript"],
"urlHref": "https://github.com/reason-association/genType",
"official": true
}
]
8 changes: 8 additions & 0 deletions data/pt-BR/sidebar_community.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"Resources": [
"overview",
"roadmap",
"code-of-conduct",
"translations"
]
}
10 changes: 10 additions & 0 deletions data/pt-BR/sidebar_gentype_latest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Overview": [
"introduction",
"getting-started",
"usage"
],
"Advanced": [
"supported-types"
]
}
74 changes: 74 additions & 0 deletions data/pt-BR/sidebar_manual_latest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"Overview": [
"introduction",
"installation",
"editor-plugins",
"migrate-from-bucklescript-reason",
"try"
],
"Language Features": [
"overview",
"let-binding",
"type",
"primitive-types",
"tuple",
"record",
"object",
"variant",
"polymorphic-variant",
"null-undefined-option",
"array-and-list",
"function",
"control-flow",
"pipe",
"pattern-matching-destructuring",
"mutation",
"jsx",
"exception",
"lazy-values",
"promise",
"async-await",
"module",
"import-export",
"attribute",
"unboxed",
"reserved-keywords"
],
"Advanced Features": [
"extensible-variant"
],
"JavaScript Interop": [
"interop-cheatsheet",
"embed-raw-javascript",
"shared-data-types",
"external",
"bind-to-js-object",
"bind-to-js-function",
"import-from-export-to-js",
"bind-to-global-js-values",
"json",
"inlining-constants",
"use-illegal-identifier-names",
"generate-converters-accessors",
"browser-support-polyfills",
"libraries"
],
"Build System": [
"build-overview",
"build-configuration",
"build-configuration-schema",
"build-external-stdlib",
"build-pinned-dependencies",
"interop-with-js-build-systems",
"build-performance",
"warning-numbers"
],
"Guides": [
"converting-from-js"
],
"Extra": [
"newcomer-examples",
"project-structure",
"faq"
]
}
62 changes: 62 additions & 0 deletions data/pt-BR/sidebar_manual_v800.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"Overview": [
"introduction",
"installation",
"editor-plugins",
"migrate-from-bucklescript-reason",
"try"
],
"Language Features": [
"overview",
"let-binding",
"type",
"primitive-types",
"tuple",
"record",
"object",
"variant",
"null-undefined-option",
"array-and-list",
"function",
"control-flow",
"pipe",
"pattern-matching-destructuring",
"mutation",
"jsx",
"exception",
"lazy-values",
"promise",
"module",
"import-export",
"reserved-keywords"
],
"JavaScript Interop": [
"embed-raw-javascript",
"shared-data-types",
"external",
"bind-to-js-object",
"bind-to-js-function",
"import-from-export-to-js",
"bind-to-global-js-values",
"json",
"use-illegal-identifier-names",
"generate-converters-accessors",
"browser-support-polyfills",
"interop-cheatsheet"
],
"Build System": [
"build-overview",
"build-configuration",
"interop-with-js-build-systems",
"build-performance"
],
"Guides": [
"converting-from-js",
"libraries"
],
"Extra": [
"newcomer-examples",
"project-structure",
"faq"
]
}
69 changes: 69 additions & 0 deletions data/pt-BR/sidebar_manual_v900.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"Overview": [
"introduction",
"installation",
"editor-plugins",
"migrate-from-bucklescript-reason",
"try"
],
"Language Features": [
"overview",
"let-binding",
"type",
"primitive-types",
"tuple",
"record",
"object",
"variant",
"polymorphic-variant",
"null-undefined-option",
"array-and-list",
"function",
"control-flow",
"pipe",
"pattern-matching-destructuring",
"mutation",
"jsx",
"exception",
"lazy-values",
"promise",
"module",
"import-export",
"attribute",
"unboxed",
"reserved-keywords"
],
"JavaScript Interop": [
"interop-cheatsheet",
"embed-raw-javascript",
"shared-data-types",
"external",
"bind-to-js-object",
"bind-to-js-function",
"import-from-export-to-js",
"bind-to-global-js-values",
"json",
"inlining-constants",
"use-illegal-identifier-names",
"generate-converters-accessors",
"browser-support-polyfills",
"libraries"
],
"Build System": [
"build-overview",
"build-configuration",
"build-configuration-schema",
"build-external-stdlib",
"build-pinned-dependencies",
"interop-with-js-build-systems",
"build-performance"
],
"Guides": [
"converting-from-js"
],
"Extra": [
"newcomer-examples",
"project-structure",
"faq"
]
}
31 changes: 31 additions & 0 deletions data/pt-BR/sidebar_react_latest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"Overview": [
"introduction",
"installation",
"migrate-react"
],
"Main Concepts": [
"elements-and-jsx",
"rendering-elements",
"components-and-props",
"arrays-and-keys",
"refs-and-the-dom",
"context",
"styling",
"router"
],
"Hooks & State Management": [
"hooks-overview",
"hooks-effect",
"hooks-state",
"hooks-reducer",
"hooks-context",
"hooks-ref",
"hooks-custom"
],
"Guides": [
"beyond-jsx",
"forwarding-refs",
"extensions-of-props"
]
}
30 changes: 30 additions & 0 deletions data/pt-BR/sidebar_react_v0100.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"Overview": [
"introduction",
"installation",
"migrate-react"
],
"Main Concepts": [
"elements-and-jsx",
"rendering-elements",
"components-and-props",
"arrays-and-keys",
"refs-and-the-dom",
"context",
"styling",
"router"
],
"Hooks & State Management": [
"hooks-overview",
"hooks-effect",
"hooks-state",
"hooks-reducer",
"hooks-context",
"hooks-ref",
"hooks-custom"
],
"Guides": [
"beyond-jsx",
"forwarding-refs"
]
}
File renamed without changes.
1 change: 1 addition & 0 deletions index_data/pt-BR/community_toc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"/pt-BR/community/overview":{"id":"overview","title":"Overview","headers":[{"name":"Official Channels","href":"official-channels"},{"name":"Articles","href":"articles"},{"name":"Questions","href":"questions"}],"category":"Resources"},"/pt-BR/community/roadmap":{"id":"roadmap","title":"Roadmap","headers":[{"name":"Current focus","href":"current-focus"}],"category":"Resources"},"/pt-BR/community/code-of-conduct":{"id":"code-of-conduct","title":"Code of Conduct","headers":[{"name":"Our Pledge","href":"our-pledge"},{"name":"Our Standards","href":"our-standards"},{"name":"Our Responsibilities","href":"our-responsibilities"},{"name":"Scope","href":"scope"},{"name":"Enforcement","href":"enforcement"},{"name":"Attribution","href":"attribution"}],"category":"Resources"},"/pt-BR/community/translations":{"id":"translations","title":"Translations","headers":[{"name":"Languages","href":"languages"}],"category":"Resources"}}
1 change: 1 addition & 0 deletions index_data/pt-BR/gentype_latest_toc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"/pt-BR/docs/gentype/latest/introduction":{"id":"introduction","title":"Introduction","headers":[{"name":"A Quick Example","href":"a-quick-example"},{"name":"Development","href":"development"}],"category":"Overview"},"/pt-BR/docs/gentype/latest/getting-started":{"id":"getting-started","title":"Getting Started","headers":[{"name":"Setup","href":"setup"},{"name":"Configuration","href":"configuration"},{"name":"Adding Shims","href":"adding-shims"},{"name":"Testing the Whole Setup","href":"testing-the-whole-setup"},{"name":"Examples","href":"examples"},{"name":"Experimental features","href":"experimental-features"},{"name":"Limitations","href":"limitations"}],"category":"Overview"},"/pt-BR/docs/gentype/latest/usage":{"id":"usage","title":"Usage","headers":[{"name":"Export and Import Types","href":"export-and-import-types"},{"name":"Export and Import Values","href":"export-and-import-values"},{"name":"Interface (.resi) and Implementation (.res) files","href":"interface-resi-and-implementation-res-files"},{"name":"Type Expansion and @genType.opaque","href":"type-expansion-and-gentypeopaque"},{"name":"Renaming, @genType.as, and object mangling convention.","href":"renaming-gentypeas-and-object-mangling-convention"},{"name":"Dependent Projects / Libraries","href":"dependent-projects--libraries"}],"category":"Overview"},"/pt-BR/docs/gentype/latest/supported-types":{"id":"supported-types","title":"Supported Types","headers":[{"name":"Int","href":"int"},{"name":"Float","href":"float"},{"name":"String","href":"string"},{"name":"Optionals","href":"optionals"},{"name":"Nullables","href":"nullables"},{"name":"Records","href":"records"},{"name":"Objects","href":"objects"},{"name":"Tuples","href":"tuples"},{"name":"Variants","href":"variants"},{"name":"Arrays","href":"arrays"},{"name":"Functions and Function Components","href":"functions-and-function-components"},{"name":"Imported Types","href":"imported-types"},{"name":"Recursive Types","href":"recursive-types"},{"name":"First Class Modules","href":"first-class-modules"},{"name":"Polymorphic Types","href":"polymorphic-types"},{"name":"Promises","href":"promises"}],"category":"Advanced"}}
1 change: 1 addition & 0 deletions index_data/pt-BR/latest_belt_api_index.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index_data/pt-BR/latest_dom_api_index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"/docs/manual/latest/api/dom/storage":{"moduleName":"Storage","headers":[{"name":"t","href":"t"},{"name":"clear","href":"clear"},{"name":"getItem","href":"getitem"},{"name":"key","href":"key"},{"name":"length","href":"length"},{"name":"localStorage","href":"localstorage"},{"name":"removeItem","href":"removeitem"},{"name":"sessionStorage","href":"sessionstorage"},{"name":"setItem","href":"setitem"}]},"/docs/manual/latest/api/dom/storage2":{"moduleName":"Storage2","headers":[{"name":"t","href":"t"},{"name":"clear","href":"clear"},{"name":"getItem","href":"getitem"},{"name":"key","href":"key"},{"name":"length","href":"length"},{"name":"localStorage","href":"localstorage"},{"name":"removeItem","href":"removeitem"},{"name":"sessionStorage","href":"sessionstorage"},{"name":"setItem","href":"setitem"}]},"/docs/manual/latest/api/dom":{"moduleName":"Dom","headers":[{"name":"animation","href":"animation"},{"name":"animationEvent","href":"animationevent"},{"name":"beforeUnloadEvent","href":"beforeunloadevent"},{"name":"cdataSection","href":"cdatasection"},{"name":"characterData","href":"characterdata"},{"name":"clipboardEvent","href":"clipboardevent"},{"name":"closeEvent","href":"closeevent"},{"name":"comment","href":"comment"},{"name":"compositionEvent","href":"compositionevent"},{"name":"cssStyleDeclaration","href":"cssstyledeclaration"},{"name":"cssStyleSheet","href":"cssstylesheet"},{"name":"customEvent","href":"customevent"},{"name":"dataTransfer","href":"datatransfer"},{"name":"document","href":"document"},{"name":"documentType","href":"documenttype"},{"name":"domImplementation","href":"domimplementation"},{"name":"domRect","href":"domrect"},{"name":"domSettableTokenList","href":"domsettabletokenlist"},{"name":"domStringMap","href":"domstringmap"},{"name":"domTokenList","href":"domtokenlist"},{"name":"dragEvent","href":"dragevent"},{"name":"element","href":"element"},{"name":"errorEvent","href":"errorevent"},{"name":"event","href":"event"},{"name":"eventPointerId","href":"eventpointerid"},{"name":"focusEvent","href":"focusevent"},{"name":"history","href":"history"},{"name":"htmlAnchorElement","href":"htmlanchorelement"},{"name":"htmlAreaElement","href":"htmlareaelement"},{"name":"htmlAudioElement","href":"htmlaudioelement"},{"name":"htmlBaseElement","href":"htmlbaseelement"},{"name":"htmlBodyElement","href":"htmlbodyelement"},{"name":"htmlBrElement","href":"htmlbrelement"},{"name":"htmlButtonElement","href":"htmlbuttonelement"},{"name":"htmlCanvasElement","href":"htmlcanvaselement"},{"name":"htmlCollection","href":"htmlcollection"},{"name":"htmlDataElement","href":"htmldataelement"},{"name":"htmlDataListElement","href":"htmldatalistelement"},{"name":"htmlDialogElement","href":"htmldialogelement"},{"name":"htmlDivElement","href":"htmldivelement"},{"name":"htmlDlistElement","href":"htmldlistelement"},{"name":"htmlDocument","href":"htmldocument"},{"name":"htmlElement","href":"htmlelement"},{"name":"htmlEmbedElement","href":"htmlembedelement"},{"name":"htmlFieldSetElement","href":"htmlfieldsetelement"},{"name":"htmlFormControlsCollection","href":"htmlformcontrolscollection"},{"name":"htmlFormElement","href":"htmlformelement"},{"name":"htmlHeadElement","href":"htmlheadelement"},{"name":"htmlHeadingElement","href":"htmlheadingelement"},{"name":"htmlHrElement","href":"htmlhrelement"},{"name":"htmlHtmlElement","href":"htmlhtmlelement"},{"name":"htmlIframeElement","href":"htmliframeelement"},{"name":"htmlImageElement","href":"htmlimageelement"},{"name":"htmlInputElement","href":"htmlinputelement"},{"name":"htmlLabelElement","href":"htmllabelelement"},{"name":"htmlLegendElement","href":"htmllegendelement"},{"name":"htmlLiElement","href":"htmllielement"},{"name":"htmlLinkElement","href":"htmllinkelement"},{"name":"htmlMapElement","href":"htmlmapelement"},{"name":"htmlMediaElement","href":"htmlmediaelement"},{"name":"htmlMenuElement","href":"htmlmenuelement"},{"name":"htmlMetaElement","href":"htmlmetaelement"},{"name":"htmlMeterElement","href":"htmlmeterelement"},{"name":"htmlModElement","href":"htmlmodelement"},{"name":"htmlObjectElement","href":"htmlobjectelement"},{"name":"htmlOListElement","href":"htmlolistelement"},{"name":"htmlOptGroupElement","href":"htmloptgroupelement"},{"name":"htmlOptionElement","href":"htmloptionelement"},{"name":"htmlOptionsCollection","href":"htmloptionscollection"},{"name":"htmlOutputElement","href":"htmloutputelement"},{"name":"htmlParagraphElement","href":"htmlparagraphelement"},{"name":"htmlParamElement","href":"htmlparamelement"},{"name":"htmlPreElement","href":"htmlpreelement"},{"name":"htmlProgressElement","href":"htmlprogresselement"},{"name":"htmlQuoteElement","href":"htmlquoteelement"},{"name":"htmlScriptElement","href":"htmlscriptelement"},{"name":"htmlSelectElement","href":"htmlselectelement"},{"name":"htmlSlotElement","href":"htmlslotelement"},{"name":"htmlSourceElement","href":"htmlsourceelement"},{"name":"htmlSpanElement","href":"htmlspanelement"},{"name":"htmlStyleElement","href":"htmlstyleelement"},{"name":"htmlTableCaptionElement","href":"htmltablecaptionelement"},{"name":"htmlTableCellElement","href":"htmltablecellelement"},{"name":"htmlTableColElement","href":"htmltablecolelement"},{"name":"htmlTableDataCellElement","href":"htmltabledatacellelement"},{"name":"htmlTableElement","href":"htmltableelement"},{"name":"htmlTableHeaderCellElement","href":"htmltableheadercellelement"},{"name":"htmlTableRowElement","href":"htmltablerowelement"},{"name":"htmlTableSectionElement","href":"htmltablesectionelement"},{"name":"htmlTextAreaElement","href":"htmltextareaelement"},{"name":"htmlTimeElement","href":"htmltimeelement"},{"name":"htmlTitleElement","href":"htmltitleelement"},{"name":"htmlTrackElement","href":"htmltrackelement"},{"name":"htmlUlistElement","href":"htmlulistelement"},{"name":"htmlUnknownElement","href":"htmlunknownelement"},{"name":"htmlVideoElement","href":"htmlvideoelement"},{"name":"idbVersionChangeEvent","href":"idbversionchangeevent"},{"name":"inputEvent","href":"inputevent"},{"name":"intersectionObserver","href":"intersectionobserver"},{"name":"intersectionObserverEntry","href":"intersectionobserverentry"},{"name":"keyboardEvent","href":"keyboardevent"},{"name":"location","href":"location"},{"name":"mouseEvent","href":"mouseevent"},{"name":"mutationObserver","href":"mutationobserver"},{"name":"mutationRecord","href":"mutationrecord"},{"name":"namedNodeMap","href":"namednodemap"},{"name":"node","href":"node"},{"name":"nodeFilter","href":"nodefilter"},{"name":"nodeIterator","href":"nodeiterator"},{"name":"nodeList","href":"nodelist"},{"name":"pageTransitionEvent","href":"pagetransitionevent"},{"name":"performanceObserver","href":"performanceobserver"},{"name":"performanceObserverEntryList","href":"performanceobserverentrylist"},{"name":"pointerEvent","href":"pointerevent"},{"name":"popStateEvent","href":"popstateevent"},{"name":"processingInstruction","href":"processinginstruction"},{"name":"progressEvent","href":"progressevent"},{"name":"radioNodeList","href":"radionodelist"},{"name":"range","href":"range"},{"name":"relatedEvent","href":"relatedevent"},{"name":"reportingObserver","href":"reportingobserver"},{"name":"reportingObserverOptions","href":"reportingobserveroptions"},{"name":"resizeObserver","href":"resizeobserver"},{"name":"resizeObserverEntry","href":"resizeobserverentry"},{"name":"selection","href":"selection"},{"name":"shadowRoot","href":"shadowroot"},{"name":"storageEvent","href":"storageevent"},{"name":"svgPoint","href":"svgpoint"},{"name":"svgRect","href":"svgrect"},{"name":"svgZoomEvent","href":"svgzoomevent"},{"name":"text","href":"text"},{"name":"timeEvent","href":"timeevent"},{"name":"touchEvent","href":"touchevent"},{"name":"trackEvent","href":"trackevent"},{"name":"transitionEvent","href":"transitionevent"},{"name":"treeWalker","href":"treewalker"},{"name":"uiEvent","href":"uievent"},{"name":"webGlContextEvent","href":"webglcontextevent"},{"name":"wheelEvent","href":"wheelevent"},{"name":"window","href":"window"},{"name":"xmlDocument","href":"xmldocument"}]}}
1 change: 1 addition & 0 deletions index_data/pt-BR/latest_js_api_index.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index_data/pt-BR/manual_latest_toc.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index_data/pt-BR/manual_v800_toc.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index_data/pt-BR/manual_v900_toc.json

Large diffs are not rendered by default.

Loading