Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# *
User-agent: *
Allow: /
Disallow: /*.json$
Disallow: /*_buildManifest.js$
Disallow: /*_middlewareManifest.js$
Disallow: /*_ssgManifest.js$
Disallow: /*.js$

# Host
Host: https://platform.text.com/docs/
Host: https://platform.text.com/docs

# Sitemaps
Sitemap: https://platform.text.com/docs/sitemap.xml
5 changes: 5 additions & 0 deletions src/components/extensions/Placeholder.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const placeholders = {
label: "LiveChat Marketplace",
url: "https://www.livechat.com/marketplace/",
},
DESIGN_SYSTEM_URL: {
type: "link",
label: "Design System",
url: "https://design.livechat.com/",
},
};

const Placeholder = ({ id }) => {
Expand Down
4 changes: 4 additions & 0 deletions src/configs/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
{
"slug": "/extending-agent-app/product-cards/",
"title": "Product Cards"
},
{
"slug": "/extending-agent-app/developer-ui-toolkit/",
"title": "Developer UI Toolkit"
}
]
},
Expand Down
1 change: 1 addition & 0 deletions src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ const EXCLUDED_SEARCH_RESULTS = [
"/messaging/apple-messages-for-business",
"/management/configuration-api/v2.0",
"/management/limits",
"/extending-agent-app/product-cards/"
];

// Some search results are unclear. Sometimes there's missing information
Expand Down
Loading