summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-05-17 21:25:19 +0200
committermo8it <mo8it@proton.me>2025-05-17 21:25:19 +0200
commita51d6f1309b986c270d781b08f6949f29806b18a (patch)
tree6997dec2af185002920f26a1f3aa87746d3e24a8 /website
parentf6a657a0c3628d75dae7cd1d3a822dc19d379f15 (diff)
third-party/custom -> community
Diffstat (limited to 'website')
-rw-r--r--website/config.toml4
-rw-r--r--website/content/community-exercises/index.md (renamed from website/content/custom-exercises/index.md)19
-rw-r--r--website/content/usage/index.md2
3 files changed, 12 insertions, 13 deletions
diff --git a/website/config.toml b/website/config.toml
index 8ecb09b..796f13a 100644
--- a/website/config.toml
+++ b/website/config.toml
@@ -24,8 +24,8 @@ url = "/setup"
name = "Usage"
url = "/usage"
[[extra.menu_items]]
-name = "Custom Exercises"
-url = "/custom-exercises"
+name = "Community Exercises"
+url = "/community-exercises"
[[extra.menu_items]]
name = "Q&A"
url = "https://github.com/rust-lang/rustlings/discussions/categories/q-a?discussions_q="
diff --git a/website/content/custom-exercises/index.md b/website/content/community-exercises/index.md
index e8bef76..1c8cd57 100644
--- a/website/content/custom-exercises/index.md
+++ b/website/content/community-exercises/index.md
@@ -1,24 +1,23 @@
+++
-title = "Custom Exercises"
+title = "Community Exercises"
+++
-Custom exercises are a set of exercises maintained by the community.
-You can use the same `rustlings` program that you installed with `cargo install rustlings` to run them:
+Do you want to create your own set of Rustlings exercises to focus on some specific topic?
+Or do you want to translate the original Rustlings exercises?
+
+## List of Community Exercises
- 🇯🇵 [Japanese Rustlings](https://github.com/sotanengel/rustlings-jp):A Japanese translation of the Rustlings exercises.
- 🇨🇳 [Simplified Chinese Rustlings](https://github.com/SandmeyerX/rustlings-zh-cn): A simplified Chinese translation of the Rustlings exercises.
-Do you want to create your own set of Rustlings exercises to focus on some specific topic?
-Or do you want to translate the original Rustlings exercises?
-
-<!-- toc -->
+You can use the same `rustlings` program that you installed with `cargo install rustlings` to run them
-The support of Rustlings for custom exercises allows you to create your own set of Rustlings exercises to focus on some specific topic.
-You could also offer a translation of the original Rustlings exercises as custom exercises.
+The support of Rustlings for community exercises allows you to create your own set of Rustlings exercises to focus on some specific topic.
+You could also offer a translation of the original Rustlings exercises as community exercises.
## Getting started
-To create custom exercises, install Rustlings and run `rustlings dev new PROJECT_NAME`.
+To create community exercises, install Rustlings and run `rustlings dev new PROJECT_NAME`.
This command will, similar to `cargo new PROJECT_NAME`, create a template directory called `PROJECT_NAME` with all what you need to get started.
Read the comments in the generated `info.toml` file to understand its format.
diff --git a/website/content/usage/index.md b/website/content/usage/index.md
index 7bf02f5..88dabf4 100644
--- a/website/content/usage/index.md
+++ b/website/content/usage/index.md
@@ -52,4 +52,4 @@ If you need any help while doing the exercises and the builtin hints aren't help
Once you've completed Rustlings, put your new knowledge to good use!
Continue practicing your Rust skills by building your own projects, contributing to Rustlings, or finding other open-source projects to contribute to.
-> If you want to create your own custom Rustlings exercises, visit the [**custom exercises**](@/custom-exercises/index.md) page 🏗️
+> If you want to create your own Rustlings exercises, visit the [**community exercises**](@/community-exercises/index.md) page 🏗️