Skip to content

Commit

Permalink
website: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 10, 2024
1 parent b9cf3ad commit 78d4634
Show file tree
Hide file tree
Showing 18 changed files with 487 additions and 367 deletions.
12 changes: 11 additions & 1 deletion website/docs/about/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
# DO NOT EDIT!
# Automatically generated from xbb-helper/templates/docusaurus/common.

title: About the xPack GNU RISC-V Embedded GCC
title: About riscv-none-elf-gcc
description: Details about the project, including its history, the history of the website, and details about the author.
keywords:
- xpack
- riscv-none-elf-gcc
- about
- history
- web
- author

date: 2024-09-22 10:23:00 +0300

Expand All @@ -16,6 +24,8 @@ import Website from './_website.mdx'

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

# About the xPack GNU RISC-V Embedded GCC

## The project

The **xPack GNU RISC-V Embedded GCC** project is part of the
Expand Down
11 changes: 10 additions & 1 deletion website/docs/developer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
# DO NOT EDIT!
# Automatically generated from xbb-helper/templates/docusaurus/common.

title: How to build the xPack GNU RISC-V Embedded GCC
title: How to build riscv-none-elf-gcc
description: Assistance for developers looking to build the packages, including prerequisites, repositories used, and actions for each supported platform.
keywords:
- xpack
- riscv-none-elf-gcc
- prerequisites
- repositories
- build

date: 2024-07-21 20:33:00 +0300

Expand All @@ -22,6 +29,8 @@ import More from './_more.mdx'

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

# How to build the xPack GNU RISC-V Embedded GCC

[![license](https://img.shields.io/github/license/xpack-dev-tools/riscv-none-elf-gcc-xpack)](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/blob/xpack/LICENSE)

This page is intended for those who want to build the
Expand Down
8 changes: 1 addition & 7 deletions website/docs/faq/index.md → website/docs/faq/_more.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
---
title: The xPack GNU RISC-V Embedded GCC Frequently Asked Questions

hide_table_of_contents: true

date: 2019-07-10 17:53:00 +0300

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

<details>
<summary>Why do I get _unrecognized opcode `csrr`_?</summary>
Expand Down
29 changes: 29 additions & 0 deletions website/docs/faq/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Frequently Asked Questions about riscv-none-elf-gcc
description: Answers to previously asked questions, so you can find solutions without having to ask again.
keywords:
- xpack
- riscv-none-elf-gcc
- frequently
- asked
- questions

hide_table_of_contents: true

date: 2020-07-21 17:49:00 +0300

---

import More from './_more.mdx'
import NixOs from './_common/_nixos.mdx'
import FlatpackSnap from './_common/_flatpack-snap.mdx'

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

# The xPack GNU RISC-V Embedded GCC Frequently Asked Questions

<More />

<NixOs />

<FlatpackSnap />
2 changes: 0 additions & 2 deletions website/docs/getting-started/_documentation.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

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

## Documentation

The original GNU RISC-V Embedded GCC documentation is available from the
GCC project web site:

Expand Down
16 changes: 14 additions & 2 deletions website/docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
# DO NOT EDIT!
# Automatically generated from xbb-helper/templates/docusaurus/common.

title: Getting Started with xPack GNU RISC-V Embedded GCC
title: Getting Started with riscv-none-elf-gcc
description: The initial steps to explore the project, including what xpacks are, the project's features, benefits, compatibility, and available documentation.
keywords:
- xpack
- riscv-none-elf-gcc
- overview
- xpacks
- features
- benefits
- compatibility
- documentation

date: 2020-07-21 17:49:00 +0300

Expand All @@ -20,6 +30,8 @@ import ReleaseSchedule from './_release-schedule.mdx'

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

# Getting Started with xPack GNU RISC-V Embedded GCC

[![license](https://img.shields.io/github/license/xpack-dev-tools/riscv-none-elf-gcc-xpack)](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/blob/xpack/LICENSE)
![GitHub Repo stars](https://img.shields.io/github/stars/xpack-dev-tools/riscv-none-elf-gcc-xpack)

Expand Down Expand Up @@ -202,7 +214,7 @@ corresponding licenses are available in each archive in the

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

<Link to="https://www.macstadium.com/"><img className="mac-stadium-img" src="https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png"></img></Link>
<Link to="https://www.macstadium.com/"><img className="mac-stadium-img" alt="MacStadium" src="https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png"></img></Link>

## Credits

Expand Down
Loading

0 comments on commit 78d4634

Please sign in to comment.