Skip to content

Commit d5a5bd5

Browse files
committed
chore: Exclude root README and CONTRIBUTING from VitePress build, disable markdown anchor links, and update README badge.
1 parent f03410b commit d5a5bd5

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.vitepress/config.mjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ export default withMermaid(
1616
// Custom domain - no base path needed
1717
base: "/",
1818

19+
// Exclude root README.md only (inner folder READMEs are section overviews)
20+
srcExclude: ["README.md", "CONTRIBUTING.md"],
21+
1922
// Clean URLs
2023
cleanUrls: true,
2124

@@ -511,10 +514,6 @@ export default withMermaid(
511514
light: "github-light",
512515
dark: "github-dark",
513516
},
514-
// Enable anchor links
515-
anchor: {
516-
permalink: true,
517-
},
518517
},
519518

520519
// Ignore dead links for flexibility

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
> Includes a full-stack case study, API specifications, SQL analytics schemas, and AI governance protocols.
55
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
7-
[![Industry Standard](https://img.shields.io/badge/Industry-Standard-2026-blue)]()
7+
[![Industry Standard](https://img.shields.io/badge/Industry-Standard-blue)](https://github.com/codezelaca/pm-ba-lifecycle)
88
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
99

1010
---

0 commit comments

Comments
 (0)