Skip to content

Commit 4821c09

Browse files
aluedeketnolet
andauthored
Feat lmstxt (#1291)
* feat: wip * Update site configuration with new title and enhanced description. * Revamp index layout to enhance documentation structure and clarity. Added sections for Core Documentation, Guides, Learning Resources, and API Reference, along with important notes about Checkly's features. * Add full text output format for documentation and update site configuration to include it in home outputs. * Enhance documentation layout with detailed sections for Check Types, Monitoring as Code, Organization & Management, Platform Features, and Advanced Features. Update links and descriptions for improved navigation and clarity. * replicate docs nav in llms.txt * remove llms-full.txt for now * improve generale notes * Update important notes in index.txt to clarify monitoring features and project setup instructions for Checkly. Changed "real user monitoring" to "uptime monitoring" and revised guidance on project structure creation to emphasize manual setup over CLI usage. --------- Co-authored-by: tnolet <[email protected]>
1 parent ad1790a commit 4821c09

File tree

2 files changed

+456
-2
lines changed

2 files changed

+456
-2
lines changed

site/config.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
baseurl = "https://www.checklyhq.com"
22
languageCode = "en-us"
33
languageLang = "en"
4-
title = "Build and Run Synthetics That Scale"
4+
title = "Checkly - Developer-First Synthetic Monitoring"
55
disableKinds = ["RSS"]
66
enableGitInfo = true
77
enableRobotsTXT = true
@@ -12,6 +12,14 @@ pygmentsUseClasses = true
1212

1313
disqusShortname = "checkly"
1414

15+
[outputFormats.txt]
16+
mediaType = "text/plain"
17+
baseName = "llms"
18+
isPlainText = true
19+
20+
[outputs]
21+
home = ['html', 'rss', 'txt']
22+
1523
[taxonomies]
1624
tag = "tags"
1725
category = "categories"
@@ -20,7 +28,7 @@ disqusShortname = "checkly"
2028
blog = "/blog/:year/:month/:title/"
2129

2230
[params]
23-
description = "Monitoring as code workflow for developers: programmable, fast, reliable."
31+
description = "Code-first synthetic monitoring platform for modern development teams. Monitor APIs, web apps, and user journeys with Playwright-powered browser checks, monitoring as code workflows, and seamless CI/CD integration."
2432

2533
[[menu.topnav]]
2634
name = "Documentation"

0 commit comments

Comments
 (0)