You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.3 KiB
HTML
62 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Documentation DevOps</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="http://127.0.0.1:1111/style.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
|
|
</head>
|
|
<body>
|
|
<div class="topbar">
|
|
<div class="topbar-inner">
|
|
<a class="brand" href="http://127.0.0.1:1111">
|
|
<span class="logo">⚙</span> Documentation DevOps
|
|
</a>
|
|
<nav class="nav-links">
|
|
<a href="http://127.0.0.1:1111">Accueil</a>
|
|
<a href="http://127.0.0.1:1111/create-repo/">create_repo.sh</a>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<section class="hero">
|
|
<span class="eyebrow">Projet DevOps · CESI</span>
|
|
<h1>Documentation DevOps</h1>
|
|
<p>Documentation du script <code>create_repo.sh</code> — création automatisée
|
|
de dépôts sur la forge via l'API REST.</p>
|
|
</section>
|
|
|
|
<main class="wrap">
|
|
<div class="cards">
|
|
|
|
<a class="card" href="http://127.0.0.1:1111/create-repo/">
|
|
<div class="icon">📄</div>
|
|
<h3>create_repo.sh</h3>
|
|
<p>Créer un dépôt sur la forge via l'API REST, en passant le nom et la description en arguments.</p>
|
|
<span class="arrow">Lire →</span>
|
|
</a>
|
|
|
|
<a class="card" href="https://forge.gwenaelremond.fr/adam/exercice">
|
|
<div class="icon">🔗</div>
|
|
<h3>Dépôt sur la forge</h3>
|
|
<p>Voir le projet exercice sur forge.gwenaelremond.fr</p>
|
|
<span class="arrow">Ouvrir →</span>
|
|
</a>
|
|
</div>
|
|
</main>
|
|
|
|
|
|
<footer>
|
|
Généré avec <strong>Zola</strong> · Adam
|
|
</footer>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
|
|
<script>hljs.highlightAll();</script>
|
|
</body>
|
|
</html>
|