export const CHAPTER_FOOTER_LEAD = "Chapters: "; export const CHAPTER_README_LEAD = "Chapters in this repository:"; export const ATTRIBUTION_SEPARATOR = " · "; export const ATTRIBUTION_COPYRIGHT = "© 2025 "; export const ATTRIBUTION_WORK = " - Disciplined Methodology"; export const README_LABEL = "README"; export const HOME_LABEL = "Home"; export const WIKI_READING_LEAD = "Read the pages in this order:"; export const SIDEBAR_NAVIGATION = "**Navigation**"; export const SIDEBAR_READING = "**Reading path**"; export const SIDEBAR_LINKS = "**Links**"; export const REPOSITORY_LABEL = "Repository"; export const DISCUSSIONS_LABEL = "Discussions"; export const RELEASES_LABEL = "Releases";