From 151a47a5157ec97ac0668af51261dabd5db267ea Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Thu, 12 Sep 2024 11:03:59 +0300 Subject: [PATCH] website update --- website/docs/getting-started/_compatibility.mdx | 2 +- website/docs/getting-started/_documentation.mdx | 5 ++--- website/docs/getting-started/_release-schedule.mdx | 2 +- website/docs/install/_miscellaneous.mdx | 1 - website/docs/maintainer/_check-upstream-release.mdx | 2 +- website/docs/maintainer/_patches.mdx | 8 ++------ 6 files changed, 7 insertions(+), 13 deletions(-) diff --git a/website/docs/getting-started/_compatibility.mdx b/website/docs/getting-started/_compatibility.mdx index ee3825f..2fa00e0 100644 --- a/website/docs/getting-started/_compatibility.mdx +++ b/website/docs/getting-started/_compatibility.mdx @@ -3,5 +3,5 @@ ## Compatibility -The **xPack OpenOCD** is fully compatible with the original **OpenOCD** +The **xPack OpenOCD** is fully compatible with the upstream **OpenOCD** source distribution. diff --git a/website/docs/getting-started/_documentation.mdx b/website/docs/getting-started/_documentation.mdx index 6d5cb11..5f0498f 100644 --- a/website/docs/getting-started/_documentation.mdx +++ b/website/docs/getting-started/_documentation.mdx @@ -1,8 +1,7 @@ {/* ------------------------------------------------------------------------ */} -## Documentation - -The original OpenOCD documentation is available from the project web site: +The original OpenOCD documentation is available from the +project web site: - https://openocd.org/pages/documentation.html diff --git a/website/docs/getting-started/_release-schedule.mdx b/website/docs/getting-started/_release-schedule.mdx index 159662f..a7f1a59 100644 --- a/website/docs/getting-started/_release-schedule.mdx +++ b/website/docs/getting-started/_release-schedule.mdx @@ -4,5 +4,5 @@ ## Release schedule This distribution generally follows the official -[OpenOCD](https://openocd.org), with +[OpenOCD releases](https://github.com/openocd-org/openocd/releases), with additional releases based on the current Git form time to time. diff --git a/website/docs/install/_miscellaneous.mdx b/website/docs/install/_miscellaneous.mdx index dc109a2..8f1c322 100644 --- a/website/docs/install/_miscellaneous.mdx +++ b/website/docs/install/_miscellaneous.mdx @@ -8,7 +8,6 @@ import customField from '@site/src/libs/customField'; ## Miscellaneous -
Folder hierarchy diff --git a/website/docs/maintainer/_check-upstream-release.mdx b/website/docs/maintainer/_check-upstream-release.mdx index 3e5e44d..29c1010 100644 --- a/website/docs/maintainer/_check-upstream-release.mdx +++ b/website/docs/maintainer/_check-upstream-release.mdx @@ -3,7 +3,7 @@ ### Check the latest upstream release -The current upstream release are expected to +The current upstream release is expected to be announced in the [OpenOCD](https://openocd.org) web, and reflected in the Git [tags](https://sourceforge.net/p/openocd/code/ci/master/tree/). diff --git a/website/docs/maintainer/_patches.mdx b/website/docs/maintainer/_patches.mdx index e7168fc..3856cad 100644 --- a/website/docs/maintainer/_patches.mdx +++ b/website/docs/maintainer/_patches.mdx @@ -1,10 +1,6 @@ {/* ------------------------------------------------------------------------ */} -### Patches (`_patches.mdx`) - -Possibly add TODO patches. - - - +### Patches +Recent versions do not require patches.