Skip to content

Commit

Permalink
update docs for comment (#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh authored Oct 30, 2024
2 parents 2ded8e5 + 21275e5 commit c1bc19b
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ jobs:
shell: pwsh
run: |
if ($Env:nkdAgility_Ring -eq 'Release') {
echo "discussion_category_name=Anouncement" >> $env:GITHUB_OUTPUT
echo "discussion_category_name=Releases" >> $env:GITHUB_OUTPUT
}
- name: Release
uses: softprops/action-gh-release@v2
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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
Expand Down
29 changes: 22 additions & 7 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
{% seo %}
<link rel="canonical" href="{{site.website}}{{site.baseurl}}{{page.url}}" />
<link rel="canonical" href="{{site.cannonicalBase}}{{page.url}}" />
<meta name="giscus:backlink" content="{{site.cannonicalBase}}{{page.url}}">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/3e6b2f4808.js" crossorigin="anonymous"></script>
Expand All @@ -12,11 +13,11 @@
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-44XG57BE28"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-44XG57BE28');
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-44XG57BE28');

</script>
</head>
<body>
Expand All @@ -31,13 +32,27 @@
<div class="container-flow content">
<div class="d-flex justify-content-between">
<div class="">

</div>
<div class="p-2 text-end">
{% include cardpanel-contribute.html %}
</div>
</div>
{{ content | inject_anchors }}
<script src="https://giscus.app/client.js"
data-repo="nkdAgility/azure-devops-migration-tools"
data-repo-id="MDEwOlJlcG9zaXRvcnk1NjMxOTA3MA=="
data-category-id="DIC_kwDOA1tcXs4Cj0cn"
data-mapping="og:title"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="light_protanopia"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous"
async>
</script>
</div>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
---
<div>
<h1>{{ page.className }}</h1>
<h1>{{ page.typeName }} : {{ page.className }}</h1>
</div>
<div class="d-flex">
<p>Ref</p>
Expand Down
7 changes: 7 additions & 0 deletions docs/collections/_knownissues/S402625.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "S402625"
layout: page
toc: true
discussionId:
---

6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ For the most part we support moving data between `((Azure DevOps Server | Team F

## Quick Links

- [Installation](installation.md)
- [Permissions](permissions.md)
- [Getting Started](getting-started.md)
- [Installation](/setup/installation.md)
- [Permissions](/setup/permissions.md)
- [Getting Started](/getting-started/)
- [Configuration Reference](./Reference/)
- [FAQ](faq.md)
- [Support](support.md)
Expand Down

0 comments on commit c1bc19b

Please sign in to comment.