Skip to content

Commit

Permalink
chore(docs-v2): remove blog and tutorial and update some styling (#17929
Browse files Browse the repository at this point in the history
)

* add superset logo and favicon, change styles to better match current docs, add prettierrc

* change file types to mdx

* Add simple superset dark mode freindly logo

* clean up default pages - blog and tutorial docs

Co-authored-by: Corbin Robb <corbin@Corbins-MacBook-Pro.local>
  • Loading branch information
corbinrobb and Corbin Robb authored Jan 11, 2022
1 parent d49e15a commit 0287f26
Show file tree
Hide file tree
Showing 29 changed files with 106 additions and 622 deletions.
5 changes: 5 additions & 0 deletions docs-v2/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid"
}
12 changes: 0 additions & 12 deletions docs-v2/blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions docs-v2/blog/2019-05-29-long-blog-post.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs-v2/blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions docs-v2/blog/2021-08-26-welcome/index.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs-v2/blog/authors.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions docs-v2/docs/intro.md → docs-v2/docs/intro.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Introduction
route: /docs/intro
title: Introduction
hide_title: true
sidebar_position: 1
---
# Introduction

## What is Apache Superset?

Apache Superset is a modern, enterprise-ready business intelligence web application. It
Expand All @@ -16,10 +16,10 @@ Here are a **few different ways you can get started with Superset**:
- Download the [source from Apache Foundation's website](https://dist.apache.org/repos/dist/release/superset/1.0.0/)
- Download the latest Superset version from [Pypi here](https://pypi.org/project/apache-superset/)
- Setup Superset locally with one command
using [Docker Compose](installation/installing-superset-using-docker-compose)
using [Docker Compose](installation/installing-superset-using-docker-compose)
- Download the [Docker image](https://hub.docker.com/r/apache/superset) from Dockerhub
- Install the latest version of Superset
[from Github](https://github.com/apache/superset/tree/latest)
[from Github](https://github.com/apache/superset/tree/latest)

Superset provides:

Expand Down
File renamed without changes.
4 changes: 0 additions & 4 deletions docs-v2/docs/tutorial-basics/_category_.json

This file was deleted.

21 changes: 0 additions & 21 deletions docs-v2/docs/tutorial-basics/congratulations.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs-v2/docs/tutorial-basics/create-a-blog-post.md

This file was deleted.

55 changes: 0 additions & 55 deletions docs-v2/docs/tutorial-basics/create-a-document.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs-v2/docs/tutorial-basics/create-a-page.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs-v2/docs/tutorial-basics/deploy-your-site.md

This file was deleted.

Loading

0 comments on commit 0287f26

Please sign in to comment.