parent
1407c676f5
commit
d94cef12f3
5 changed files with 37 additions and 5 deletions
|
@ -1,6 +1,15 @@
|
||||||
---
|
---
|
||||||
title: 'Fédération'
|
title: 'Fédération'
|
||||||
|
lang: 'fr'
|
||||||
---
|
---
|
||||||
|
|
||||||
# Fédération
|
## Fédération de forges
|
||||||
|
|
||||||
|
### ActivityPub
|
||||||
|
|
||||||
|
*En construction*
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
* [Éditer cette page](https://git.forgeons.org/rvba/web/src/branch/main/pages/federation.md)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,14 @@
|
||||||
---
|
---
|
||||||
title: 'Intégration'
|
title: 'Intégration'
|
||||||
|
lang: 'fr'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Forges de développement
|
||||||
|
|
||||||
|
### CI/CD
|
||||||
|
|
||||||
|
*En construction*
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
* [Éditer cette page](https://git.forgeons.org/rvba/web/src/branch/main/pages/integration.md)
|
* [Éditer cette page](https://git.forgeons.org/rvba/web/src/branch/main/pages/integration.md)
|
||||||
|
|
|
@ -1,8 +1,24 @@
|
||||||
---
|
---
|
||||||
title: 'Forges métiers'
|
title: 'Forges métiers'
|
||||||
|
lang: 'fr'
|
||||||
---
|
---
|
||||||
|
|
||||||
## Interface
|
## Forges « métier »
|
||||||
|
|
||||||
|
### Forges éducatives
|
||||||
|
|
||||||
|
|
||||||
|
* [La forges des communs numériques éducatifs](https://docs.forge.apps.education.fr/)
|
||||||
|
* [GTnum Forges](https://gtnum.forge.apps.education.fr/)
|
||||||
|
* [La Forge des ENSA](https://forge.codeatlas.cc/doku.php?id=ensa)
|
||||||
|
|
||||||
|
### Interface
|
||||||
|
|
||||||
|
*En construction*
|
||||||
|
|
||||||
|
### Extensions
|
||||||
|
|
||||||
|
*En construction*
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -130,7 +130,7 @@ td {
|
||||||
padding: 0.125em 0.5em 0.25em 0.5em;
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
margin-bottom: 4em;
|
margin-bottom: 2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#TOC li {
|
#TOC li {
|
||||||
|
|
|
@ -16,7 +16,7 @@ $endif$
|
||||||
$if(description-meta)$
|
$if(description-meta)$
|
||||||
<meta name="description" content="$description-meta$" />
|
<meta name="description" content="$description-meta$" />
|
||||||
$endif$
|
$endif$
|
||||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
<title>🔨 $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||||
<style>
|
<style>
|
||||||
$styles.html()$
|
$styles.html()$
|
||||||
</style>
|
</style>
|
||||||
|
@ -60,7 +60,7 @@ $endif$
|
||||||
<a href="integration.html">Développement</a> /
|
<a href="integration.html">Développement</a> /
|
||||||
<a href="interface.html">Interface</a> /
|
<a href="interface.html">Interface</a> /
|
||||||
<a href="federation.html">Fédération</a>
|
<a href="federation.html">Fédération</a>
|
||||||
|
<h3>🔨</h3>
|
||||||
</header>
|
</header>
|
||||||
$endif$
|
$endif$
|
||||||
$if(toc)$
|
$if(toc)$
|
||||||
|
|
Loading…
Reference in a new issue