diff --git a/bin/daux b/bin/daux index 94a0887..6c31c65 100755 --- a/bin/daux +++ b/bin/daux @@ -12,11 +12,12 @@ This is a tool for auto-generating documentation based on markdown files located in the /docs folder of the project. To see all of the available options and to read more about how to use the generator, visit: -http://daux.io +https://dauxio.github.io/ Author ------ +Stéphane Goetz: onigoetz@onigoetz.ch, @onigoetz Justin Walsh (Todaymade): justin@todaymade.com, @justin_walsh Garrett Moon (Todaymade): garrett@todaymade.com, @garrett_moon diff --git a/composer.json b/composer.json index 2f94613..7ca5f4a 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,10 @@ "keywords": ["documentation", "docs", "markdown", "md"], "homepage": "https://dauxio.github.io/", "authors": [ + { + "name": "Stéphane Goetz", + "homepage": "http://onigoetz.ch/" + }, { "name": "Justin Walsh", "homepage": "http://todaymade.com/" diff --git a/docs/00_Getting_Started.md b/docs/00_Getting_Started.md index 8ac8d69..3c47ae2 100644 --- a/docs/00_Getting_Started.md +++ b/docs/00_Getting_Started.md @@ -36,7 +36,7 @@ This is a list of sites using Daux.io: -* [Daux.io](http://daux.io) +* [Daux.io](https://dauxio.github.io/) * [jDrupal](http://jdrupal.easystreet3.com/8/docs/) * [DrupalGap](http://docs.drupalgap.org/8/) * [Invade & Annex 3 - An Arma 3 Co-operative Mission](http://ia3.ahoyworld.co.uk/) diff --git a/docs/config.json b/docs/config.json index 1f96192..726b4d7 100644 --- a/docs/config.json +++ b/docs/config.json @@ -1,7 +1,7 @@ { "title": "DAUX.IO", "tagline": "The Easiest Way To Document Your Project", - "author": "Justin Walsh", + "author": "Stéphane Goetz", "image": "app.png", "ignore": { "files": ["Work_In_Progress.md"], diff --git a/generate b/generate index a7ebc0b..89aaa4c 100755 --- a/generate +++ b/generate @@ -12,7 +12,7 @@ This is a tool for auto-generating documentation based on markdown files located in the /docs folder of the project. To see all of the available options and to read more about how to use the generator, visit: -http://daux.io +https://dauxio.github.io/ Author diff --git a/index.php b/index.php index 85b95c2..6148fe6 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ This is a tool for auto-generating documentation based on markdown files located in the /docs folder of the project. To see all of the available options and to read more about how to use the generator, visit: -http://daux.io +https://dauxio.github.io/ Author diff --git a/themes/daux/less/theme.less b/themes/daux/less/theme.less index dc28184..95bb9f6 100644 --- a/themes/daux/less/theme.less +++ b/themes/daux/less/theme.less @@ -1,6 +1,6 @@ /*! * DAUX.IO - * http://daux.io/ + * https://dauxio.github.io/ * MIT License */