diff --git a/_config.yml b/_config.yml index cdcfd839a..e0c40886f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ title: Azure DevOps Migration Tools -description: Azure DevOps Migration Tools +description: Azure DevOps Migration Tools allow you to migrate Teams, Backlogs, Tasks, Test Cases, and Plans & Suits from one Project to another in Azure DevOps / TFS both within the same Organisation, and between Organisations. parent_title: The Azure DevOps Migration Tools allow you to bulk edit and migrate data between Team Projects on both Microsoft Team Foundation Server (TFS) and Azure DevOps Services. parent_url: https://nkdagility.com diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 456c6001f..bec5eecc6 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -1,45 +1,63 @@ - -
-

{{site.title}}

-

v#{GitVersion.SemVer}#

-

{{site.description}}

-
- +
Overview
diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index ac6768453..faece95c6 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -17,4 +17,21 @@ pre { max-width: 1024px;; -} \ No newline at end of file +} + +.navbar-brand-topbaritem { + font-size: 0.9em; +} + +.nkda-text-primary { + color: #713183; +} + +.nkda-main-menu-item { + +} + + .nkda-main-menu-item:hover { + color: white; + background: #713183; + } \ No newline at end of file