diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_config.yml | 2 | ||||
-rw-r--r-- | docs/_layouts/default.html | 6 | ||||
-rw-r--r-- | docs/doxygen/mainpage/mainpage.dox | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/_config.yml b/docs/_config.yml index 439e6e2..84b49da 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,5 @@ title: PSP-UFU -description: Plataforma de Sistemas de Potência<br />Universidade Federal de Uberlândia +description: Power System Platform<br />Universidade Federal de Uberlândia show_downloads: true theme: jekyll-theme-cayman google_analytics: UA-106599602-1 diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index d55bebe..5f5edea 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -16,11 +16,11 @@ <h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1> <h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2> {% if site.github.is_project_page %} - <a href="{{ site.github.repository_url }}" class="btn">Ver no GitHub</a> + <a href="{{ site.github.repository_url }}" class="btn">Source Code</a> {% endif %} {% if site.show_downloads %} - <a href="https://github.com/Thales1330/PSP/releases/latest" class="btn">Download</a> - <!--a href="{{ site.github.zip_url }}" class="btn">Download código fonte</a--> + <a href="https://github.com/Thales1330/PSP/releases/latest" class="btn">PSP-UFU Download</a> + <a href="https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/Thales1330/PSP/tree/master/Project/data/samples" class="btn">Samples</a> <!--a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a--> {% endif %} </section> diff --git a/docs/doxygen/mainpage/mainpage.dox b/docs/doxygen/mainpage/mainpage.dox index 58c33e3..fd49c49 100644 --- a/docs/doxygen/mainpage/mainpage.dox +++ b/docs/doxygen/mainpage/mainpage.dox @@ -5,7 +5,7 @@ * - Geraldo Caixeta Guimarães <gcaixeta@ufu.br> * * ### Date - * September 14, 2017 + * January, 16, 2019 * * * [Project home page](https://thales1330.github.io/PSP/) |