From 596db455adf6c559bb4e355476730987a906ca0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Silkj=C3=A6r?= Date: Fri, 4 Jul 2025 09:45:31 +0200 Subject: [PATCH] Removed notes about missing content and moved it to GitHub projects --- src/content/docs/docs/support/help-us.mdx | 13 ++++--------- src/content/docs/docs/what-is-different.mdx | 8 -------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/src/content/docs/docs/support/help-us.mdx b/src/content/docs/docs/support/help-us.mdx index b6360f4..186ed8f 100644 --- a/src/content/docs/docs/support/help-us.mdx +++ b/src/content/docs/docs/support/help-us.mdx @@ -1,16 +1,11 @@ --- title: Help Us --- -This page exists for us to track changes requested by users who don't necessarily want to create a PR to update the documentation but have suggestions. -## Not Documented +The Xahau documentation is open source and open for contributions [on GitHub](https://github.com/Xahau/xahau-web). -* accounts on xahau start at a sequence that matches the timestamp of the previous ledger -* Pseudo tx docs missing: UNLReport, EmitFailure, Etc -* URIToken Size Limit -* AccountDelete is still listed as a transaction but is disabled on Xahau +A lot of gaps and uncovered details are expected in the documentation, so we invite **everyone** to collaborate on bringing it up to standard. -## Suggestions +Do you see anything that is missing, please create an issue on the [GitHub Project board](https://github.com/orgs/Xahau/projects/2/views/1) or just go ahead and create a pull request to the main branch, with suggested changes or updated documentation. -* Move/Copy HookExecutions, HookEmissions to metadata -* Add second security audit on hooks to `Compliance` +If you would like to contribute, but don't know what to do, you can always refer to the [GitHub Project board](https://github.com/orgs/Xahau/projects/2/views/1). If you are unfamiliar with GitHub, the [https://discord.com/invite/UzU58haAn4](Community Discord) is a great place to get help and get involved. \ No newline at end of file diff --git a/src/content/docs/docs/what-is-different.mdx b/src/content/docs/docs/what-is-different.mdx index cc1db2f..b99a071 100644 --- a/src/content/docs/docs/what-is-different.mdx +++ b/src/content/docs/docs/what-is-different.mdx @@ -4,14 +4,6 @@ description: A list of notable differences between the XRP Ledger and Xahau. --- import { Aside, LinkCard } from '@astrojs/starlight/components'; - - - #### IOU Token Escrow & PayChannels Xahau introduces IOU Token Escrow and PayChannels as unique features, enhancing transaction flexibility and security. They facilitate the temporary holding of IOU tokens under predefined conditions (escrow) and the establishment of payment channels for efficient, off-ledger transactions.