Prechádzať zdrojové kódy

[blog] Improve blog content and fix try-out formatting (#2170)

Harsh Gupta 4 rokov pred
rodič
commit
e2e5d35d35

+ 6 - 10
docs/gethue/content/en/posts/2021-04-09-collaborate-on-your-sql-queries-and-results-directly-within-slack.md

@@ -89,24 +89,21 @@ Users can share the SQL gists too!
 
 Keeping in mind the security aspect, those Slack users who are Hue users and have the read permissions to access the query and its result will get this rich preview and result file after sharing the link. This mapping is currently done by checking the email prefix and its host for Hue username.
 
-For example, some person ‘Alice’ having a Hue account with username ‘alice’ can have read access from some Slack account only if it's the same email address from the same domain. i.e. **alice@gethue.com slack user** can only access **Hue user ‘alice’** on **hue.gethue.com**.
+For example, some person ‘Alice’ having a Hue account with username ‘alice’ can have read access from some Slack account only if it's the same email address from the same domain. i.e. **alice@gethue.com slack user** can only access **Hue user ‘alice’** on **hue.gethue.com**.
 
 ### What's coming up next?
 
 In the follow-ups, promoting the Share to Slack from the Hue side where users can select the channel to send the link.
 
 Also stay tuned for more such functionalities such as replying to users asking questions on how to find certain data tables or to query them and also send results for scheduled queries in certain Slack channels!
-
 ### Try it out!
 
-Get your hands on this beta feature by:
-
-- Running some queries on the [demo live editor](https://demo.gethue.com/).
+Log in to the [Slack workspace](https://hue-sql-assistant.slack.com/) to access the demo SQL Assistant by using the following Slack account credentials:
 
-- Logging in to [demo workspace](https://demo-hue.slack.com/) by using the following credentials:
+      email: demo@gethue.com
+      password: gethue
 
-      Slack account email: demo@gethue.com
-      Slack account password: gethue
+Read its [user guide](https://docs.gethue.com/user/concept/#share-to-slack) and stay tuned for upcoming updates.
 
 Till then, run some queries, copy those links and share ‘em all!
 
@@ -115,7 +112,6 @@ Till then, run some queries, copy those links and share ‘em all!
 
 Any feedback or question? Feel free to comment here or on the <a href="https://discourse.gethue.com/">Forum</a> and <a href="https://docs.gethue.com/quickstart/">quick start</a> SQL querying!
 
-
 Onwards!
 
-~ Harsh from the Hue Team
+Harsh from the Hue Team

+ 13 - 12
docs/gethue/content/en/posts/2021-05-18-installing-hue-slack-app-in-three-simple-steps.md

@@ -61,33 +61,34 @@ Now, it's time to create your own app:
 - Read the review summary and if everything’s correct, click **Create**.
 - Once the app is created, install it in the workspace!
 
+![Slack Installation Flow](https://cdn.gethue.com/uploads/2021/05/slack-install.gif)
+
 Completing the last step of plugging it with Hue, it's time to update your hue.ini configuration file:
 - Go to the **OAuth & Permissions page**, copy the **Bot User OAuth Token** and update **slack_bot_user_token** (e.g. xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxx)
 - Similarly, go to the **Basic Information** page, copy the **Verification Token** and update **slack_verification_token**
-- Paste this in your hue.ini file under `[desktop]` section
-
-      [[slack]]
-      is_enabled=true
-      slack_verification_token=<your-slack-verification-token>
-      slack_bot_user_token=<your-slack-bot-user-token>
 
-That’s it! Your own Hue App is ready to roll!
+And paste this in your hue.ini file under `[desktop]` section
 
-Read its [user guide](https://docs.gethue.com/user/concept/#share-to-slack) or the [blog](https://gethue.com/blog/2021-04-09-collaborate-on-your-sql-queries-and-results-directly-within-slack/) and stay tuned for upcoming updates.
+    [[slack]]
+    is_enabled=true
+    slack_verification_token=<your-slack-verification-token>
+    slack_bot_user_token=<your-slack-bot-user-token>
 
+That’s it! Your own Hue App is ready to roll!
 ### Try it out!
 
-Get your hands on demo Hue App by:
-
-- Running some queries on the [demo live editor](https://demo.gethue.com/).
-- Logging in to [demo workspace](https://demo-hue.slack.com/) by using the following Slack account credentials:
+Log in to the [Slack workspace](https://hue-sql-assistant.slack.com/) to access the demo SQL Assistant by using the following Slack account credentials:
 
       email: demo@gethue.com
       password: gethue
 
+Run some queries on the [demo live editor](https://demo.gethue.com/) and share their links. Read its [user guide](https://docs.gethue.com/user/concept/#share-to-slack) or the [blog](https://gethue.com/blog/2021-04-09-collaborate-on-your-sql-queries-and-results-directly-within-slack/) and stay tuned for upcoming updates.
+
 </br>
 </br>
 
 Any [feedback](https://github.com/cloudera/hue/issues) or question is highly welcomed! Feel free to comment here or on the <a href="https://discourse.gethue.com/">Forum</a> and <a href="https://docs.gethue.com/quickstart/">quick start</a> SQL querying!
 
+Onwards!
+
 Harsh from the Hue Team