parent
1407c676f5
commit
d94cef12f3
5 changed files with 37 additions and 5 deletions
|
@ -1,6 +1,15 @@
|
|||
---
|
||||
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'
|
||||
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)
|
||||
|
|
|
@ -1,8 +1,24 @@
|
|||
---
|
||||
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;
|
||||
}
|
||||
header {
|
||||
margin-bottom: 4em;
|
||||
margin-bottom: 2em;
|
||||
text-align: center;
|
||||
}
|
||||
#TOC li {
|
||||
|
|
|
@ -16,7 +16,7 @@ $endif$
|
|||
$if(description-meta)$
|
||||
<meta name="description" content="$description-meta$" />
|
||||
$endif$
|
||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||
<title>🔨 $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||
<style>
|
||||
$styles.html()$
|
||||
</style>
|
||||
|
@ -60,7 +60,7 @@ $endif$
|
|||
<a href="integration.html">Développement</a> /
|
||||
<a href="interface.html">Interface</a> /
|
||||
<a href="federation.html">Fédération</a>
|
||||
|
||||
<h3>🔨</h3>
|
||||
</header>
|
||||
$endif$
|
||||
$if(toc)$
|
||||
|
|
Loading…
Reference in a new issue