Skip to content

Commit 3ad877e

Browse files
Remove Author Tags from the Generated Doc Metadata (#2475)
These tags are no longer used and should be removed from the metadata in the generated documentation.
1 parent 20126a6 commit 3ad877e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

compiler/qsc_doc_gen/src/generate_docs.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ impl Metadata {
5656
uid: {}
5757
title: {}
5858
description: {}
59-
author: {{AUTHOR}}
60-
ms.author: {{MS_AUTHOR}}
6159
ms.date: {{TIMESTAMP}}
6260
ms.topic: landing-page
6361
---",

compiler/qsc_doc_gen/src/generate_docs/tests.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ fn index_file_generation() {
148148
uid: Qdk.Std.Core-toc
149149
title: Std.Core namespace
150150
description: Table of contents for the Q# Core namespace
151-
author: {AUTHOR}
152-
ms.author: {MS_AUTHOR}
153151
ms.date: {TIMESTAMP}
154152
ms.topic: landing-page
155153
---
@@ -180,8 +178,6 @@ fn top_index_file_generation() {
180178
uid: Microsoft.Quantum.apiref-toc
181179
title: Q# standard libraries for the Azure Quantum Development Kit
182180
description: Table of contents for the Q# standard libraries for Azure Quantum Development Kit
183-
author: {AUTHOR}
184-
ms.author: {MS_AUTHOR}
185181
ms.date: {TIMESTAMP}
186182
ms.topic: landing-page
187183
---

0 commit comments

Comments
 (0)