Skip to content

Commit

Permalink
website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Aug 8, 2024
1 parent 1fd5d4d commit c958028
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 6 deletions.
10 changes: 10 additions & 0 deletions website/docs/getting-started/_more.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

{/* ------------------------------------------------------------------------ */}

## Tests reports

- [14.2.0-1](/docs/tests/14.2.0-1/)
- [14.1.0-1](/docs/tests/14.1.0-1/)
- [13.3.0-1](/docs/tests/13.3.0-1/)
- [12.4.0-1](/docs/tests/12.4.0-1/)
- [11.5.0-1](/docs/tests/11.5.0-1/)
3 changes: 3 additions & 0 deletions website/docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import UpgradeNotice from './_upgrade-notice.mdx';
import Compatibility from './_compatibility.mdx';
import Documentation from './_documentation.mdx'
import ReleaseSchedule from './_release-schedule.mdx'
import More from './_more.mdx'

{/* ------------------------------------------------------------------------ */}

Expand Down Expand Up @@ -136,3 +137,5 @@ corresponding licenses are available in each archive in the
## Releases

The list of releases is available in the [Releases](/docs/releases/) pages.

<More/>
8 changes: 8 additions & 0 deletions website/docs/maintainer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,14 @@ This will install the package via `xpm install` on all supported platforms.
The tests results are available from the
[GitHub Actions](https://github.com/xpack-dev-tools/gcc-xpack/actions/) page.

### Copy the test results

For the toolchain projects, download the `test-report.zip` file, unzip it
and copy the markdown file to `website/docs/tests`.

Edit the `website/docs/getting-started/_more.mdx` file to add the
new page.

### Tag the npm package as `latest`

When the release is considered stable, promote it as `latest`:
Expand Down
10 changes: 10 additions & 0 deletions website/docs/tests/14.2.0-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: GCC 14.2.0-1 test results
permalink: /dev-tools/gcc/tests/14.2.0-1/

comments: true

date: 2024-08-08 10:56:22 +0000

---

7 changes: 1 addition & 6 deletions website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,7 @@ const sidebars: SidebarsConfig = {
label: 'Releases'
}
],
testsSidebar: [
{
type: 'autogenerated',
dirName: 'tests'
}
]
testsSidebar: [{type: 'autogenerated', dirName: 'tests'}],
};

export default sidebars;

0 comments on commit c958028

Please sign in to comment.