diff --git a/docs/git.md b/docs/git.md index a2ef708..a133ae4 100644 --- a/docs/git.md +++ b/docs/git.md @@ -4,7 +4,7 @@ ```shell git config --global user.name "kyodev" git config --global user.email "kyodev@monMail.fr" -git config --global core.editor geany +git config --global core.editor nano git config --global color.ui true git config --global format.pretty oneline ``` diff --git a/docs/index.md b/docs/index.md index ca9ffcb..bc7712d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,5 +5,3 @@ For full documentation visit [mkdocs.org](http://mkdocs.org). ## live-build TP [live-build TP](HOWTO-livebuild-stretch-TP.md) -## kyopages -[home framagit](https://kyodev.frama.io/kyopages/) diff --git a/mkdocs.yml b/mkdocs.yml index 431c5ab..a2ac2c2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,8 @@ site_name: kyopages #site_url: https://kyodev.frama.io/kyopages/ #site_url: httpskyopages.frama.io/ +repo_url: https://framagit.org/kyodev/kyopages + pages: - Home: index.md - TP: HOWTO-livebuild-stretch-TP.md