-
-
Notifications
You must be signed in to change notification settings - Fork 345
/
_config.yml
75 lines (64 loc) · 1.8 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
title: 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
website: https://nkdagility.com
baseurl: /learn/azure-devops-migration-tools
cannonicalBase: https://nkdagility.com/learn/azure-devops-migration-tools
url: "https://nkdagility.com"
githuburl: https://github.com/nkdAgility/azure-devops-migration-tools
source: ./docs
destination: ./_site
permalink: pretty
collections_dir: collections
collections:
reference:
output: true
howto:
output: true
exclude:
- "**/*template*.md"
- "*template.md"
- "/Reference/template.md"
- "**/*template"
include:
- "**/*.md"
- "*.md"
defaults:
- scope:
path: ""
values:
toc: true
pageType: article
pageStatus: draft
author: mrhinsh
toc:
min_level: 1
max_level: 2
ordered_list: false
no_toc_section_class: no_toc_section
list_id: toc
list_class: section-nav bd-links-nav list-unstyled pb-1 small
sublist_class: list-unstyled pb-2
item_class: toc-entry align-items-center pb-2 ps-2
item_prefix: toc-
plugins:
- jekyll-relative-links
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-toc
- jekyll-time-to-read
# - jekyll-github-metadata
#- jekyll-optional-front-matter
- jekyll-last-modified-at
- jekyll-redirect-from
- rouge
kramdown:
input: GFM
math_engine: mathjax
syntax_highlighter: rouge
auto_ids: true
syntax_highlighter_opts:
relative_links:
enabled: true
collections: true