Skip to content

Commit 788410f

Browse files
committed
[reuse] remove comments from markdown, doesn't work with vitepress
1 parent 84e9ebe commit 788410f

5 files changed

Lines changed: 2 additions & 17 deletions

File tree

REUSE.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ path = [
1212
".gitignore",
1313
".dockerignore",
1414
".editorconfig",
15-
"docs/.vitepress/**"
15+
"docs/.vitepress/**",
16+
"docs/**.md"
1617
]
1718
SPDX-FileCopyrightText = "SAP SE or an SAP affiliate company"
1819
SPDX-License-Identifier = "Apache-2.0"

docs/api/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<!--
2-
SPDX-FileCopyrightText: SAP SE or an SAP affiliate company
3-
SPDX-License-Identifier: Apache-2.0
4-
-->
51
# API Reference
62

73
::: warning

docs/architecture/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<!--
2-
SPDX-FileCopyrightText: SAP SE or an SAP affiliate company
3-
SPDX-License-Identifier: Apache-2.0
4-
-->
51
---
62
outline: deep
73
---

docs/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<!--
2-
SPDX-FileCopyrightText: SAP SE or an SAP affiliate company
3-
SPDX-License-Identifier: Apache-2.0
4-
-->
51
---
62
# https://vitepress.dev/reference/default-theme-home-page
73
layout: home

docs/markdown-examples.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<!--
2-
SPDX-FileCopyrightText: SAP SE or an SAP affiliate company
3-
SPDX-License-Identifier: Apache-2.0
4-
-->
51
# Markdown Extension Examples
62

73
This page demonstrates some of the built-in markdown extensions provided by VitePress.

0 commit comments

Comments
 (0)