From 572c92f2e54e5420219136ed8bfe84e679e17453 Mon Sep 17 00:00:00 2001 From: kyodev Date: Fri, 26 May 2017 16:32:21 +0200 Subject: [PATCH] =?UTF-8?q?cr=C3=A9ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/git.md | 2 +- docs/index.md | 2 -- mkdocs.yml | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) 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