From 993cfd3227c750c064877bf68d46b57745af1f81 Mon Sep 17 00:00:00 2001 From: Fonoster Team Date: Fri, 21 Dec 2018 22:18:57 -0500 Subject: [PATCH] Fixed links + add edit button --- docs/theme/partials/footer.html | 4 ++-- mkdocs.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/theme/partials/footer.html b/docs/theme/partials/footer.html index 6d3da9373..2f319a07c 100644 --- a/docs/theme/partials/footer.html +++ b/docs/theme/partials/footer.html @@ -67,9 +67,9 @@ {% endif %} build with love by - Fonoster + Fonoster and - + Friends diff --git a/mkdocs.yml b/mkdocs.yml index bf34397b3..0ce98b409 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,7 +7,7 @@ site_url: https://routr.io # Repository repo_name: fonoster/routr repo_url: https://github.com/fonoster/routr -edit_uri: "" +edit_uri: /fonoster/routr/edit/master/docs/ nav: - Introduction: index.md @@ -57,7 +57,7 @@ extra: - type: twitter link: https://twitter.com/fonoster - type: linkedin - link: https://linkedin.com/in/fonoster + link: https://www.linkedin.com/company/fonoster/about/ markdown_extensions: - markdown.extensions.admonition