Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajout des icons dans la partie Dev #23

Open
wants to merge 6 commits into
base: gitbook
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion develop/build/avec-eas.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Avec EAS
---
icon: cloud
---

# Avec EAS
4 changes: 4 additions & 0 deletions develop/build/pour-android.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: android
---

# Pour Android
Dans un terminal de commande qui est dans le dossier GitHub Papillon, exécutez ces lignes :

Expand Down
4 changes: 4 additions & 0 deletions develop/build/pour-ios.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: apple
---

# Pour iOS

{% hint style="danger" %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
icon: laptop
description: >-
Papillon est écrit en TypeScript avec React Native et Expo. Nous utilisons
GitHub comme hébergeur du code de l'application.
---

# Préparer l'environnement de développement

### Prérequis
Expand Down
4 changes: 4 additions & 0 deletions develop/getting-started/structure.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
icon: webhook
---

# Structure

```
Expand Down
7 changes: 7 additions & 0 deletions develop/getting-started/tester-avec-expo-go.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
icon: qrcode
description: >-
Expo Go permet de tester le bon fonctionnement de l’app avec vos modifications
avant de le compiler.
---

# Tester avec Expo Go

{% hint style="warning" %}
Expand Down