Skip to content

Commit

Permalink
Cleanup tag docs (#1275)
Browse files Browse the repository at this point in the history
resolves #969
  • Loading branch information
pascal-holy committed Mar 18, 2021
1 parent 5b42398 commit d4af45c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 22 deletions.
5 changes: 0 additions & 5 deletions docs/docs/apps/ui/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,3 @@ Additional features like [Filters, Search](inbox) and [Tags](tags) help you.
link='apps/ui/components'
/>
</ButtonBoxList>

**Overview**

<img alt="Demo Tags"
src={useBaseUrl('img/apps/ui/demotags.gif')} />
22 changes: 10 additions & 12 deletions docs/docs/apps/ui/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ sidebar_label: Tags
---

import useBaseUrl from '@docusaurus/useBaseUrl';
import TLDR from "@site/src/components/TLDR";

**Introduction**

Tags are words, or combinations of words, you can use to add more context to conversations and contacts.
<TLDR>Tags are words, or combinations of words, you can use to add more context to conversations and contacts.</TLDR>

Tags provide you with an unlimited amount of flexibility to manage and customize your conversational workflow.

Expand All @@ -17,20 +16,19 @@ Here are the ways you can create and use tags:
- Your users can create them manually directly in conversations
- They can be created in the Tag Manager

<img alt="Demo Tags"
src={useBaseUrl('img/apps/ui/demotags.gif')} />

**Create Tags**
## Create Tags

When you create a tag you can choose a color to visually identify it better in the inbox.
This can also be done via the tags create API.
This can also be done via the [Create Tags API](api/endpoints/tags.md#create).

<img alt="Demo Tags"src={useBaseUrl('img/apps/ui/create_tags.gif')} />

**Edit Tags**
## Edit Tags

When editing tags you can change the name and the color of each tag.
This can also be done via the tags update API.
This can also be done via the [Edit Tags API](api/endpoints/tags.md#update).

**Delete Tags**
## Delete Tags

Deleting tags deletes them completely.
This can also be done via the tags delete API.
This can also be done via the [Delete Tags API](api/endpoints/tags.md#delete).
6 changes: 1 addition & 5 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,7 @@ module.exports = {
],
},
{
'✨ Apps': [
{
UI: ['apps/ui/introduction', 'apps/ui/quickstart', 'apps/ui/inbox', 'apps/ui/tags', 'apps/ui/components'],
},
],
'💎 UI': ['apps/ui/introduction', 'apps/ui/quickstart', 'apps/ui/inbox', 'apps/ui/tags', 'apps/ui/components'],
},
{
'🛠️ Integrations': [
Expand Down
Binary file added docs/static/img/apps/ui/create_tags.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/static/img/apps/ui/demotags.gif
Binary file not shown.

0 comments on commit d4af45c

Please sign in to comment.