From 0063569e9f2cdb229574e28a8c54886b77624fe8 Mon Sep 17 00:00:00 2001 From: Alex Godoroja Date: Fri, 3 Apr 2026 14:06:42 -0700 Subject: [PATCH 1/2] fix: add contact us section --- web/src/components/Topbar.astro | 1 + web/src/html/index.html | 19 ++++++++++++++++++- web/src/styles/docs.css | 3 +-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/web/src/components/Topbar.astro b/web/src/components/Topbar.astro index 77b2feef..c149c264 100644 --- a/web/src/components/Topbar.astro +++ b/web/src/components/Topbar.astro @@ -13,6 +13,7 @@ const { variant } = Astro.props; Home Blog GitHub + Contact Us ) : ( Plans Home diff --git a/web/src/html/index.html b/web/src/html/index.html index fd9e738c..b022f608 100644 --- a/web/src/html/index.html +++ b/web/src/html/index.html @@ -468,7 +468,7 @@ @@ -1070,6 +1071,22 @@

FAQ

You can also ping and benchmark: pilotctl ping agent-alpha

+ +
+

Contact Us

+

Have questions or want to get in touch? We'd love to hear from you.

+
+ + + Email Us + + + + Join our Slack + +
+
+

Quick start

diff --git a/web/src/styles/docs.css b/web/src/styles/docs.css index 5da93dbf..323ac0a1 100644 --- a/web/src/styles/docs.css +++ b/web/src/styles/docs.css @@ -9,8 +9,7 @@ pre[class*="language-"],code[class*="language-"]{background:var(--code-bg) !impo .topbar nav{display:flex;gap:12px;align-items:center} .topbar nav a{color:var(--muted);font-size:0.85rem;display:flex;align-items:center;gap:5px} .topbar nav a:hover{color:var(--fg);text-decoration:none} -.topbar-icon{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0} -.hamburger{display:none;background:none;border:none;color:var(--fg);font-size:1.5rem;cursor:pointer;padding:4px} +.topbar-icon{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.hamburger{display:none;background:none;border:none;color:var(--fg);font-size:1.5rem;cursor:pointer;padding:4px} /* Sidebar */ .sidebar{position:fixed;top:56px;left:0;bottom:0;width:var(--sidebar-w);overflow-y:auto;padding:24px 16px;border-right:1px solid var(--border);background:var(--bg);z-index:90} From f52724b8233b3f2663fee670fdfdefc342b4e83b Mon Sep 17 00:00:00 2001 From: Alex Godoroja Date: Sun, 5 Apr 2026 15:48:39 -0700 Subject: [PATCH 2/2] docs: update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 381b73fc..b4ea6554 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,15 @@ go test -parallel 4 -count=1 ./tests/ --- +## Contact + +Have questions, want a private network, or interested in enterprise support? + +- **Email:** [founders@vulturelabs.com](mailto:founders@vulturelabs.com) +- **Slack:** [Join our community](https://join.slack.com/t/pilotporotocol/shared_invite/zt-3uakfp62r-72XLHnu0snAoU2Kv70BtgA) + +--- + ## License Pilot Protocol is licensed under the [GNU Affero General Public License v3.0](LICENSE).