File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { defineConfig } from "vitepress";
22import { withMermaid } from "vitepress-plugin-mermaid" ;
33
44// SEO and Branding Configuration
5- const SITE_URL = "https://pmba.cca.lk " ;
5+ const SITE_URL = "https://pmba.cca.it.com " ;
66const SITE_TITLE = "PM & BA Lifecycle" ;
77const SITE_DESCRIPTION =
88 "Complete Learning Resource for Product Management and Business Analysis by Codezela Career Accelerator" ;
@@ -16,8 +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" ] ,
19+ // Exclude ALL READMEs to strictly avoid duplicate page conflicts
20+ // We already updated navigation to point to specific files instead of folder roots
21+ srcExclude : [ "**/README.md" , "**/CONTRIBUTING.md" ] ,
2122
2223 // Clean URLs
2324 cleanUrls : true ,
Original file line number Diff line number Diff line change 1+ ---
2+ # This file is for GitHub repository display only
3+ # VitePress uses index.md as the homepage
4+ search : false
5+ outline : false
6+ ---
7+
18# 🎓 PM & BA Lifecycle: Professional Training Program
29
310> ** A comprehensive, end-to-end framework for modern Product Management and Business Analysis**
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout: doc
33title : PM & BA Lifecycle
44---
55
6- # PM & BA Lifecycle
6+ # PM & BA Lifecycle Documentation
77
88** Complete Learning Resource for Product Management and Business Analysis**
99
Original file line number Diff line number Diff line change 1- pmba.cca.lk
1+ pmba.cca.it.com
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ User-agent: *
66Allow: /
77
88# Sitemap location
9- Sitemap: https://pmba.cca.lk /sitemap.xml
9+ Sitemap: https://pmba.cca.it.com /sitemap.xml
1010
1111# Crawl delay (optional, for politeness)
1212Crawl-delay: 1
You can’t perform that action at this time.
0 commit comments