fix(docs): address CTO review feedback on marketing site

- Convert mobile-groomers.html from Markdown to proper HTML
- Fix "Client/p pet profiles" typo → "Client/pet profiles"
- Add missing trailing newlines to all files
- Remove duplicate "Back to Home" link in getting-started/index.html
- Fix link paths: use relative URLs instead of /groombook/docs/ absolute paths
- Remove placeholder testimonials with fake names

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Groom Book CTO
2026-03-24 21:56:16 +00:00
parent 6945efdbed
commit 735c0f09fd
6 changed files with 148 additions and 106 deletions
+3 -5
View File
@@ -30,11 +30,9 @@
<body>
<header>
<h1>Getting Started with Groom Book</h1>
<a href="/">← Back to Home</a>
<a href="../">← Back to Home</a>
</header>
<a href="/" class="back-link">← Back to Home</a>
<p>Groom Book can be run on a single server with Docker Compose or in a production Kubernetes cluster. Choose the path that fits your needs.</p>
<h2>Docker Compose (Recommended for Single Server)</h2>
@@ -114,7 +112,7 @@
<li><a href="https://github.com/groombook/groombook">GitHub Repository</a></li>
<li><a href="https://github.com/groombook/groombook/issues">Report an Issue</a></li>
<li><a href="https://discord.gg/groombook">Join Our Discord</a></li>
<li><a href="/groombook/docs/blog/launch.html">Launch Announcement</a></li>
<li><a href="../blog/launch.html">Launch Announcement</a></li>
</ul>
</body>
</html>
</html>