-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fill Review CLI section in Custom React docs page, add default UI sup…
…port (#697) * Small wording changes * Add default review interface for use with the CLI tool * Update docs with custom renderer information * Update annotated information * mention blueprintjs
- Loading branch information
Showing
22 changed files
with
33,416 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"files": { | ||
"main.css": "/static/css/main.41f44bb3.css", | ||
"main.js": "/static/js/main.7cc18a59.js", | ||
"static/media/icons-20.eot": "/static/media/icons-20.cde033c5d3f24283f757.eot", | ||
"static/media/icons-20.woff": "/static/media/icons-20.1ef633d3a28d0986f63e.woff", | ||
"static/media/icons-20.ttf": "/static/media/icons-20.57b3e708b232fdcb64f9.ttf", | ||
"static/media/icons-16.eot": "/static/media/icons-16.2368f88a078780d80145.eot", | ||
"static/media/icons-16.woff": "/static/media/icons-16.1645f50fb7f7c109f64e.woff", | ||
"static/media/icons-16.ttf": "/static/media/icons-16.13933033991f62d6bb64.ttf", | ||
"index.html": "/index.html", | ||
"main.41f44bb3.css.map": "/static/css/main.41f44bb3.css.map", | ||
"main.7cc18a59.js.map": "/static/js/main.7cc18a59.js.map" | ||
}, | ||
"entrypoints": ["static/css/main.41f44bb3.css", "static/js/main.7cc18a59.js"] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<meta name="theme-color" content="#000000" /> | ||
<meta | ||
name="description" | ||
content="Web site created using create-react-app" | ||
/> | ||
<link rel="apple-touch-icon" href="/logo192.png" /> | ||
<title>Mephisto Review</title> | ||
<script defer="defer" src="/static/js/main.7cc18a59.js"></script> | ||
<link href="/static/css/main.41f44bb3.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# https://www.robotstxt.org/robotstxt.html | ||
User-agent: * | ||
Disallow: |
Oops, something went wrong.