diff --git a/_data/menu.yml b/_data/menu.yml index f46e91152..d67701695 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -2,5 +2,5 @@ items: "Introduction": "/" "Setup": "/setup/" "User Guide": "/user-guide/" - "Conversion": "/conversion/" + "Conversion Matrix": "/conversion/" "Architecture": "/architecture/" diff --git a/_includes/header.html b/_includes/header.html index 05b15d901..b3b7f71f8 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,11 +1,12 @@
-

- {{ site.project_name }} -

-

{{ site.description }}

+

{{ site.project_name }}

+

{{ site.description }}

+

View the Project on GitHub {{ site.repository_shorthand }}

Watch Star Fork + {% include menu.html %} +
diff --git a/_includes/menu.html b/_includes/menu.html index b446f1a2d..9a451e1eb 100644 --- a/_includes/menu.html +++ b/_includes/menu.html @@ -1,8 +1,8 @@ -