docs: add gallery screenshot & link in README (#10988)

* docs: add gallery screenshot & link in README

* deallowing large files
This commit is contained in:
Maxime Beauchemin 2020-09-21 22:48:55 -07:00 committed by GitHub
parent 8e4a1c8356
commit 3be8bdad9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 1 deletions

View File

@ -35,6 +35,7 @@ repos:
rev: v3.2.0
hooks:
- id: check-docstring-first
- id: check-added-large-files
- id: check-yaml
exclude: ^helm/superset/templates/
- id: debug-statements

View File

@ -48,6 +48,10 @@ A modern, enterprise-ready business intelligence web application.
## Screenshots & Gifs
**Gallery**
<kbd><a href="https://superset.apache.org/gallery"><img title="Gallery" src="https://raw.githubusercontent.com/apache/incubator-superset/master/superset-frontend/images/screenshots/gallery.png"></a></kbd><br/>
**View Dashboards**
<kbd><img title="View Dashboards" src="https://raw.githubusercontent.com/apache/incubator-superset/master/superset-frontend/images/screenshots/bank_dash.png"></kbd><br/>

View File

@ -25,7 +25,7 @@ const NotFoundPage = () => (
<Layout>
<SEO title="404: Not found" />
<h1>NOT FOUND</h1>
<p>Sorry, you've requested a page that does not exist.</p>
<p>Sorry, you&apos;ve requested a page that does not exist.</p>
</Layout>
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB