Skip to content

Commit 3c3bee2

Browse files
Merge pull request #34 from IFB-ElixirFr/Update-readme
Update Readme
2 parents 117662c + d0a9942 commit 3c3bee2

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,29 @@
1212
... # function shared in all project
1313
/layouts
1414
default.vue # layout of the application
15+
home.vue # layout of home page
1516
/pages
1617
index.vue # home page
17-
/[lang]
18+
/language/[lang]/
1819
index.vue # home page of language
1920
[...slug].vue # How display content
21+
/learning-path/
22+
/all/index.vue # All learning-path available
23+
[...slug].vue # How display content
24+
/tool/[tool]/
25+
index.vue # home page of language
26+
[...slug].vue # How display content
27+
about.vue # About page
28+
...
2029
/plugins # plugings used by application
2130
vuetify.js
2231
markdownit.ts
2332
/publics # assets available in all web site
24-
...
33+
...
34+
man/ # Man pages
2535
/store
2636
... # Store declaration
27-
nuxt.config.ts # configuration file
37+
nuxt.config.ts # configuration file
2838
```
2939

3040
!!! warning

0 commit comments

Comments
 (0)