Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/components/site/BlogRequestDemo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
autocomplete="email"
required
/>
<button type="submit">Talk to Prithvi</button>
<button type="submit">Book demo</button>
<p id="rff-status" class="rff-status" aria-live="polite"></p>
</form>

Expand Down
2 changes: 1 addition & 1 deletion src/content/blog/technical/agent-docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ This is a substantial amount of work:

And that's before accounting for keeping docs current as the product evolves - which only gets harder as your engineering team ships faster with AI.

If you’re looking for a solution that handles this automatically, book a call with Prithvi, our founder and CEO ↓↓↓. 30-day free trial included!
If you’re looking for a solution that handles this automatically, book a quick 15-min demo with one of our engineers ↓↓↓. 30-day free trial included!

<BlogRequestDemo />

Expand Down
2 changes: 1 addition & 1 deletion src/content/website/demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Introducing Promptless 1.0: the first AI agent that automatically updates your c

### Ready to see it in action?

Book a call with Prithvi, our founder and CEO, to see how Promptless can automate your docs workflow. 30-day free trial included!
Book a 15-min demo with one of our engineers to see how Promptless can automate your docs workflow. 30-day free trial included!

<BlogRequestDemo />
5 changes: 5 additions & 0 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,11 @@ main:has(.pl-site-page.pl-site-page-compact) .content-panel + .content-panel {
border-radius: 10px;
}

main:has(.collection-back-link) .sl-markdown-content {
max-width: 72ch;
margin-inline: auto;
}

.collection-back-link {
margin: 0 0 1.1rem;
font-size: var(--sl-text-sm);
Expand Down
Loading