|
1 | 1 | @Tutorials(name: "Orange Unified Design System") { |
2 | | - @Intro(title: "Swift Package iOS Tutorial") { |
| 2 | + @Intro(title: "Swift Package Discovery Tutorial") { |
3 | 3 | Discovering a new framework can be exciting and scary. Learn how you can embed and use OUDS Swift Package. |
4 | 4 | With this tutorial you will learn fundamental concepts of Orange Unified Design System and discover the layers of this framework. |
5 | 5 | Theme, components, tokens... everything will be introduced! |
|
9 | 9 |
|
10 | 10 | @Chapter(name: "Import of the Swift Package and choose its librairies") { |
11 | 11 | In this chapter you will learn how to import the OUDS iOS Swift Package and which librairies it provides |
12 | | - you should choose for your needs |
| 12 | + you should choose for your needs. |
13 | 13 |
|
14 | 14 | @Image(source: "ic_unified_ds", alt: "Logo of OUDS") |
15 | 15 |
|
16 | | - @TutorialReference(tutorial: "doc:tutorial-1-package-and-librairies") |
| 16 | + @TutorialReference(tutorial: "doc:tutorial-discovery-1-package-and-librairies") |
17 | 17 | } |
18 | 18 |
|
19 | 19 | @Chapter(name: "Preparation of the theme") { |
20 | 20 | In this chapter you will see how to instanciate a theme and inject it inside your app |
21 | 21 |
|
22 | 22 | @Image(source: "ic_theme_intro", alt: "OUDS themes logo") |
23 | 23 |
|
24 | | - @TutorialReference(tutorial: "doc:tutorial-2-instanciate-theme") |
| 24 | + @TutorialReference(tutorial: "doc:tutorial-discovery-2-instanciate-theme") |
25 | 25 | } |
26 | 26 |
|
27 | 27 | @Chapter(name: "Use of first components provided by OUDS") { |
28 | 28 | In this chapter you will see how you can use your first components provided by OUDS Swift Package |
29 | 29 |
|
30 | 30 | @Image(source: "ic_component_intro", alt: "OUDS components logo") |
31 | 31 |
|
32 | | - @TutorialReference(tutorial: "doc:tutorial-3-use-first-components") |
| 32 | + @TutorialReference(tutorial: "doc:tutorial-discovery-3-use-first-components") |
33 | 33 | } |
34 | 34 |
|
35 | 35 | @Chapter(name: "Richer and more original components of OUDS") { |
36 | 36 | In this chapter you will use original components of OUDS and richer ones |
37 | 37 |
|
38 | 38 | @Image(source: "ic_component_intro", alt: "Logo of OUDS") |
39 | 39 |
|
40 | | - @TutorialReference(tutorial: "doc:tutorial-4-use-other-components") |
| 40 | + @TutorialReference(tutorial: "doc:tutorial-discovery-4-use-other-components") |
41 | 41 | } |
42 | 42 |
|
43 | 43 | @Chapter(name: "Typography, view modifiers and tokens") { |
44 | 44 | OUDS is not only about components and themes. It provides view modifiers, typographies and tokens which can be used. You will learn how. |
45 | 45 |
|
46 | 46 | @Image(source: "ic_design_token_intro", alt: "OUDS tokens logo") |
47 | 47 |
|
48 | | - @TutorialReference(tutorial: "doc:tutorial-5-styling-things") |
| 48 | + @TutorialReference(tutorial: "doc:tutorial-discovery-5-styling-things") |
49 | 49 | } |
50 | 50 |
|
51 | 51 | @Chapter(name: "Go further with more ressources") { |
52 | 52 | You can have questions and issues, and there are resources online. Let's see that together. |
53 | 53 |
|
54 | 54 | @Image(source: "ic_unified_ds", alt: "Logo of OUDS") |
55 | 55 |
|
56 | | - @TutorialReference(tutorial: "doc:tutorial-6-going-further") |
| 56 | + @TutorialReference(tutorial: "doc:tutorial-discovery-6-going-further") |
57 | 57 | } |
58 | 58 | } |
59 | 59 |
|
0 commit comments