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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user