Ajouter le depot distant
Dans un nouvelle branche A issue de main/master (nous incarnons une personne de la technique) créer un fichier README.md avec quelques lignes de contenu
<br />
<div align="center">
<h3 align="center">Project</h3>
| { | |
| "version": 1, | |
| "uid": 1113869408211332572, | |
| "layout": [ | |
| [ | |
| ["KC_NO", "KC_Y", "KC_C", "KC_L", "KC_M", "KC_K"], | |
| ["KC_NO", "KC_I", "KC_S", "MT(MOD_LALT,KC_R)", "MT(MOD_LGUI,KC_T)", "KC_G"], | |
| ["KC_NO", "KC_Q", "KC_V", "KC_W", "KC_D", "KC_J"], | |
| ["LGUI(LCTL(KC_Q))", "MT(MOD_MEH,KC_SPACE)", "OSM(MOD_LSFT)", -1, -1, -1], |
Ajouter le depot distant
Dans un nouvelle branche A issue de main/master (nous incarnons une personne de la technique) créer un fichier README.md avec quelques lignes de contenu
<br />
<div align="center">
<h3 align="center">Project</h3>
| // https://pastebin.com/kVeMjwjx | |
| # endpoints publics | |
| renouvellement de mot de passe | |
| connexion | |
| lister les ouvrages empruntable | |
| obtenir un ouvrage précis |
Creating a login experience from the Admin with API Platform 2.6
You can use whatever authentication mode you want, but for the sake of the demonstration let's use JWT.
I'll grab a freshly downloaded api-platform distribution.
from the php container :
composer require jwt-auth
apk add openssl
A lot of GitHub projects need to have pretty math formulas in READMEs, wikis or other markdown pages. The desired approach would be to just write inline LaTeX-style formulas like this:
$e^{i \pi} = -1$Unfortunately, GitHub does not support inline formulas. The issue is tracked here.
| <?php | |
| namespace App\Entity; | |
| use ApiPlatform\Core\Annotation\ApiResource; | |
| use Doctrine\ORM\Mapping as ORM; | |
| use Symfony\Component\Serializer\Annotation\Groups; | |
| use Symfony\Component\Validator\Constraints as Assert; | |
| /** |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| <style type="text/css"> | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| border: 0; | |
| } |
| <?php | |
| declare(strict_types=1); | |
| namespace App\Command; | |
| use App\Command\DataTransformers\XmlTransformer; | |
| use Symfony\Component\Console\Command\Command; | |
| use Symfony\Component\Console\Input\InputArgument; | |
| use Symfony\Component\Console\Input\InputInterface; |
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="description" content="Pong"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Pong</title> | |
| <style type="text/css"> | |
| canvas { background-color: black; } |
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="description" content="Table de courbes de Lissajous"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Table de courbes de Lissajous</title> | |
| <style type="text/css"> | |
| body { background-color: black; } | |
| </style> |