Skip to content

Commit

Permalink
Merge pull request #4 from worldline/develop
Browse files Browse the repository at this point in the history
Merge develop in main
  • Loading branch information
antoinecandy authored Nov 13, 2023
2 parents 126f676 + 24e7432 commit 599402e
Show file tree
Hide file tree
Showing 211 changed files with 1,146 additions and 894 deletions.
101 changes: 21 additions & 80 deletions docs/src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ module.exports = {
sidebarDepth: 0,
nav: [
{ text: 'Accueil', link: '/' },
{ text: 'Android', link: '/android/getting-started/guidelines/general/' },
{ text: 'Figma', link: '/figma/introduction/program' },
],
sidebar: {
Expand All @@ -47,8 +46,8 @@ module.exports = {
collapsable: true,
children: [
'/figma/introduction/program',
'/figma/introduction/why',
'/figma/introduction/trainers',
'/figma/introduction/why',
'/figma/introduction/pricings',
'/figma/introduction/shortcuts'
]
Expand All @@ -74,95 +73,37 @@ module.exports = {
},
'/figma/theory/positioning',
'/figma/theory/style',
'/figma/theory/variable',
'/figma/theory/component',
'/figma/theory/autolayout',
'/figma/theory/prototype',
'/figma/theory/plugin',
'/figma/theory/practices'
]
},
{
title: 'Partie pratique',
collapsable: true,
children: [
'/figma/tutorial/ui-kit',
'/figma/tutorial/app'
]

}
],
'/android/': [
{
title: 'Getting started',
collapsable: true,
children: [
{
title: 'Guidelines',
collapsable: true,
children: [
'/android/getting-started/guidelines/general',
'/android/getting-started/guidelines/functionnal',
'/android/getting-started/guidelines/technical',
'/android/getting-started/guidelines/rating',
]
},
'/android/getting-started/hello-world',
]
},
{
title: 'Test data',
collapsable: true,
children: [
'/android/mock-application/data',
'/android/mock-application/list',
'/android/mock-application/details',
]
},
{
title: 'Real data',
collapsable: true,
children: [
{
title: 'Architecture - Theory',
collapsable: true,
title: 'Autolayout',
collapsable: false,
children: [
'/android/real-data/intro',
'/android/real-data/solid',
'/android/real-data/app-architecture',
'/android/real-data/view-architecture',
'/android/real-data/dependency-injection',
'/figma/theory/autolayout/definition',
'/figma/theory/autolayout/layout-flow',
'/figma/theory/autolayout/spacing',
'/figma/theory/autolayout/alignment',
'/figma/theory/autolayout/resizing',
'/figma/theory/autolayout/exercice'
]
},
'/android/real-data/modules',
'/android/real-data/hilt',
'/android/real-data/retrofit',
]
},
{
title: 'Improve the app',
collapsable: true,
children: [
'/android/improve-the-app/features',
'/android/improve-the-app/style',
'/figma/theory/prototype',
'/figma/theory/plugins',
'/figma/theory/practices'
]
},
{
title: 'Firebase',
collapsable: true,
children: [
'/android/firebase/setup',
'/android/firebase/crashlytics-analytics',
'/android/firebase/delivery',
]
},
{
title: 'Play Console',
title: 'Partie pratique',
collapsable: true,
children: [
'/android/play-console/new-app',
'/figma/tutorial/app-1',
'/figma/tutorial/app-2',
'/figma/tutorial/app-3',
'/figma/tutorial/app-4',
'/figma/tutorial/app-5',
]
},
],
}
]
}
},

Expand Down
28 changes: 27 additions & 1 deletion docs/src/.vuepress/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,30 @@
*/

.home .hero img
max-width 450px!important
max-width 450px!important

.figma-button
border 1px solid #666666
border-radius 4px
height 24px

img.align-text
margin-bottom 8px
vertical-align middle

kbd
margin 0px 0.1em
padding 0.1em 0.6em
border-radius 3px
border 1px solid rgb(204, 204, 204)
color rgb(51, 51, 51)
line-height 21px
font-size 14px
display inline-block
box-shadow 0px 1px 0px rgba(0,0,0,0.2), inset 0px 0px 0px 2px #ffffff
background-color rgb(247, 247, 247)
-moz-box-shadow 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset
-webkit-box-shadow 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset
-moz-border-radius 3px
-webkit-border-radius 3px
text-shadow 0 1px 0 #fff
Empty file removed docs/src/android/README.md
Empty file.
14 changes: 0 additions & 14 deletions docs/src/android/firebase/crashlytics-analytics.md

This file was deleted.

26 changes: 0 additions & 26 deletions docs/src/android/firebase/delivery.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/src/android/firebase/setup.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/src/android/getting-started/guidelines/functionnal.md

This file was deleted.

47 changes: 0 additions & 47 deletions docs/src/android/getting-started/guidelines/general.md

This file was deleted.

30 changes: 0 additions & 30 deletions docs/src/android/getting-started/guidelines/rating.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/src/android/getting-started/guidelines/technical.md

This file was deleted.

Loading

0 comments on commit 599402e

Please sign in to comment.