-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare to put preview docs on main branch #75
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# XMTP documentation status | ||
|
||
We’re excited to share documentation for the latest version of XMTP. | ||
|
||
We'll be continuously releasing new and updated documentation. To follow along, see this [tracking issue](https://github.com/xmtp/docs-xmtp-org/issues/74). | ||
|
||
Not seeing the specific documentation you need? [Open an issue](https://github.com/xmtp/docs-xmtp-org/issues/new/choose). We ❤️ doc requests. | ||
|
||
The XMTP SDKs will continue to evolve as we add features, rename functions, and iterate based on community feedback. | ||
|
||
Onward builders! 🫡 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ import "../styles.css"; | |
<CustomHomePage.Root> | ||
<CustomHomePage.Headline>Build with XMTP</CustomHomePage.Headline> | ||
<CustomHomePage.Subhead> | ||
XMTP is an open, secure, and resilient messaging protocol—for the next phase of the internet | ||
XMTP is a secure and decentralized protocol for building communication platforms for the next phase of the internet. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this language we have gone over with GTM? We should have a consistent one-sentence "XMTP is..." There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @saulmc thank you for this callout and agreed! I will surface this topic with GTM so we can align. |
||
</CustomHomePage.Subhead> | ||
<CustomHomePage.TileGrid> | ||
<CustomHomePage.Tile | ||
|
@@ -16,7 +16,7 @@ import "../styles.css"; | |
<CustomHomePage.Tile | ||
href="/inboxes/get-started" | ||
title="Build chat inboxes" | ||
description="Build standalone inbox apps with DMs and group chats built with MLS" | ||
description="Build standalone inbox apps with 1:1 and group chats built with MLS" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nice I think this is more clear than DM from what I've found recently. But we could also be more explicit and say direct message. 🤷♀️ |
||
icon="📥" | ||
/> | ||
<CustomHomePage.Tile | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the latest version of XMTP
this is exactly the right framing for v3!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your patience and guidance around this @saulmc!