generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
207 additions
and
1,388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { basename } from 'node:path' | ||
import { createContentLoader } from 'vitepress' | ||
import filter from '../.vitepress/theme/components/indexFilter.js' | ||
|
||
const basePath = basename(__dirname) | ||
export default createContentLoader(`**/${basePath}/*.md`, { | ||
transform(rawData) { | ||
return filter(rawData, `/${basePath}/`) | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
status: released | ||
--- | ||
|
||
# Advanced Topics and Concepts | ||
|
||
This section provides information on advanced topics and concepts that are not covered in the cookbook guides. | ||
|
||
|
||
<script setup> | ||
import { data as pages } from './index.data.js' | ||
</script> | ||
|
||
<br> | ||
<IndexList :pages='pages' /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
--- | ||
section: CDS | ||
# shorty: CDS | ||
permalink: /cds/ | ||
status: released | ||
--- | ||
|
||
|
Oops, something went wrong.