Skip to content

Commit f2820ff

Browse files
committed
docs: update
1 parent 761fd03 commit f2820ff

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
66
An interactive tutorial and playground for learning Nuxt. Powered by [Nuxt](https://nuxt.com/docs) and [WebContainers](https://webcontainers.io/).
77

8-
[📖 learn.nuxt.com](https://learn.nuxt.com).
8+
Live at: [📖 learn.nuxt.com](https://learn.nuxt.com).
99

10-
> Inspired by [learn.svelte.dev](https://learn.svelte.dev).
10+
This project is heavily inspired by [learn.svelte.dev](https://learn.svelte.dev).
1111

1212
## Project Development Process
1313

@@ -36,12 +36,16 @@ The development server will be running at [http://localhost:3000](http://localho
3636

3737
### Content Structure
3838

39-
The tutorial content is located in the `content/` directory. Each route contains a number prefix (`1.`) to indicate the order and will be removed in the final URL. For each route, we use a folder with an `index.md` to serve the extra files. A `.template` folder can be placed with the `index.md` file to provide the template for the playground.
39+
The tutorial content is located in the `content/en/` directory. Each route contains a number prefix (`1.`) to indicate the order and will be removed in the final URL. For each route, we use a folder with an `index.md` to serve the extra files. A `.template` folder can be placed with the `index.md` file to provide the template for the playground.
4040

4141
- `.template/index.ts` - Indicates the metadata for that guide, like enabling/disabling features, file filters, etc.
4242
- `.template/files/**` - The files that will be copied to the playground when the user navigates to that guide, merged with the basic template under `template/basic/`
4343
- `.template/solutions/**` - Optional solutions for the tasks in that guide, merged with the guide files.
4444

45+
### Translations
46+
47+
We have the Japanese content under `content/ja` in collobration with the [Vue.js community](https://github.com/vuejs-jp). At this moment, we are **NOT accepting new languages**, please [learn more here](./content/FOR_TRANSLATORS.md).
48+
4549
## Todolist
4650

4751
- [ ] Content

0 commit comments

Comments
 (0)