From c06aeae84f464ac0513e4bf98d7c4f47e310c2c5 Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Tue, 15 Nov 2016 13:56:55 +0200 Subject: [PATCH] Update references to documentation to point at the new one --- CONTRIBUTING.md | 18 ++++++++---------- README.md | 28 +++++++++++----------------- redash/templates/footer.html | 2 +- 3 files changed, 20 insertions(+), 28 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be45e922ea..bcc5d96442 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ The following is a set of guidelines for contributing to Redash. These are guide - [Feature Roadmap](https://trello.com/b/b2LUHU7A/re-dash-roadmap) - [Feature Requests](https://discuss.redash.io/c/feature-requests) - [Gitter Chat](https://gitter.im/getredash/redash) or [Slack](https://slack.redash.io) -- [Documentation](http://docs.redash.io) +- [Documentation](https://redash.io/help/) - [Blog](http://blog.redash.io/) - [Twitter](https://twitter.com/getredash) @@ -18,7 +18,7 @@ The following is a set of guidelines for contributing to Redash. These are guide --- - + ## Table of Contents [How can I contribute?](#how-can-i-contribute) @@ -28,12 +28,12 @@ The following is a set of guidelines for contributing to Redash. These are guide - [Pull Requests](#pull-requests) - [Documentation](#documentation) - Design? - + [Addtional Notes](#additional-notes) - [Release Method](#release-method) - [Code of Conduct](#code-of-conduct) - + ## How can I contribute? ### Reporting Bugs @@ -43,26 +43,24 @@ When creating a new bug report, please make sure to: - Search for existing issues first. If you find a previous report of your issue, please update the existing issue with additional information instead of creating a new one. - If you are not sure if your issue is really a bug or just some configuration/setup problem, please start a discussion in [the support forum](https://discuss.redash.io/c/support) first. Unless you can provide clear steps to reproduce, it's probably better to start with a thread in the forum and later to open an issue. - If you still decide to open an issue, please review the template and guidelines and include as much details as possible. - + ### Suggesting Enhancements / Feature Requests If you would like to suggest an enchancement or ask for a new feature: - Please check [the roadmap](https://trello.com/b/b2LUHU7A/re-dash-roadmap) for existing Trello card for what you want to suggest/ask. If there is, feel free to upvote it to signal interest or add your comments. - If there is no existing card, open a thread in [the forum](https://discuss.redash.io/c/feature-requests) to start a discussion about what you want to suggest. Try to provide as much details and context as possible and include information about *the problem you want to solve* rather only *your proposed solution*. - + ### Pull Requests - **Code contributions are welcomed**. For big changes or significant features, it's usually better to reach out first and discuss what you want to implement and how (we recommend reading: [Pull Request First](https://medium.com/practical-blend/pull-request-first-f6bb667a9b6#.ozlqxvj36)). This to make sure that what you want to implement is aligned with our goals for the project and that no one else is already working on it. - Include screenshots and animated GIFs in your pull request whenever possible. - Please add [documentation](#documentation) for new features or changes in functionality along with the code. - Please follow existing code style. We use PEP8 for Python and sensible style for Javascript. - -### Documentation -The project's documentation can be found at [docs.redash.io](http://docs.redash.io/). The [documentation sources](https://github.com/getredash/redash/tree/master/docs) are managed along with the code and to contribute edits / new pages, you can use GitHub's interface. Click the "Edit on GitHub" link on the documentation page to quickly open the edit interface. +### Documentation -The pages are written in *reStructuredText* format, which is very similar to Markdown. +The project's documentation can be found at [https://redash.io/help/](https://redash.io/help/). The [documentation sources](https://github.com/getredash/website/tree/master/user-guide) are hosted on GitHub. To contribute edits / new pages, you can use GitHub's interface. Click the "Edit on GitHub" link on the documentation page to quickly open the edit interface. ## Additional Notes diff --git a/README.md b/README.md index 28364b9e12..f48632cd88 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,26 @@ -More details about the future of re:dash : http://bit.ly/journey-first-step - ---- -

- +

[![Join the chat at https://gitter.im/getredash/redash](https://badges.gitter.im/getredash/redash.svg)](https://gitter.im/getredash/redash?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Documentation](https://img.shields.io/badge/docs-redash.io-brightgreen.svg)](http://docs.redash.io) +[![Documentation](https://img.shields.io/badge/docs-redash.io/help-brightgreen.svg)](https://redash.io/help/) -**_re:dash_** is our take on freeing the data within our company in a way that will better fit our culture and usage patterns. +**_Redash_** is our take on freeing the data within our company in a way that will better fit our culture and usage patterns. -Prior to **_re:dash_**, we tried to use traditional BI suites and discovered a set of bloated, technically challenged and slow tools/flows. What we were looking for was a more hacker'ish way to look at data, so we built one. +Prior to **_Redash_**, we tried to use traditional BI suites and discovered a set of bloated, technically challenged and slow tools/flows. What we were looking for was a more hacker'ish way to look at data, so we built one. -**_re:dash_** was built to allow fast and easy access to billions of records, that we process and collect using Amazon Redshift ("petabyte scale data warehouse" that "speaks" PostgreSQL). -Today **_re:dash_** has support for querying multiple databases, including: Redshift, Google BigQuery, PostgreSQL, MySQL, Graphite, +**_Redash_** was built to allow fast and easy access to billions of records, that we process and collect using Amazon Redshift ("petabyte scale data warehouse" that "speaks" PostgreSQL). +Today **_Redash_** has support for querying multiple databases, including: Redshift, Google BigQuery, PostgreSQL, MySQL, Graphite, Presto, Google Spreadsheets, Cloudera Impala, Hive and custom scripts. -**_re:dash_** consists of two parts: +**_Redash_** consists of two parts: 1. **Query Editor**: think of [JS Fiddle](http://jsfiddle.net) for SQL queries. It's your way to share data in the organization in an open way, by sharing both the dataset and the query that generated it. This way everyone can peer review not only the resulting dataset but also the process that generated it. Also it's possible to fork it and generate new datasets and reach new insights. 2. **Dashboards/Visualizations**: once you have a dataset, you can create different visualizations out of it, and then combine several visualizations into a single dashboard. Currently it supports charts, pivot table and cohorts. -**_re:dash_** is a work in progress and has its rough edges and way to go to fulfill its full potential. The Query Editor part is quite solid, but the visualizations need more work to enrich them and to make them more user friendly. - ## Demo @@ -35,8 +29,8 @@ You can try out the demo instance: http://demo.redash.io/ (login with any Google ## Getting Started -* [Setting up re:dash instance](http://redash.io/deployment/setup.html) (includes links to ready made AWS/GCE images). -* [Documentation](http://docs.redash.io). +* [Setting up Redash instance](https://redash.io/help-onpremise/setup/setting-up-redash-instance.html) (includes links to ready made AWS/GCE images). +* [Documentation](https://redash.io/help/). ## Getting Help @@ -49,8 +43,8 @@ You can try out the demo instance: http://demo.redash.io/ (login with any Google ## Reporting Bugs and Contributing Code * Want to report a bug or request a feature? Please open [an issue](https://github.com/getredash/redash/issues/new). -* Want to help us build **_re:dash_**? Fork the project, edit in a [dev environment](http://docs.redash.io/en/latest/dev/vagrant.html), and make a pull request. We need all the help we can get! +* Want to help us build **_Redash_**? Fork the project, edit in a [dev environment](https://redash.io/help-onpremise/setup/setting-up-development-environment-using-vagrant.html), and make a pull request. We need all the help we can get! ## License -See [LICENSE](https://github.com/getredash/redash/blob/master/LICENSE) file. +BSD-2-Clause. diff --git a/redash/templates/footer.html b/redash/templates/footer.html index fee83c3c26..bebc025bc8 100644 --- a/redash/templates/footer.html +++ b/redash/templates/footer.html @@ -2,7 +2,7 @@ Re:dash (New Re:dash version available)