Skip to content

Commit 5608b22

Browse files
committed
πŸ“ docs(how-to): add short titles to how-to and reference guides
- Add `short_title` to how-to guides for Azure DevOps Migration Tools - Update reference guide title and add `short_title` πŸ“ docs(reference): add endpoints, field maps, processor enrichers, tools - Create new files for endpoints, field maps, processor enrichers, and tools in the reference section - Remove Tfs Work Item Migration Processor documentation πŸ’„ style(layouts): improve layout and styling for docs pages - Adjust sidebar and main content layout for better responsiveness - Enhance card styling and hover effects for documentation sections πŸ”§ chore(config): update hugo configuration files - Enable `enableGitInfo` in `hugo.yaml` - Change `disableAliases` to false in `hugo.local.yaml` - Add `editPage` param to `hugo.yaml` for editing links πŸ’„ style(css): move inline styles to external stylesheet - Move card and getting started styles from inline to `style.css` - Define container max-width in `style.css`
1 parent 324e97f commit 5608b22

File tree

17 files changed

+321
-258
lines changed

17 files changed

+321
-258
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
title: "How-To Guides for Azure DevOps Migration Tools"
3+
short_title: "How-To Guides"
34
---
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
2-
title: "Reference"
2+
title: "Reference for Azure DevOps Migration Tools"
3+
short_title: "Reference"
34
---
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Endpoints"
3+
---
4+
5+
Endpoints are used to define the access to TFS/Azure DevOps servers. They are used to connect to the source and target servers for migration.
6+
7+
Endpoints are defined in the `endpoints` section of the configuration file. Each endpoint must have a unique name and specify the type of server it connects to, such as Azure DevOps Services, Azure DevOps Server, or TFS.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "Field Maps"
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "Processor Enrichers"
3+
---

β€Žsite/content/docs/reference/processors/TfsWorkItemMigrationProcessor/index.mdβ€Ž

Lines changed: 0 additions & 88 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "Tools"
3+
---

β€Žsite/hugo.yamlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ resourceDir: ../resources
66
summaryLength: 30
77

88
enableRobotsTXT: true
9+
enableGitInfo: true
910

1011
# Disable default taxonomies (tags and categories)
1112
taxonomies: {}

β€Žsite/layouts/index.htmlβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{{- define "main" }}
2+
MAIN 2
3+
{{- end }}
4+
5+
{{- define "template" }}
6+
MAIN 2
7+
{{- end }}

β€Žtemplates/ToolsSite/hugo.local.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildDrafts: true
44
buildFuture: true
55
buildExpired: true
66

7-
disableAliases: true
7+
disableAliases: false
88

99
module:
1010
mounts:

0 commit comments

Comments
Β (0)